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

/external/chromium_org/chrome/browser/history/
H A Dscored_history_match.cc396 float ScoredHistoryMatch::GetRecencyScore(int last_visit_days_ago) { argument
413 // in the database (in case last_visit_days_ago is negative).
416 std::min(last_visit_days_ago, kDaysToPrecomputeRecencyScoresFor - 1),

Completed in 116 milliseconds