Home | History | Annotate | Download | only in declarative_webrequest

Lines Matching refs:instance_type

117     const std::string& instance_type,
125 const std::string& instance_type,
140 const std::string& instance_type,
166 const std::string& instance_type,
190 const std::string& instance_type,
207 const std::string& instance_type,
231 const std::string& instance_type,
255 const std::string& instance_type,
282 const std::string& instance_type,
295 if (instance_type == keys::kAddRequestCookieType)
297 else if (instance_type == keys::kEditRequestCookieType)
299 else if (instance_type == keys::kRemoveRequestCookieType)
328 const std::string& instance_type,
341 if (instance_type == keys::kAddResponseCookieType)
343 else if (instance_type == keys::kEditResponseCookieType)
345 else if (instance_type == keys::kRemoveResponseCookieType)
527 std::string instance_type;
529 action_dict->GetString(keys::kInstanceTypeKey, &instance_type));
533 instance_type, action_dict, error, bad_message);