Home
last modified time | relevance | path

Searched refs:CanonicalizeURLForComponentSearches (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/components/url_matcher/
Durl_matcher.h126 std::string CanonicalizeURLForComponentSearches(const GURL& url) const;
Durl_matcher.cc264 std::string URLMatcherConditionFactory::CanonicalizeURLForComponentSearches( in CanonicalizeURLForComponentSearches() function in url_matcher::URLMatcherConditionFactory
669 condition_factory_.CanonicalizeURLForComponentSearches(url), &matches); in MatchURL()
Durl_matcher_unittest.cc247 std::string url = factory.CanonicalizeURLForComponentSearches(gurl); in TEST()