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

  /external/chromium_org/components/url_matcher/
url_matcher_unittest.cc 195 factory.CreateHostSuffixPathPrefixCondition("foo",
331 EXPECT_TRUE(Matches(factory.CreateHostSuffixPathPrefixCondition(
334 factory.CreateHostSuffixPathPrefixCondition(std::string(), "/webhp"),
337 factory.CreateHostSuffixPathPrefixCondition("google.com", std::string()),
340 factory.CreateHostSuffixPathPrefixCondition("www", std::string()), url));
url_matcher.h 152 URLMatcherCondition CreateHostSuffixPathPrefixCondition(
url_matcher.cc 357 URLMatcherConditionFactory::CreateHostSuffixPathPrefixCondition(
  /external/chromium_org/chrome/browser/policy/
url_blacklist_manager.cc 251 condition_factory->CreateHostSuffixPathPrefixCondition(host, path) :

Completed in 33 milliseconds