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

  /external/chromium/chrome/browser/autocomplete/
history_contents_provider.h 36 void QueryComplete(HistoryService::Handle handle,
history_url_provider.h 48 // 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);
history_contents_provider.cc 145 NewCallback(this, &HistoryContentsProvider::QueryComplete));
163 void HistoryContentsProvider::QueryComplete(HistoryService::Handle handle,
history_url_provider.cc 171 this, &HistoryURLProvider::QueryComplete, params));
277 void HistoryURLProvider::QueryComplete(
646 // QueryComplete() once we're done with it.
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_history_api.h 104 void QueryComplete(HistoryService::Handle request_service,
extension_history_api.cc 237 NewCallback(this, &GetVisitsHistoryFunction::QueryComplete));
242 void GetVisitsHistoryFunction::QueryComplete(
  /external/chromium/chrome/browser/ui/webui/
history2_ui.h 64 void QueryComplete(HistoryService::Handle request_handle,
history_ui.h 60 void QueryComplete(HistoryService::Handle request_handle,
history2_ui.cc 172 NewCallback(this, &BrowsingHistoryHandler2::QueryComplete));
197 NewCallback(this, &BrowsingHistoryHandler2::QueryComplete));
244 void BrowsingHistoryHandler2::QueryComplete(
history_ui.cc 172 NewCallback(this, &BrowsingHistoryHandler::QueryComplete));
197 NewCallback(this, &BrowsingHistoryHandler::QueryComplete));
244 void BrowsingHistoryHandler::QueryComplete(
  /external/chromium/net/proxy/
proxy_service.cc 268 this, &PacRequest::QueryComplete)),
300 QueryComplete(rv);
352 void QueryComplete(int result_code) {
    [all...]
multi_threaded_proxy_resolver.cc 264 NewRunnableMethod(this, &GetProxyForURLJob::QueryComplete, rv));
269 void QueryComplete(int result_code) {

Completed in 357 milliseconds