HomeSort by relevance Sort by last modified time
    Searched refs:SortRunsLogically (Results 1 - 4 of 4) 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);
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_result_view.h 108 static bool SortRunsLogically(const RunData& lhs, const RunData& rhs);
omnibox_result_view.cc 289 bool OmniboxResultView::SortRunsLogically(const RunData& lhs,
427 std::sort(runs.begin(), runs.end(), &SortRunsLogically);

Completed in 100 milliseconds