Searched refs:QueryURL (Results 1 - 20 of 20) sorted by relevance

/external/chromium/chrome/browser/history/
H A Dhistory_unittest.cc195 bool QueryURL(HistoryService* history, const GURL& url) { function in class:history::HistoryTest
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(histor
[all...]
H A Dhistory.cc503 HistoryService::Handle HistoryService::QueryURL( function in class:HistoryService
508 return Schedule(PRIORITY_UI, &HistoryBackend::QueryURL, consumer,
H A Dhistory_backend.h140 void QueryURL(scoped_refptr<QueryURLRequest> request,
H A Dhistory.h279 Handle QueryURL(const GURL& url,
H A Dhistory_backend.cc980 void HistoryBackend::QueryURL(scoped_refptr<QueryURLRequest> request, function in class:history::HistoryBackend
/external/chromium_org/chrome/browser/history/
H A Dhistory_unittest.cc952 bool QueryURL(HistoryService* history, const GURL& url) { function in class:history::HistoryTest
953 history_service_->QueryURL(url, true, &consumer_,
960 // Callback for HistoryService::QueryURL.
1030 // For saving URL info after a call to QueryURL
1044 EXPECT_TRUE(QueryURL(history_service_.get(), test_url));
1053 EXPECT_TRUE(QueryURL(history_service_.get(), test_url));
1078 EXPECT_TRUE(QueryURL(history_service_.get(), first_redirects[0]));
1089 EXPECT_TRUE(QueryURL(history_service_.get(), first_redirects[1]));
1120 EXPECT_TRUE(QueryURL(history_service_.get(), second_redirects[0]));
1124 EXPECT_TRUE(QueryURL(history_service
[all...]
H A Dhistory_backend.h171 void QueryURL(scoped_refptr<QueryURLRequest> request,
H A Dhistory_service.h256 Handle QueryURL(const GURL& url,
H A Dhistory_service.cc774 HistoryService::Handle HistoryService::QueryURL( function in class:HistoryService
780 return Schedule(PRIORITY_UI, &HistoryBackend::QueryURL, consumer,
H A Dhistory_backend.cc1031 void HistoryBackend::QueryURL(scoped_refptr<QueryURLRequest> request, function in class:history::HistoryBackend
/external/chromium/chrome/browser/
H A Dcustom_home_pages_table_model.cc159 entry->title_handle = history_service->QueryURL(entry->url, false,
/external/chromium_org/chrome/browser/
H A Dcustom_home_pages_table_model.cc227 entry->title_handle = history_service->QueryURL(entry->url, false,
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_prompt_controller.cc307 history_service->QueryURL(
338 // The URL of web_contents_ is changed during QueryURL call. This is an
/external/chromium/chrome/browser/extensions/
H A Dextension_history_api.cc234 hs->QueryURL(url,
/external/chromium_org/chrome/browser/extensions/api/history/
H A Dhistory_api.cc305 hs->QueryURL(url,
/external/chromium_org/chrome/browser/safe_browsing/
H A Dbrowser_feature_extractor.cc327 CancelableRequestProvider::Handle handle = history->QueryURL(
/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url_model_unittest.cc914 history->QueryURL(GURL("http://keyword"), true, &consumer,
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_remover_unittest.cc406 history_service_->QueryURL(
423 // Callback for HistoryService::QueryURL.
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_manager.cc1460 history_service->QueryURL(
/external/chromium_org/chrome/browser/search_engines/
H A Dtemplate_url_service_unittest.cc1133 history->QueryURL(GURL("http://keyword"), true, &consumer,

Completed in 649 milliseconds