HomeSort by relevance Sort by last modified time
    Searched defs:QueryURL (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/history/
history.cc 503 HistoryService::Handle HistoryService::QueryURL(
508 return Schedule(PRIORITY_UI, &HistoryBackend::QueryURL, consumer,
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_backend.cc     [all...]
  /external/chromium_org/chrome/browser/history/
history_service.cc 761 HistoryService::Handle HistoryService::QueryURL(
767 return Schedule(PRIORITY_UI, &HistoryBackend::QueryURL, consumer,
    [all...]
history_unittest.cc     [all...]
history_backend.cc     [all...]

Completed in 463 milliseconds