Searched refs:title_matches (Results 1 – 6 of 6) sorted by relevance
233 const Snippet::MatchPositions& title_matches = result.title_match_positions(); in ClassifyDescription() local236 if (!title_matches.empty()) { in ClassifyDescription()238 for (Snippet::MatchPositions::const_iterator i = title_matches.begin(); in ClassifyDescription()239 i != title_matches.end(); ++i) { in ClassifyDescription()
174 match.description_class = SpansFromTermMatch(history_match.title_matches, in QuickMatchToACMatch()
730 match.title_matches.insert(match.title_matches.end(), in ScoredMatchForURL()737 match.title_matches = SortAndDeoverlap(match.title_matches); in ScoredMatchForURL()745 ScoreComponentForMatches(match.title_matches, title.size()) * in ScoredMatchForURL()746 static_cast<int>(match.title_matches.size()) / in ScoredMatchForURL()
138 const Snippet::MatchPositions& title_matches) in URLResult() argument140 title_match_positions_ = title_matches; in URLResult()
72 TermMatches title_matches; // Term matches within the page title. member
339 URLResult(const GURL& url, const Snippet::MatchPositions& title_matches);