Home
last modified time | relevance | path

Searched refs:CompareVisitTime (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/history/
Dhistory_types.h314 static bool CompareVisitTime(const URLResult& lhs, const URLResult& rhs);
Dhistory_types.cc125 bool URLResult::CompareVisitTime(const URLResult& lhs, const URLResult& rhs) { in CompareVisitTime() function in history::URLResult
Dhistory_backend.cc1276 URLResult::CompareVisitTime); in QueryHistoryText()