Home
last modified time | relevance | path

Searched refs:ParseQueryImpl (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/history/
Dquery_parser.cc271 if (!ParseQueryImpl(query, &root)) in ParseQuery()
279 if (ParseQueryImpl(l10n_util::ToLower(query), &root)) in ParseQuery()
287 if (!ParseQueryImpl(query, &root)) in ExtractQueryWords()
323 bool QueryParser::ParseQueryImpl(const string16& query, in ParseQueryImpl() function in QueryParser
Dquery_parser.h100 bool ParseQueryImpl(const string16& query,