Searched defs:QueryRedirectsFrom (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/history/
H A Dhistory_unittest.cc220 bool QueryRedirectsFrom(HistoryService* history, const GURL& url) { function in class:history::HistoryTest
221 history->QueryRedirectsFrom(url, &consumer_,
493 QueryRedirectsFrom(history, first_redirects[0]);
H A Dhistory.cc578 HistoryService::Handle HistoryService::QueryRedirectsFrom( function in class:HistoryService
582 return Schedule(PRIORITY_UI, &HistoryBackend::QueryRedirectsFrom, consumer,
H A Dhistory_backend.cc1295 void HistoryBackend::QueryRedirectsFrom( function in class:history::HistoryBackend

Completed in 34 milliseconds