Home
last modified time | relevance | path

Searched refs:CullRedirects (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
Dhistory_url_provider.h270 void CullRedirects(history::HistoryBackend* backend,
Dhistory_url_provider.cc263 CullRedirects(backend, &history_matches, kMaxMatches + exact_suggestion); in DoAutocomplete()
713 void HistoryURLProvider::CullRedirects(history::HistoryBackend* backend, in CullRedirects() function in HistoryURLProvider
Dhistory_url_provider_unittest.cc310 TEST_F(HistoryURLProviderTest, CullRedirects) { in TEST_F() argument