HomeSort by relevance Sort by last modified time
    Searched refs:QueryURL (Results 1 - 8 of 8) 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/chrome/browser/
custom_home_pages_table_model.cc 159 entry->title_handle = history_service->QueryURL(entry->url, false,
  /external/chromium/chrome/browser/extensions/
extension_history_api.cc 234 hs->QueryURL(url,
  /external/chromium/chrome/browser/search_engines/
template_url_model_unittest.cc     [all...]

Completed in 628 milliseconds