Searched refs:OnProviderUpdate (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_provider_listener.h24 virtual void OnProviderUpdate(bool updated_matches) = 0;
H A Dautocomplete_controller.h101 virtual void OnProviderUpdate(bool updated_matches) OVERRIDE;
H A Dhistory_provider.cc62 listener_->OnProviderUpdate(true);
H A Dbookmark_provider_unittest.cc60 virtual void OnProviderUpdate(bool updated_matches) OVERRIDE {}
H A Dkeyword_provider.cc558 listener_->OnProviderUpdate(true);
606 listener_->OnProviderUpdate(!extension_suggest_matches_.empty());
H A Dshortcuts_provider_unittest.cc216 virtual void OnProviderUpdate(bool updated_matches) OVERRIDE;
277 void ShortcutsProviderTest::OnProviderUpdate(bool updated_matches) {} function in class:history::ShortcutsProviderTest
H A Dshortcuts_provider.cc127 listener_->OnProviderUpdate(true);
H A Dzero_suggest_provider.cc144 listener_->OnProviderUpdate(true);
H A Dhistory_url_provider_unittest.cc152 virtual void OnProviderUpdate(bool updated_matches) OVERRIDE;
209 void HistoryURLProviderTest::OnProviderUpdate(bool updated_matches) { function in class:HistoryURLProviderTest
H A Dsearch_provider.cc740 listener_->OnProviderUpdate(results_updated);
775 listener_->OnProviderUpdate(true);
794 listener_->OnProviderUpdate(false);
H A Dautocomplete_controller.cc350 // OnProviderUpdate().
351 // If DeleteMatch resulted in a callback to OnProviderUpdate and we're
364 void AutocompleteController::OnProviderUpdate(bool updated_matches) { function in class:AutocompleteController
H A Dautocomplete_provider_unittest.cc111 listener_->OnProviderUpdate(true);
H A Dhistory_quick_provider_unittest.cc103 virtual void OnProviderUpdate(bool updated_matches) OVERRIDE {}
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete.h363 virtual void OnProviderUpdate(bool updated_matches) = 0;
381 // calls the controller's OnProviderUpdate() method. The controller can then
415 // NOTE: Remember to call OnProviderUpdate() if matches_ is updated.
681 virtual void OnProviderUpdate(bool updated_matches);
H A Dhistory_provider.cc59 listener_->OnProviderUpdate(true);
H A Dhistory_quick_provider_unittest.cc83 virtual void OnProviderUpdate(bool updated_matches);
124 void HistoryQuickProviderTest::OnProviderUpdate(bool updated_matches) { function in class:HistoryQuickProviderTest
H A Dhistory_url_provider_unittest.cc107 virtual void OnProviderUpdate(bool updated_matches);
148 void HistoryURLProviderTest::OnProviderUpdate(bool updated_matches) { function in class:HistoryURLProviderTest
H A Dkeyword_provider.cc474 listener_->OnProviderUpdate(true);
516 listener_->OnProviderUpdate(!extension_suggest_matches_.empty());
H A Dsearch_provider_unittest.cc58 virtual void OnProviderUpdate(bool updated_matches);
94 // If true, OnProviderUpdate exits out of the current message loop.
157 void SearchProviderTest::OnProviderUpdate(bool updated_matches) { function in class:SearchProviderTest
H A Dhistory_contents_provider.cc171 listener_->OnProviderUpdate(!matches_.empty());
H A Dhistory_contents_provider_unittest.cc47 // loop. This will be exited in the OnProviderUpdate function when complete.
94 virtual void OnProviderUpdate(bool updated_matches) { function in class:__anon1869::HistoryContentsProviderTest
H A Dsearch_provider.cc78 listener_->OnProviderUpdate(false);
130 listener_->OnProviderUpdate(true);
277 listener_->OnProviderUpdate(!suggest_results->empty());
H A Dautocomplete_unittest.cc83 listener_->OnProviderUpdate(true);
H A Dhistory_url_provider.cc299 listener_->OnProviderUpdate(true);
H A Dautocomplete.cc901 // OnProviderUpdate().
902 // If DeleteMatch resulted in a callback to OnProviderUpdate and we're
918 void AutocompleteController::OnProviderUpdate(bool updated_matches) {

Completed in 2669 milliseconds

12