CreatePathEqualsCondition 142 components/url_matcher/url_matcher.h URLMatcherCondition CreatePathEqualsCondition(const std::string& str); CreatePathEqualsCondition 51 components/url_matcher/url_matcher_factory.cc factory_methods_[keys::kPathEqualsKey] = &F::CreatePathEqualsCondition; CreatePathEqualsCondition 185 components/url_matcher/url_matcher_unittest.cc factory.CreatePathEqualsCondition("foo").criterion()); CreatePathEqualsCondition 295 components/url_matcher/url_matcher_unittest.cc EXPECT_TRUE(Matches(factory.CreatePathEqualsCondition("/webhp"), url)); CreatePathEqualsCondition 296 components/url_matcher/url_matcher_unittest.cc EXPECT_FALSE(Matches(factory.CreatePathEqualsCondition("webhp"), url)); CreatePathEqualsCondition 297 components/url_matcher/url_matcher_unittest.cc EXPECT_FALSE(Matches(factory.CreatePathEqualsCondition("/webhp?"), url)); CreatePathEqualsCondition 299 components/url_matcher/url_matcher_unittest.cc Matches(factory.CreatePathEqualsCondition("www.google.com"), url)); CreatePathEqualsCondition 615 components/url_matcher/url_matcher_unittest.cc conditions.insert(factory->CreatePathEqualsCondition("/webhp"));