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

/external/chromium_org/chrome/browser/history/
H A Dvisit_database.cc491 bool VisitDatabase::GetVisibleVisitCountToHost(const GURL& url, function in class:history::VisitDatabase
H A Dhistory_service.cc867 HistoryService::Handle HistoryService::GetVisibleVisitCountToHost( function in class:HistoryService
872 return Schedule(PRIORITY_UI, &HistoryBackend::GetVisibleVisitCountToHost,
H A Dhistory_backend.cc1436 void HistoryBackend::GetVisibleVisitCountToHost( function in class:history::HistoryBackend
1444 db_->GetVisibleVisitCountToHost(url, &count, &first_visit);

Completed in 93 milliseconds