CreateQueryPrefixCondition  340 components/url_matcher/url_matcher.cc     return CreateQueryPrefixCondition(str);
CreateQueryPrefixCondition  144 components/url_matcher/url_matcher.h   URLMatcherCondition CreateQueryPrefixCondition(const std::string& prefix);
CreateQueryPrefixCondition   57 components/url_matcher/url_matcher_factory.cc     factory_methods_[keys::kQueryPrefixKey] = &F::CreateQueryPrefixCondition;
CreateQueryPrefixCondition  187 components/url_matcher/url_matcher_unittest.cc             factory.CreateQueryPrefixCondition("foo").criterion());
CreateQueryPrefixCondition  303 components/url_matcher/url_matcher_unittest.cc   EXPECT_TRUE(Matches(factory.CreateQueryPrefixCondition(std::string()), url));
CreateQueryPrefixCondition  304 components/url_matcher/url_matcher_unittest.cc   EXPECT_TRUE(Matches(factory.CreateQueryPrefixCondition("sourceid"), url));
CreateQueryPrefixCondition  306 components/url_matcher/url_matcher_unittest.cc   EXPECT_TRUE(Matches(factory.CreateQueryPrefixCondition("?sourceid"), url));
CreateQueryPrefixCondition  627 components/url_matcher/url_matcher_unittest.cc   conditions.insert(factory->CreateQueryPrefixCondition("test=v"));