Searched refs:directive_name (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/extensions/common/ |
D | csp_validator.cc | 27 : directive_name(name) in DirectiveStatus() 32 const char* directive_name; member 91 bool UpdateStatus(const std::string& directive_name, in UpdateStatus() argument 97 if (directive_name != status->directive_name) in UpdateStatus() 131 std::string directive_name = tokenizer.token(); in ContentSecurityPolicyIsSecure() local 132 StringToLowerASCII(&directive_name); in ContentSecurityPolicyIsSecure() 134 if (UpdateStatus(directive_name, tokenizer, &default_src_status, type)) in ContentSecurityPolicyIsSecure() 136 if (UpdateStatus(directive_name, tokenizer, &script_src_status, type)) in ContentSecurityPolicyIsSecure() 138 if (UpdateStatus(directive_name, tokenizer, &object_src_status, type)) in ContentSecurityPolicyIsSecure() 171 std::string directive_name = tokenizer.token(); in ContentSecurityPolicyIsSandboxed() local [all …]
|