CreateURLSuffixCondition 169 components/url_matcher/url_matcher.h URLMatcherCondition CreateURLSuffixCondition(const std::string& suffix); CreateURLSuffixCondition 62 components/url_matcher/url_matcher_factory.cc factory_methods_[keys::kURLSuffixKey] = &F::CreateURLSuffixCondition; CreateURLSuffixCondition 203 components/url_matcher/url_matcher_unittest.cc factory.CreateURLSuffixCondition("foo").criterion()); CreateURLSuffixCondition 373 components/url_matcher/url_matcher_unittest.cc EXPECT_TRUE(Matches(factory.CreateURLSuffixCondition(std::string()), url)); CreateURLSuffixCondition 374 components/url_matcher/url_matcher_unittest.cc EXPECT_TRUE(Matches(factory.CreateURLSuffixCondition("ion=1"), url)); CreateURLSuffixCondition 375 components/url_matcher/url_matcher_unittest.cc EXPECT_FALSE(Matches(factory.CreateURLSuffixCondition("www"), url));