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

  /external/chromium_org/chrome/browser/history/
scored_history_match.cc 71 TermMatches title_term_matches = MatchTermInString(term, title, term_num); local
72 if (url_term_matches.empty() && title_term_matches.empty())
76 title_matches.insert(title_matches.end(), title_term_matches.begin(),
77 title_term_matches.end());
  /external/chromium/chrome/browser/history/
in_memory_url_index.cc 725 TermMatches title_term_matches = MatchTermInString(term, title, term_num); local
726 if (url_term_matches.empty() && title_term_matches.empty())
731 title_term_matches.begin(),
732 title_term_matches.end());
    [all...]

Completed in 101 milliseconds