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

  /external/chromium/chrome/browser/history/
query_parser.h 29 // constitute a query. While QueryNode is exposed by way of ParseQuery, it
73 int ParseQuery(const string16& query,
80 void ParseQuery(const string16& query,
91 // to ParseQuery. If the query does match each of the matching positions in
99 // appropriate. This is invoked from both of the ParseQuery methods.
query_parser_unittest.cc 28 query_parser_.ParseQuery(UTF8ToUTF16(query), &sqlite_query);
85 query_parser_.ParseQuery(UTF8ToUTF16(data[i].input),
118 parser.ParseQuery(UTF8ToUTF16(data[i].query), &query_nodes.get());
query_parser.cc 268 int QueryParser::ParseQuery(const string16& query,
276 void QueryParser::ParseQuery(const string16& query,
text_database_manager.cc 428 query_parser_.ParseQuery(query, &fts_query16);
  /external/chromium/base/
tracked_objects.h 428 bool ParseQuery(const std::string& query);
tracked_objects.cc 180 comparator.ParseQuery(escaped_query);
980 bool Comparator::ParseQuery(const std::string& query) {
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_index.cc 98 parser.ParseQuery(query, &query_nodes.get());

Completed in 108 milliseconds