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

  /external/chromium_org/chrome/browser/history/
scored_history_match.h 69 const TermMatches& title_matches() const { return title_matches_; } function in class:history::ScoredHistoryMatch
  /external/chromium_org/components/bookmarks/browser/
bookmark_index.cc 218 query_parser::Snippet::MatchPositions title_matches, url_matches; local
221 query_nodes[i]->HasMatchIn(title_words, &title_matches);
226 query_parser::QueryParser::SortAndCoalesceMatchPositions(&title_matches);
234 match.title_match_positions.swap(title_matches);
  /external/chromium_org/sync/internal_api/
write_node.cc 77 bool title_matches = (current_legal_title == new_legal_title); local
83 if (title_matches && !encrypted_without_overwriting_name) {

Completed in 510 milliseconds