Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/history/
Din_memory_url_index.cc742 int url_score = ScoreComponentForMatches(match.url_matches, url.size()) * in ScoredMatchForURL() local
751 int term_score = std::max(url_score, title_score); in ScoredMatchForURL()