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

  /external/chromium/chrome/browser/
autocomplete_history_manager.h 59 void CancelPendingQuery();
autocomplete_history_manager.cc 87 CancelPendingQuery();
149 CancelPendingQuery();
207 void AutocompleteHistoryManager::CancelPendingQuery() {
  /external/chromium/chrome/browser/autofill/
personal_data_manager.h 210 void CancelPendingQuery(WebDataService::Handle* handle);
personal_data_manager.cc 106 CancelPendingQuery(&pending_profiles_query_);
107 CancelPendingQuery(&pending_creditcards_query_);
792 CancelPendingQuery(&pending_profiles_query_);
815 CancelPendingQuery(&pending_creditcards_query_);
858 void PersonalDataManager::CancelPendingQuery(WebDataService::Handle* handle) {
autofill_manager_unittest.cc 547 contents_wrapper()->autocomplete_history_manager()->CancelPendingQuery();
    [all...]

Completed in 216 milliseconds