Searched refs:updated_matches (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_provider_listener.h11 // |updated_matches| should be true iff the matches have changed in some
24 virtual void OnProviderUpdate(bool updated_matches) = 0;
H A Dautocomplete_controller.h101 virtual void OnProviderUpdate(bool updated_matches) OVERRIDE;
H A Dbookmark_provider_unittest.cc60 virtual void OnProviderUpdate(bool updated_matches) OVERRIDE {}
H A Dautocomplete_controller.cc342 void AutocompleteController::OnProviderUpdate(bool updated_matches) { argument
355 if (!in_start_ && (updated_matches || done_))
H A Dhistory_url_provider_unittest.cc150 virtual void OnProviderUpdate(bool updated_matches) OVERRIDE;
207 void HistoryURLProviderTest::OnProviderUpdate(bool updated_matches) { argument
H A Dshortcuts_provider_unittest.cc131 virtual void OnProviderUpdate(bool updated_matches) OVERRIDE;
176 void ShortcutsProviderTest::OnProviderUpdate(bool updated_matches) {} argument
H A Dhistory_quick_provider_unittest.cc103 virtual void OnProviderUpdate(bool updated_matches) OVERRIDE {}
H A Dsearch_provider_unittest.cc114 virtual void OnProviderUpdate(bool updated_matches) OVERRIDE;
255 void SearchProviderTest::OnProviderUpdate(bool updated_matches) { argument
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete.h350 // |updated_matches| should be true iff the matches have changed in some
363 virtual void OnProviderUpdate(bool updated_matches) = 0;
681 virtual void OnProviderUpdate(bool updated_matches);
H A Dhistory_quick_provider_unittest.cc83 virtual void OnProviderUpdate(bool updated_matches);
124 void HistoryQuickProviderTest::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
H A Dsearch_provider_unittest.cc58 virtual void OnProviderUpdate(bool updated_matches);
157 void SearchProviderTest::OnProviderUpdate(bool updated_matches) { argument
H A Dhistory_contents_provider_unittest.cc94 virtual void OnProviderUpdate(bool updated_matches) { argument
H A Dautocomplete.cc918 void AutocompleteController::OnProviderUpdate(bool updated_matches) {
922 if (!in_start_ && (updated_matches || done_))

Completed in 616 milliseconds