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

  /external/chromium_org/components/query_parser/
query_parser.h 30 // query. While QueryNode is exposed by way of ParseQuery, it really isn't meant
79 int ParseQuery(const base::string16& query, base::string16* sqlite_query);
95 // to ParseQuery. If the query does match, each of the matching positions in
102 // call to ParseQuery.
116 // This is invoked from both of the ParseQuery methods.
query_parser_unittest.cc 30 query_parser_.ParseQuery(base::UTF8ToUTF16(query), &sqlite_query);
87 query_parser_.ParseQuery(base::UTF8ToUTF16(data[i].input),
query_parser.cc 333 int QueryParser::ParseQuery(const base::string16& query,
  /external/chromium_org/net/base/
url_util_unittest.cc 111 TEST(UrlUtilTest, ParseQuery) {
  /external/chromium_org/google_apis/gaia/
oauth_request_signer.cc 128 bool ParseQuery(const std::string& query,
377 if (!ParseQuery(query, &parameters))
  /external/chromium_org/content/browser/appcache/
view_appcache_internals_job.cc 284 bool ParseQuery(const std::string& query,
644 ParseQuery(request->url().query(), &command, &param);

Completed in 1428 milliseconds