HomeSort by relevance Sort by last modified time
    Searched defs:OnProviderUpdate (Results 1 - 4 of 4) 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) {

Completed in 73 milliseconds