Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/history/
Din_memory_url_index.cc751 int term_score = std::max(url_score, title_score); in ScoredMatchForURL() local
752 if (term_score == 0) in ScoredMatchForURL()
778 match.raw_score = std::min(kScoreRank[0], (term_score + score + in ScoredMatchForURL()