HomeSort by relevance Sort by last modified time
    Searched refs:title_matches (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/autocomplete/
history_contents_provider.cc 233 const Snippet::MatchPositions& title_matches = result.title_match_positions(); local
236 if (!title_matches.empty()) {
238 for (Snippet::MatchPositions::const_iterator i = title_matches.begin();
239 i != title_matches.end(); ++i) {
history_quick_provider.cc 174 match.description_class = SpansFromTermMatch(history_match.title_matches,
  /external/chromium/chrome/browser/history/
in_memory_url_index.cc 730 match.title_matches.insert(match.title_matches.end(),
737 match.title_matches = SortAndDeoverlap(match.title_matches);
745 ScoreComponentForMatches(match.title_matches, title.size()) *
746 static_cast<int>(match.title_matches.size()) /
    [all...]
history_types.cc 138 const Snippet::MatchPositions& title_matches)
140 title_match_positions_ = title_matches;
in_memory_url_index.h 72 TermMatches title_matches; // Term matches within the page title. member in struct:history::ScoredHistoryMatch
history_types.h 338 // positions from title_matches.
339 URLResult(const GURL& url, const Snippet::MatchPositions& title_matches);

Completed in 281 milliseconds