Searched refs:QueryComplete (Results 1 - 12 of 12) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
H A Dhistory_contents_provider.h36 void QueryComplete(HistoryService::Handle handle,
H A Dhistory_url_provider.h48 // HistoryService::QueryComplete
72 // normally deleted in QueryComplete(). So that both autocomplete passes can
118 // to matches_ on the main thread in QueryComplete().
178 void QueryComplete(HistoryURLProviderParams* params_gets_deleted);
H A Dhistory_contents_provider.cc145 NewCallback(this, &HistoryContentsProvider::QueryComplete));
163 void HistoryContentsProvider::QueryComplete(HistoryService::Handle handle, function in class:HistoryContentsProvider
H A Dhistory_url_provider.cc171 this, &HistoryURLProvider::QueryComplete, params));
277 void HistoryURLProvider::QueryComplete( function in class:HistoryURLProvider
646 // QueryComplete() once we're done with it.
/external/chromium/chrome/browser/ui/webui/
H A Dhistory2_ui.h64 void QueryComplete(HistoryService::Handle request_handle,
H A Dhistory_ui.h60 void QueryComplete(HistoryService::Handle request_handle,
H A Dhistory2_ui.cc172 NewCallback(this, &BrowsingHistoryHandler2::QueryComplete));
197 NewCallback(this, &BrowsingHistoryHandler2::QueryComplete));
244 void BrowsingHistoryHandler2::QueryComplete( function in class:BrowsingHistoryHandler2
H A Dhistory_ui.cc172 NewCallback(this, &BrowsingHistoryHandler::QueryComplete));
197 NewCallback(this, &BrowsingHistoryHandler::QueryComplete));
244 void BrowsingHistoryHandler::QueryComplete( function in class:BrowsingHistoryHandler
/external/chromium/chrome/browser/extensions/
H A Dextension_history_api.h104 void QueryComplete(HistoryService::Handle request_service,
H A Dextension_history_api.cc237 NewCallback(this, &GetVisitsHistoryFunction::QueryComplete));
242 void GetVisitsHistoryFunction::QueryComplete( function in class:GetVisitsHistoryFunction
/external/chromium/net/proxy/
H A Dproxy_service.cc268 this, &PacRequest::QueryComplete)),
300 QueryComplete(rv);
352 void QueryComplete(int result_code) { function in class:net::ProxyService::PacRequest
H A Dmulti_threaded_proxy_resolver.cc264 NewRunnableMethod(this, &GetProxyForURLJob::QueryComplete, rv));
269 void QueryComplete(int result_code) { function in class:net::MultiThreadedProxyResolver::GetProxyForURLJob

Completed in 868 milliseconds