Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/autocomplete/
Dhistory_contents_provider.cc233 const Snippet::MatchPositions& title_matches = result.title_match_positions(); in ClassifyDescription() local
236 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()
Dhistory_quick_provider.cc174 match.description_class = SpansFromTermMatch(history_match.title_matches, in QuickMatchToACMatch()
/external/chromium/chrome/browser/history/
Din_memory_url_index.cc730 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()
Dhistory_types.cc138 const Snippet::MatchPositions& title_matches) in URLResult() argument
140 title_match_positions_ = title_matches; in URLResult()
Din_memory_url_index.h72 TermMatches title_matches; // Term matches within the page title. member
Dhistory_types.h339 URLResult(const GURL& url, const Snippet::MatchPositions& title_matches);