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

1 2

  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_provider_listener.h 24 virtual void OnProviderUpdate(bool updated_matches) = 0;
autocomplete_controller.h 101 virtual void OnProviderUpdate(bool updated_matches) OVERRIDE;
history_provider.cc 62 listener_->OnProviderUpdate(true);
bookmark_provider_unittest.cc 60 virtual void OnProviderUpdate(bool updated_matches) OVERRIDE {}
history_url_provider_unittest.cc 150 virtual void OnProviderUpdate(bool updated_matches) OVERRIDE;
207 void HistoryURLProviderTest::OnProviderUpdate(bool updated_matches) {
    [all...]
keyword_provider.cc 552 listener_->OnProviderUpdate(true);
600 listener_->OnProviderUpdate(!extension_suggest_matches_.empty());
shortcuts_provider.cc 133 listener_->OnProviderUpdate(true);
zero_suggest_provider.cc 151 listener_->OnProviderUpdate(true);
shortcuts_provider_unittest.cc 131 virtual void OnProviderUpdate(bool updated_matches) OVERRIDE;
176 void ShortcutsProviderTest::OnProviderUpdate(bool updated_matches) {}
autocomplete_controller.cc 328 // OnProviderUpdate().
329 // If DeleteMatch resulted in a callback to OnProviderUpdate and we're
342 void AutocompleteController::OnProviderUpdate(bool updated_matches) {
autocomplete_provider_unittest.cc 111 listener_->OnProviderUpdate(true);
history_quick_provider_unittest.cc 103 virtual void OnProviderUpdate(bool updated_matches) OVERRIDE {}
search_provider.cc 598 listener_->OnProviderUpdate(results_updated);
617 listener_->OnProviderUpdate(false);
    [all...]
search_provider_unittest.cc 114 virtual void OnProviderUpdate(bool updated_matches) OVERRIDE;
117 // exited by way of OnProviderUpdate.
156 // If non-NULL, OnProviderUpdate quits the current |run_loop_|.
255 void SearchProviderTest::OnProviderUpdate(bool updated_matches) {
    [all...]
  /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...]

Completed in 341 milliseconds

1 2