HomeSort by relevance Sort by last modified time
    Searched defs:title_matches (Results 1 - 2 of 2) 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) {
  /external/chromium/chrome/browser/history/
in_memory_url_index.h 72 TermMatches title_matches; // Term matches within the page title. member in struct:history::ScoredHistoryMatch

Completed in 36 milliseconds