HomeSort by relevance Sort by last modified time
    Searched refs:kURLMatchesKey (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/components/url_matcher/
url_matcher_constants.cc 29 const char kURLMatchesKey[] = "urlMatches";
url_matcher_constants.h 34 URL_MATCHER_EXPORT extern const char kURLMatchesKey[];
url_matcher_factory.cc 63 factory_methods_[keys::kURLMatchesKey] = &F::CreateURLMatchesCondition;
204 if (condition_attribute_name == keys::kURLMatchesKey ||
url_matcher_factory_unittest.cc 35 invalid_condition3.SetString(keys::kURLMatchesKey, "*");
321 // Excluding kURLMatchesKey because case sensitivity can be specified in the

Completed in 23 milliseconds