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

  /external/chromium/chrome/browser/autocomplete/
history_contents_provider_unittest.cc 47 // loop. This will be exited in the OnProviderUpdate function when complete.
94 virtual void OnProviderUpdate(bool updated_matches) {
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) {
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) {
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_controller.cc 350 // OnProviderUpdate().
351 // If DeleteMatch resulted in a callback to OnProviderUpdate and we're
364 void AutocompleteController::OnProviderUpdate(bool updated_matches) {
shortcuts_provider_unittest.cc 216 virtual void OnProviderUpdate(bool updated_matches) OVERRIDE;
277 void ShortcutsProviderTest::OnProviderUpdate(bool updated_matches) {}
    [all...]
history_url_provider_unittest.cc 152 virtual void OnProviderUpdate(bool updated_matches) OVERRIDE;
209 void HistoryURLProviderTest::OnProviderUpdate(bool updated_matches) {
    [all...]
search_provider_unittest.cc 168 virtual void OnProviderUpdate(bool updated_matches) OVERRIDE;
171 // exited by way of OnProviderUpdate.
222 // If non-NULL, OnProviderUpdate quits the current |run_loop_|.
319 void SearchProviderTest::OnProviderUpdate(bool updated_matches) {
    [all...]

Completed in 7227 milliseconds