Searched defs:CanonicalizeQuery (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/url/
H A Durl_canon_query.cc138 void CanonicalizeQuery(const char* spec, function in namespace:url
147 void CanonicalizeQuery(const base::char16* spec, function in namespace:url
/external/chromium_org/components/url_matcher/
H A Durl_matcher.cc273 (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( function in class:url_matcher::URLMatcherConditionFactory

Completed in 108 milliseconds