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

  /external/chromium/chrome/browser/history/
history_unittest.cc 195 bool QueryURL(HistoryService* history, const GURL& url) {
196 history->QueryURL(url, true, &consumer_,
202 // Callback for HistoryService::QueryURL.
270 // For saving URL info after a call to QueryURL
394 EXPECT_TRUE(QueryURL(history, test_url));
403 EXPECT_TRUE(QueryURL(history, test_url));
427 EXPECT_TRUE(QueryURL(history, test_urls[0]));
435 EXPECT_TRUE(QueryURL(history, test_urls[1]));
446 EXPECT_TRUE(QueryURL(history, test_urls[2]));
473 EXPECT_TRUE(QueryURL(history, first_redirects[0]))
    [all...]
history.cc 503 HistoryService::Handle HistoryService::QueryURL(
508 return Schedule(PRIORITY_UI, &HistoryBackend::QueryURL, consumer,
history_backend.h 140 void QueryURL(scoped_refptr<QueryURLRequest> request,
history.h 279 Handle QueryURL(const GURL& url,
    [all...]
history_backend.cc     [all...]
  /external/chromium_org/chrome/browser/history/
history_unittest.cc     [all...]
history_backend.h 181 void QueryURL(scoped_refptr<QueryURLRequest> request,
    [all...]
history_service.h 265 Handle QueryURL(const GURL& url,
    [all...]
history_service.cc 761 HistoryService::Handle HistoryService::QueryURL(
767 return Schedule(PRIORITY_UI, &HistoryBackend::QueryURL, consumer,
    [all...]
history_backend.cc     [all...]
  /external/chromium/chrome/browser/
custom_home_pages_table_model.cc 159 entry->title_handle = history_service->QueryURL(entry->url, false,
  /external/chromium_org/chrome/browser/
custom_home_pages_table_model.cc 227 entry->title_handle = history_service->QueryURL(entry->url, false,
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_prompt_controller.cc 307 history_service->QueryURL(
338 // The URL of web_contents_ is changed during QueryURL call. This is an
  /external/chromium/chrome/browser/extensions/
extension_history_api.cc 234 hs->QueryURL(url,
  /external/chromium_org/chrome/browser/safe_browsing/
browser_feature_extractor.cc 302 CancelableRequestProvider::Handle handle = history->QueryURL(
  /external/chromium_org/chrome/browser/extensions/api/history/
history_api.cc 344 hs->QueryURL(url,
  /external/chromium/chrome/browser/search_engines/
template_url_model_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover_unittest.cc 348 history_service_->QueryURL(
365 // Callback for HistoryService::QueryURL.
    [all...]
  /external/chromium_org/chrome/browser/search_engines/
template_url_service_unittest.cc     [all...]

Completed in 184 milliseconds