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

  /external/chromium_org/components/bookmarks/browser/
bookmark_index.cc 216 query_parser::QueryWordVector title_words, url_words; local
219 parser->ExtractQueryWords(lower_title, &title_words);
228 query_nodes[i]->HasMatchIn(title_words, &title_matches);
  /external/chromium_org/chrome/browser/history/
url_index_private_data.cc 752 String16Set title_words = String16SetFromString16(title, local
754 String16Set words = base::STLSetUnion<String16Set>(url_words, title_words);
    [all...]

Completed in 973 milliseconds