HomeSort by relevance Sort by last modified time
    Searched refs:GetRecencyScore (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/history/
scored_history_match.h 114 static float GetRecencyScore(int last_visit_days_ago);
117 // GetRecencyScore().
163 // math. This is initialized upon first use of GetRecencyScore(),
scored_history_match.cc 465 float ScoredHistoryMatch::GetRecencyScore(int last_visit_days_ago) {
527 // GetRecencyScore() based on how many days ago it happened. Use
538 GetRecencyScore((now - visits[i].first).InDays());

Completed in 253 milliseconds