OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SortRunsLogically
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_result_view.h
77
static bool
SortRunsLogically
(const RunData& lhs, const RunData& rhs);
autocomplete_result_view.cc
213
bool AutocompleteResultView::
SortRunsLogically
(const RunData& lhs,
355
std::sort(runs.begin(), runs.end(), &
SortRunsLogically
);
Completed in 99 milliseconds