Home
last modified time | relevance | path

Searched refs:QueryURL (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/history/
Dhistory_unittest.cc195 bool QueryURL(HistoryService* history, const GURL& url) { in QueryURL() function in history::HistoryTest
196 history->QueryURL(url, true, &consumer_, in QueryURL()
394 EXPECT_TRUE(QueryURL(history, test_url)); in TEST_F()
403 EXPECT_TRUE(QueryURL(history, test_url)); in TEST_F()
427 EXPECT_TRUE(QueryURL(history, test_urls[0])); in TEST_F()
435 EXPECT_TRUE(QueryURL(history, test_urls[1])); in TEST_F()
446 EXPECT_TRUE(QueryURL(history, test_urls[2])); in TEST_F()
473 EXPECT_TRUE(QueryURL(history, first_redirects[0])); in TEST_F()
483 EXPECT_TRUE(QueryURL(history, first_redirects[1])); in TEST_F()
512 EXPECT_TRUE(QueryURL(history, second_redirects[0])); in TEST_F()
[all …]
Dhistory.cc503 HistoryService::Handle HistoryService::QueryURL( in QueryURL() function in HistoryService
508 return Schedule(PRIORITY_UI, &HistoryBackend::QueryURL, consumer, in QueryURL()
Dhistory_backend.h140 void QueryURL(scoped_refptr<QueryURLRequest> request,
Dhistory.h279 Handle QueryURL(const GURL& url,
Dhistory_backend.cc980 void HistoryBackend::QueryURL(scoped_refptr<QueryURLRequest> request, in QueryURL() function in history::HistoryBackend
/external/chromium/chrome/browser/
Dcustom_home_pages_table_model.cc159 entry->title_handle = history_service->QueryURL(entry->url, false, in LoadTitleAndFavicon()
/external/chromium/chrome/browser/extensions/
Dextension_history_api.cc234 hs->QueryURL(url, in RunAsyncImpl()
/external/chromium/chrome/browser/search_engines/
Dtemplate_url_model_unittest.cc914 history->QueryURL(GURL("http://keyword"), true, &consumer, in TEST_F()