Searched defs:pattern_type (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/url_matcher/
H A Durl_matcher_factory.cc66 // Returns whether a factory method for the specified |pattern_type| (e.g.
68 bool Contains(const std::string& pattern_type) const {
69 return factory_methods_.find(pattern_type) != factory_methods_.end();
73 // of the given |pattern_type| (e.g. "host_suffix") for the given
75 // The |pattern_type| needs to be known to this class (see Contains()) or
79 const std::string& pattern_type,
81 FactoryMethods::const_iterator i = factory_methods_.find(pattern_type);
77 Call( URLMatcherConditionFactory* url_matcher_condition_factory, const std::string& pattern_type, const std::string& pattern_value) const argument

Completed in 548 milliseconds