OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreatePathContainsCondition
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/components/url_matcher/
url_matcher_unittest.cc
183
factory.
CreatePathContainsCondition
("foo").criterion());
411
URLMatcherCondition m2 = factory.
CreatePathContainsCondition
("foo");
431
URLMatcherCondition m2 = factory.
CreatePathContainsCondition
("foo");
521
conditions1.insert(factory->
CreatePathContainsCondition
("foo"));
616
conditions.insert(factory->
CreatePathContainsCondition
("/webhp"));
619
conditions.insert(factory->
CreatePathContainsCondition
("/we"));
622
conditions.insert(factory->
CreatePathContainsCondition
("hp"));
url_matcher.h
141
URLMatcherCondition
CreatePathContainsCondition
(const std::string& str);
url_matcher_factory.cc
50
factory_methods_[keys::kPathContainsKey] = &F::
CreatePathContainsCondition
;
url_matcher.cc
305
URLMatcherCondition URLMatcherConditionFactory::
CreatePathContainsCondition
(
Completed in 3136 milliseconds