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

  /external/chromium_org/components/url_matcher/
url_matcher_unittest.cc 171 factory.CreateHostPrefixCondition("foo").criterion());
250 EXPECT_TRUE(Matches(factory.CreateHostPrefixCondition(std::string()), url));
251 EXPECT_TRUE(Matches(factory.CreateHostPrefixCondition("www.goog"), url));
253 Matches(factory.CreateHostPrefixCondition("www.google.com"), url));
255 Matches(factory.CreateHostPrefixCondition(".www.google.com"), url));
256 EXPECT_FALSE(Matches(factory.CreateHostPrefixCondition("google.com"), url));
258 Matches(factory.CreateHostPrefixCondition("www.google.com/"), url));
259 EXPECT_FALSE(Matches(factory.CreateHostPrefixCondition("webhp"), url));
609 conditions.insert(factory->CreateHostPrefixCondition("www."));
url_matcher_factory.cc 46 factory_methods_[keys::kHostPrefixKey] = &F::CreateHostPrefixCondition;
155 url_matcher_condition_factory->CreateHostPrefixCondition(
url_matcher.h 134 URLMatcherCondition CreateHostPrefixCondition(const std::string& prefix);
url_matcher.cc 271 URLMatcherCondition URLMatcherConditionFactory::CreateHostPrefixCondition(
  /external/chromium_org/chrome/browser/extensions/api/declarative_content/
content_condition.cc 137 url_matcher_condition_factory->CreateHostPrefixCondition(

Completed in 30 milliseconds