CreatePathContainsCondition  141 components/url_matcher/url_matcher.h   URLMatcherCondition CreatePathContainsCondition(const std::string& str);
CreatePathContainsCondition   50 components/url_matcher/url_matcher_factory.cc     factory_methods_[keys::kPathContainsKey] = &F::CreatePathContainsCondition;
CreatePathContainsCondition  183 components/url_matcher/url_matcher_unittest.cc             factory.CreatePathContainsCondition("foo").criterion());
CreatePathContainsCondition  411 components/url_matcher/url_matcher_unittest.cc   URLMatcherCondition m2 = factory.CreatePathContainsCondition("foo");
CreatePathContainsCondition  431 components/url_matcher/url_matcher_unittest.cc   URLMatcherCondition m2 = factory.CreatePathContainsCondition("foo");
CreatePathContainsCondition  521 components/url_matcher/url_matcher_unittest.cc   conditions1.insert(factory->CreatePathContainsCondition("foo"));
CreatePathContainsCondition  616 components/url_matcher/url_matcher_unittest.cc   conditions.insert(factory->CreatePathContainsCondition("/webhp"));
CreatePathContainsCondition  619 components/url_matcher/url_matcher_unittest.cc   conditions.insert(factory->CreatePathContainsCondition("/we"));
CreatePathContainsCondition  622 components/url_matcher/url_matcher_unittest.cc   conditions.insert(factory->CreatePathContainsCondition("hp"));