CreatePathSuffixCondition 140 components/url_matcher/url_matcher.h URLMatcherCondition CreatePathSuffixCondition(const std::string& suffix); CreatePathSuffixCondition 53 components/url_matcher/url_matcher_factory.cc factory_methods_[keys::kPathSuffixKey] = &F::CreatePathSuffixCondition; CreatePathSuffixCondition 181 components/url_matcher/url_matcher_unittest.cc factory.CreatePathSuffixCondition("foo").criterion()); CreatePathSuffixCondition 289 components/url_matcher/url_matcher_unittest.cc EXPECT_TRUE(Matches(factory.CreatePathSuffixCondition(std::string()), url)); CreatePathSuffixCondition 290 components/url_matcher/url_matcher_unittest.cc EXPECT_TRUE(Matches(factory.CreatePathSuffixCondition("webhp"), url)); CreatePathSuffixCondition 291 components/url_matcher/url_matcher_unittest.cc EXPECT_TRUE(Matches(factory.CreatePathSuffixCondition("/webhp"), url)); CreatePathSuffixCondition 292 components/url_matcher/url_matcher_unittest.cc EXPECT_FALSE(Matches(factory.CreatePathSuffixCondition("/web"), url)); CreatePathSuffixCondition 293 components/url_matcher/url_matcher_unittest.cc EXPECT_FALSE(Matches(factory.CreatePathSuffixCondition("/webhp?"), url)); CreatePathSuffixCondition 621 components/url_matcher/url_matcher_unittest.cc conditions.insert(factory->CreatePathSuffixCondition("hp"));