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

  /external/chromium_org/components/url_matcher/
url_matcher_unittest.cc 173 factory.CreateHostSuffixCondition("foo").criterion());
261 EXPECT_TRUE(Matches(factory.CreateHostSuffixCondition(std::string()), url));
262 EXPECT_TRUE(Matches(factory.CreateHostSuffixCondition("com"), url));
263 EXPECT_TRUE(Matches(factory.CreateHostSuffixCondition(".com"), url));
265 Matches(factory.CreateHostSuffixCondition("www.google.com"), url));
267 Matches(factory.CreateHostSuffixCondition(".www.google.com"), url));
268 EXPECT_FALSE(Matches(factory.CreateHostSuffixCondition("www"), url));
270 Matches(factory.CreateHostSuffixCondition("www.google.com/"), url));
271 EXPECT_FALSE(Matches(factory.CreateHostSuffixCondition("webhp"), url));
410 URLMatcherCondition m1 = factory.CreateHostSuffixCondition("example.com")
    [all...]
url_matcher.h 135 URLMatcherCondition CreateHostSuffixCondition(const std::string& suffix);
url_matcher_factory.cc 47 factory_methods_[keys::kHostSuffixKey] = &F::CreateHostSuffixCondition;
url_matcher.cc 277 URLMatcherCondition URLMatcherConditionFactory::CreateHostSuffixCondition(

Completed in 42 milliseconds