Home
last modified time | relevance | path

Searched refs:updated_matches (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
Dautocomplete.h363 virtual void OnProviderUpdate(bool updated_matches) = 0;
681 virtual void OnProviderUpdate(bool updated_matches);
Dhistory_url_provider_unittest.cc107 virtual void OnProviderUpdate(bool updated_matches);
148 void HistoryURLProviderTest::OnProviderUpdate(bool updated_matches) { in OnProviderUpdate() argument
Dhistory_quick_provider_unittest.cc83 virtual void OnProviderUpdate(bool updated_matches);
124 void HistoryQuickProviderTest::OnProviderUpdate(bool updated_matches) { in OnProviderUpdate() argument
Dsearch_provider_unittest.cc58 virtual void OnProviderUpdate(bool updated_matches);
157 void SearchProviderTest::OnProviderUpdate(bool updated_matches) { in OnProviderUpdate() argument
Dhistory_contents_provider_unittest.cc94 virtual void OnProviderUpdate(bool updated_matches) { in OnProviderUpdate() argument
Dautocomplete.cc918 void AutocompleteController::OnProviderUpdate(bool updated_matches) { in OnProviderUpdate() argument
922 if (!in_start_ && (updated_matches || done_)) in OnProviderUpdate()