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

  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_constants.cc 66 const char kCancelRequestType[] = "declarativeWebRequest.CancelRequest";
webrequest_constants.h 70 extern const char kCancelRequestType[];
webrequest_rules_registry_unittest.cc 122 action_dict.SetString(keys::kInstanceTypeKey, keys::kCancelRequestType);
141 action_dict.SetString(keys::kInstanceTypeKey, keys::kCancelRequestType);
212 action_dict.SetString(keys::kInstanceTypeKey, keys::kCancelRequestType);
    [all...]
webrequest_action_unittest.cc 208 input.SetString(keys::kInstanceTypeKey, keys::kCancelRequestType);
webrequest_action.cc 365 keys::kCancelRequestType,
533 return keys::kCancelRequestType;
    [all...]

Completed in 1400 milliseconds