Searched defs:updated_matches (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
H A Dhistory_contents_provider_unittest.cc94 virtual void OnProviderUpdate(bool updated_matches) { argument
H A Dhistory_quick_provider_unittest.cc83 virtual void OnProviderUpdate(bool updated_matches);
124 void HistoryQuickProviderTest::OnProviderUpdate(bool updated_matches) { argument
H A Dsearch_provider_unittest.cc58 virtual void OnProviderUpdate(bool updated_matches);
157 void SearchProviderTest::OnProviderUpdate(bool updated_matches) { argument
H A Dhistory_url_provider_unittest.cc107 virtual void OnProviderUpdate(bool updated_matches);
148 void HistoryURLProviderTest::OnProviderUpdate(bool updated_matches) { argument
/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_controller.cc364 void AutocompleteController::OnProviderUpdate(bool updated_matches) { argument
377 if (!in_start_ && (updated_matches || done_))
H A Dhistory_url_provider_unittest.cc152 virtual void OnProviderUpdate(bool updated_matches) OVERRIDE;
209 void HistoryURLProviderTest::OnProviderUpdate(bool updated_matches) { argument
H A Dshortcuts_provider_unittest.cc216 virtual void OnProviderUpdate(bool updated_matches) OVERRIDE;
277 void ShortcutsProviderTest::OnProviderUpdate(bool updated_matches) {} argument
H A Dsearch_provider_unittest.cc168 virtual void OnProviderUpdate(bool updated_matches) OVERRIDE;
319 void SearchProviderTest::OnProviderUpdate(bool updated_matches) { argument

Completed in 581 milliseconds