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

  /external/chromium_org/url/
url_canon_query.cc 138 void CanonicalizeQuery(const char* spec,
147 void CanonicalizeQuery(const base::char16* spec,
  /external/chromium_org/components/url_matcher/
url_matcher.cc 273 (url.has_query() ? CanonicalizeQuery(url.query(), true, true)
327 pattern = kEndOfPath + CanonicalizeQuery(prefix.substr(1), true, false);
329 pattern = kEndOfPath + CanonicalizeQuery(prefix, true, false);
340 CanonicalizeQuery(suffix, false, true) + kEndOfURL);
357 kEndOfPath + CanonicalizeQuery(str.substr(1), true, true) + kEndOfURL;
359 pattern = kEndOfPath + CanonicalizeQuery(str, true, true) + kEndOfURL;
539 std::string URLMatcherConditionFactory::CanonicalizeQuery(
    [all...]

Completed in 53 milliseconds