OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CancelPendingQuery
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/components/autofill/core/browser/
autocomplete_history_manager.cc
51
CancelPendingQuery
();
89
CancelPendingQuery
();
152
void AutocompleteHistoryManager::
CancelPendingQuery
() {
personal_data_manager.cc
173
CancelPendingQuery
(&pending_profiles_query_);
174
CancelPendingQuery
(&pending_creditcards_query_);
864
CancelPendingQuery
(&pending_profiles_query_);
882
CancelPendingQuery
(&pending_creditcards_query_);
923
void PersonalDataManager::
CancelPendingQuery
(
[
all
...]
/external/chromium/chrome/browser/
autocomplete_history_manager.cc
87
CancelPendingQuery
();
149
CancelPendingQuery
();
207
void AutocompleteHistoryManager::
CancelPendingQuery
() {
/external/chromium/chrome/browser/autofill/
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) {
Completed in 295 milliseconds