Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/history/
Din_memory_url_index.cc725 TermMatches title_term_matches = MatchTermInString(term, title, term_num); in ScoredMatchForURL() local
726 if (url_term_matches.empty() && title_term_matches.empty()) in ScoredMatchForURL()
731 title_term_matches.begin(), in ScoredMatchForURL()
732 title_term_matches.end()); in ScoredMatchForURL()