HomeSort by relevance Sort by last modified time
    Searched refs:OnProviderUpdate (Results 1 - 12 of 12) sorted by null

  /external/chromium/chrome/browser/autocomplete/
autocomplete.h 363 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);
    [all...]
history_provider.cc 59 listener_->OnProviderUpdate(true);
history_quick_provider_unittest.cc 83 virtual void OnProviderUpdate(bool updated_matches);
124 void HistoryQuickProviderTest::OnProviderUpdate(bool updated_matches) {
history_url_provider_unittest.cc 107 virtual void OnProviderUpdate(bool updated_matches);
148 void HistoryURLProviderTest::OnProviderUpdate(bool updated_matches) {
keyword_provider.cc 474 listener_->OnProviderUpdate(true);
516 listener_->OnProviderUpdate(!extension_suggest_matches_.empty());
search_provider_unittest.cc 58 virtual void OnProviderUpdate(bool updated_matches);
61 // exited by way of OnProviderUPdate.
94 // If true, OnProviderUpdate exits out of the current message loop.
157 void SearchProviderTest::OnProviderUpdate(bool updated_matches) {
history_contents_provider.cc 171 listener_->OnProviderUpdate(!matches_.empty());
history_contents_provider_unittest.cc 47 // loop. This will be exited in the OnProviderUpdate function when complete.
94 virtual void OnProviderUpdate(bool updated_matches) {
search_provider.cc 78 listener_->OnProviderUpdate(false);
130 listener_->OnProviderUpdate(true);
277 listener_->OnProviderUpdate(!suggest_results->empty());
    [all...]
autocomplete_unittest.cc 83 listener_->OnProviderUpdate(true);
history_url_provider.cc 299 listener_->OnProviderUpdate(true);
    [all...]
autocomplete.cc     [all...]

Completed in 134 milliseconds