Searched refs:QueryURL (Results 1 – 8 of 8) sorted by relevance
/external/chromium/chrome/browser/history/ |
D | history_unittest.cc | 195 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 …]
|
D | history.cc | 503 HistoryService::Handle HistoryService::QueryURL( in QueryURL() function in HistoryService 508 return Schedule(PRIORITY_UI, &HistoryBackend::QueryURL, consumer, in QueryURL()
|
D | history_backend.h | 140 void QueryURL(scoped_refptr<QueryURLRequest> request,
|
D | history.h | 279 Handle QueryURL(const GURL& url,
|
D | history_backend.cc | 980 void HistoryBackend::QueryURL(scoped_refptr<QueryURLRequest> request, in QueryURL() function in history::HistoryBackend
|
/external/chromium/chrome/browser/ |
D | custom_home_pages_table_model.cc | 159 entry->title_handle = history_service->QueryURL(entry->url, false, in LoadTitleAndFavicon()
|
/external/chromium/chrome/browser/extensions/ |
D | extension_history_api.cc | 234 hs->QueryURL(url, in RunAsyncImpl()
|
/external/chromium/chrome/browser/search_engines/ |
D | template_url_model_unittest.cc | 914 history->QueryURL(GURL("http://keyword"), true, &consumer, in TEST_F()
|