CreateQuerySuffixCondition  145 components/url_matcher/url_matcher.h   URLMatcherCondition CreateQuerySuffixCondition(const std::string& suffix);
CreateQuerySuffixCondition   58 components/url_matcher/url_matcher_factory.cc     factory_methods_[keys::kQuerySuffixKey] = &F::CreateQuerySuffixCondition;
CreateQuerySuffixCondition  189 components/url_matcher/url_matcher_unittest.cc             factory.CreateQuerySuffixCondition("foo").criterion());
CreateQuerySuffixCondition  308 components/url_matcher/url_matcher_unittest.cc   EXPECT_TRUE(Matches(factory.CreateQuerySuffixCondition(std::string()), url));
CreateQuerySuffixCondition  309 components/url_matcher/url_matcher_unittest.cc   EXPECT_TRUE(Matches(factory.CreateQuerySuffixCondition("ion=1"), url));
CreateQuerySuffixCondition  310 components/url_matcher/url_matcher_unittest.cc   EXPECT_FALSE(Matches(factory.CreateQuerySuffixCondition("www"), url));
CreateQuerySuffixCondition  312 components/url_matcher/url_matcher_unittest.cc   EXPECT_FALSE(Matches(factory.CreateQuerySuffixCondition(
CreateQuerySuffixCondition  314 components/url_matcher/url_matcher_unittest.cc   EXPECT_TRUE(Matches(factory.CreateQuerySuffixCondition(
CreateQuerySuffixCondition  630 components/url_matcher/url_matcher_unittest.cc   conditions.insert(factory->CreateQuerySuffixCondition("l&a=b"));