Searched refs:CreateHostEqualsCondition (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/components/url_matcher/
H A Durl_matcher_unittest.cc177 factory.CreateHostEqualsCondition("foo").criterion());
214 URLMatcherCondition c1 = factory.CreateHostEqualsCondition("www.google.com");
215 URLMatcherCondition c2 = factory.CreateHostEqualsCondition("www.google.com");
218 URLMatcherCondition c3 = factory.CreateHostEqualsCondition("www.google.de");
237 URLMatcherCondition c6 = factory.CreateHostEqualsCondition("www.google.com");
273 EXPECT_FALSE(Matches(factory.CreateHostEqualsCondition(std::string()), url));
274 EXPECT_FALSE(Matches(factory.CreateHostEqualsCondition("www"), url));
276 Matches(factory.CreateHostEqualsCondition("www.google.com"), url));
278 Matches(factory.CreateHostEqualsCondition("www.google.com/"), url));
883 conditions.insert(factory->CreateHostEqualsCondition("ww
[all...]
H A Durl_matcher_factory.cc45 factory_methods_[keys::kHostEqualsKey] = &F::CreateHostEqualsCondition;
H A Durl_matcher.h137 URLMatcherCondition CreateHostEqualsCondition(const std::string& str);
H A Durl_matcher.cc295 URLMatcherCondition URLMatcherConditionFactory::CreateHostEqualsCondition( function in class:url_matcher::URLMatcherConditionFactory

Completed in 105 milliseconds