Home
last modified time | relevance | path

Searched refs:kOriginAndPathMatchesKey (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/components/url_matcher/
Durl_matcher_constants.cc18 const char kOriginAndPathMatchesKey[] = "originAndPathMatches"; variable
Durl_matcher_constants.h23 URL_MATCHER_EXPORT extern const char kOriginAndPathMatchesKey[];
Durl_matcher_factory.cc48 factory_methods_[keys::kOriginAndPathMatchesKey] = in URLMatcherConditionFactoryMethods()
205 condition_attribute_name == keys::kOriginAndPathMatchesKey) { in CreateURLMatcherCondition()
Durl_matcher_factory_unittest.cc39 invalid_condition4.SetString(keys::kOriginAndPathMatchesKey, "*"); in TEST()