HomeSort by relevance Sort by last modified time
    Searched refs:MoreRelevant (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_match_unittest.cc 10 TEST(AutocompleteMatchTest, MoreRelevant) {
33 AutocompleteMatch::MoreRelevant(m1, m2));
autocomplete_match.h 108 static bool MoreRelevant(const AutocompleteMatch& elem1,
bookmark_provider.cc 106 matches_.end(), AutocompleteMatch::MoreRelevant);
shortcuts_provider.cc 173 matches_.end(), &AutocompleteMatch::MoreRelevant);
autocomplete_match.cc 177 bool AutocompleteMatch::MoreRelevant(const AutocompleteMatch& elem1,
history_url_provider_unittest.cc 299 &AutocompleteMatch::MoreRelevant);
    [all...]
search_provider.cc 768 std::sort(matches.begin(), matches.end(), &AutocompleteMatch::MoreRelevant);
    [all...]
shortcuts_provider_unittest.cc 388 ac_matches_.end(), AutocompleteMatch::MoreRelevant);
    [all...]

Completed in 502 milliseconds