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

/external/chromium_org/components/omnibox/
H A Dautocomplete_provider_listener.h24 virtual void OnProviderUpdate(bool updated_matches) = 0;
H A Dsearch_provider.cc354 listener_->OnProviderUpdate(results_updated);
531 listener_->OnProviderUpdate(false);
/external/chromium_org/athena/main/
H A Durl_search_provider.h35 virtual void OnProviderUpdate(bool updated_matches) OVERRIDE;
H A Durl_search_provider.cc271 void UrlSearchProvider::OnProviderUpdate(bool updated_matches) { function in class:athena::UrlSearchProvider
/external/chromium_org/chrome/browser/autocomplete/
H A Dkeyword_extensions_delegate_impl.cc149 OnProviderUpdate(true);
200 OnProviderUpdate(!extension_suggest_matches_.empty());
210 void KeywordExtensionsDelegateImpl::OnProviderUpdate(bool updated_matches) { function in class:KeywordExtensionsDelegateImpl
211 provider_->listener_->OnProviderUpdate(updated_matches);
H A Dkeyword_extensions_delegate_impl.h57 void OnProviderUpdate(bool updated_matches);
H A Dautocomplete_controller.h98 virtual void OnProviderUpdate(bool updated_matches) OVERRIDE;
H A Dzero_suggest_provider_unittest.cc37 virtual void OnProviderUpdate(bool updated_matches) OVERRIDE;
97 void ZeroSuggestProviderTest::OnProviderUpdate(bool updated_matches) { function in class:ZeroSuggestProviderTest
H A Dautocomplete_controller.cc363 OnProviderUpdate(true);
377 void AutocompleteController::OnProviderUpdate(bool updated_matches) { function in class:AutocompleteController
H A Dzero_suggest_provider.cc250 listener_->OnProviderUpdate(results_updated);
H A Dhistory_url_provider_unittest.cc170 virtual void OnProviderUpdate(bool updated_matches) OVERRIDE;
232 void HistoryURLProviderTest::OnProviderUpdate(bool updated_matches) { function in class:HistoryURLProviderTest
H A Dautocomplete_provider_unittest.cc117 listener_->OnProviderUpdate(true);
H A Dhistory_url_provider.cc890 listener_->OnProviderUpdate(true);
H A Dsearch_provider_unittest.cc188 virtual void OnProviderUpdate(bool updated_matches) OVERRIDE;
191 // exited by way of OnProviderUpdate.
263 // If non-NULL, OnProviderUpdate quits the current |run_loop_|.
366 void SearchProviderTest::OnProviderUpdate(bool updated_matches) { function in class:SearchProviderTest

Completed in 102 milliseconds