Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/history/
Din_memory_url_index.cc120 int ScoreForValue(int value, const int* value_ranks) { in ScoreForValue() function
758 int score = ScoreForValue((base::Time::Now() - in ScoredMatchForURL()
761 int visit_count_value = ScoreForValue(row.visit_count(), kVisitCountLevel); in ScoredMatchForURL()
763 int typed_count_value = ScoreForValue(row.typed_count(), kTypedCountLevel); in ScoredMatchForURL()
832 return ScoreForValue(raw_score, kTermScoreLevel); in ScoreComponentForMatches()