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

/external/chromium_org/chrome/browser/history/
H A Dhistory_unittest.cc1038 bool QueryURL(HistoryService* history, const GURL& url) { function in class:history::HistoryTest
1039 history_service_->QueryURL(
1048 // Callback for HistoryService::QueryURL.
1110 // For saving URL info after a call to QueryURL
1124 EXPECT_TRUE(QueryURL(history_service_.get(), test_url));
1133 EXPECT_TRUE(QueryURL(history_service_.get(), test_url));
1158 EXPECT_TRUE(QueryURL(history_service_.get(), first_redirects[0]));
1169 EXPECT_TRUE(QueryURL(history_service_.get(), first_redirects[1]));
1201 EXPECT_TRUE(QueryURL(history_service_.get(), second_redirects[0]));
1205 EXPECT_TRUE(QueryURL(history_service
[all...]
H A Dhistory_backend.h196 void QueryURL(const GURL& url,
H A Dhistory_service.h232 base::CancelableTaskTracker::TaskId QueryURL(
H A Dhistory_service.cc665 base::CancelableTaskTracker::TaskId HistoryService::QueryURL( function in class:HistoryService
676 base::Bind(&HistoryBackend::QueryURL,
H A Dhistory_backend.cc1064 void HistoryBackend::QueryURL(const GURL& url, function in class:history::HistoryBackend
/external/chromium_org/chrome/browser/
H A Dcustom_home_pages_table_model.cc226 entry->task_id = history_service->QueryURL(
/external/chromium_org/chrome/browser/safe_browsing/
H A Dbrowser_feature_extractor.cc312 history->QueryURL(request_url,
/external/chromium_org/chrome/browser/extensions/api/history/
H A Dhistory_api.cc302 hs->QueryURL(url,
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_remover_unittest.cc399 history_service_->QueryURL(
416 // Callback for HistoryService::QueryURL.
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_manager.cc1360 history_service->QueryURL(
/external/chromium_org/components/search_engines/
H A Dtemplate_url_service_unittest.cc1009 history->QueryURL(GURL("http://keyword"),

Completed in 4110 milliseconds