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

  /external/chromium_org/chrome/browser/history/
query_parser.h 79 void ParseQueryWords(const base::string16& query,
query_parser_unittest.cc 141 TEST_F(QueryParserTest, ParseQueryWords) {
157 parser.ParseQueryWords(UTF8ToUTF16(data[i].text), &results);
query_parser.cc 354 void QueryParser::ParseQueryWords(const base::string16& query,
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_index.cc 256 parser.ParseQueryWords(base::i18n::ToLower(query), &terms);
bookmark_utils.cc 226 parser.ParseQueryWords(base::i18n::ToLower(text), &words);

Completed in 170 milliseconds