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

  /external/chromium_org/extensions/browser/api/declarative_webrequest/
webrequest_constants.cc 86 const char kRequestMatcherType[] = "declarativeWebRequest.RequestMatcher";
webrequest_constants.h 82 extern const char kRequestMatcherType[];
webrequest_condition.cc 145 if (instance_type != keys::kRequestMatcherType) {
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_rules_registry_unittest.cc 109 keys::kRequestMatcherType);
120 keys::kRequestMatcherType);
139 condition_dict.SetString(keys::kInstanceTypeKey, keys::kRequestMatcherType);
156 condition_dict.SetString(keys::kInstanceTypeKey, keys::kRequestMatcherType);
177 condition_dict.SetString(keys::kInstanceTypeKey, keys::kRequestMatcherType);
    [all...]

Completed in 188 milliseconds