OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Runs
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_result_view.h
74
typedef std::vector<RunData>
Runs
;
76
// Predicate functions for use when sorting the
runs
.
83
// Elides |
runs
| to fit in |remaining_width|. The
runs
in |
runs
| should be in
97
void Elide(
Runs
*
runs
, int remaining_width) const;
/external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_result_view.h
100
typedef std::vector<RunData>
Runs
;
107
// Predicate functions for use when sorting the
runs
.
114
// Elides |
runs
| to fit in |remaining_width|. The
runs
in |
runs
| should be in
128
void Elide(
Runs
*
runs
, int remaining_width) const;
Completed in 25 milliseconds