Searched defs:content_security_policy (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/extensions/common/manifest_handlers/
H A Dcsp_info.h23 std::string content_security_policy; member in struct:extensions::CSPInfo
35 // Parses "content_security_policy" and "app.content_security_policy" keys.
H A Dsandboxed_page_info.h39 std::string content_security_policy; member in struct:extensions::SandboxedPageInfo
H A Dcsp_info.cc50 : content_security_policy(security_policy) {
61 return csp_info ? csp_info->content_security_policy : base::EmptyString();
86 std::string content_security_policy = is_platform_app_ ? local
90 CHECK(ContentSecurityPolicyIsSecure(content_security_policy,
93 new CSPInfo(content_security_policy));
98 std::string content_security_policy; local
99 if (!extension->manifest()->GetString(key, &content_security_policy)) {
103 if (!ContentSecurityPolicyIsLegal(content_security_policy)) {
108 !ContentSecurityPolicyIsSecure(content_security_policy,
115 new CSPInfo(content_security_policy));
[all...]
/external/chromium_org/content/worker/
H A Dwebsharedworker_stub.cc86 const base::string16& content_security_policy,
94 content_security_policy, policy_type, 0);
83 OnStartWorkerContext( const GURL& url, const base::string16& user_agent, const base::string16& source_code, const base::string16& content_security_policy, blink::WebContentSecurityPolicyType policy_type) argument
/external/chromium_org/content/renderer/
H A Dwebsharedworker_proxy.cc57 const base::string16& content_security_policy,
82 content_security_policy, policy_type));
128 const blink::WebString& content_security_policy,
133 script_url, true, name, user_agent, source_code, content_security_policy,
51 CreateWorkerContext( const GURL& script_url, bool is_shared, const base::string16& name, const base::string16& user_agent, const base::string16& source_code, const base::string16& content_security_policy, blink::WebContentSecurityPolicyType policy_type, int pending_route_id, int64 script_resource_appcache_id) argument
123 startWorkerContext( const blink::WebURL& script_url, const blink::WebString& name, const blink::WebString& user_agent, const blink::WebString& source_code, const blink::WebString& content_security_policy, blink::WebContentSecurityPolicyType policy_type, long long script_resource_appcache_id) argument
/external/chromium_org/chrome/browser/extensions/
H A Dextension_protocols.cc67 const std::string& content_security_policy, bool send_cors_header,
71 if (!content_security_policy.empty()) {
74 raw_headers.append(content_security_policy);
109 const std::string& content_security_policy,
116 response_info_.headers = BuildHttpHeaders(content_security_policy,
190 const std::string& content_security_policy)
195 response_info_.headers = BuildHttpHeaders(content_security_policy,
285 const std::string& content_security_policy,
295 content_security_policy_(content_security_policy),
526 std::string content_security_policy; local
66 BuildHttpHeaders( const std::string& content_security_policy, bool send_cors_header, const base::Time& last_modified_time) argument
105 URLRequestResourceBundleJob(net::URLRequest* request, net::NetworkDelegate* network_delegate, const base::FilePath& filename, int resource_id, const std::string& content_security_policy, bool send_cors_header) argument
187 GeneratedBackgroundPageJob(net::URLRequest* request, net::NetworkDelegate* network_delegate, const scoped_refptr<const Extension> extension, const std::string& content_security_policy) argument
280 URLRequestExtensionJob(net::URLRequest* request, net::NetworkDelegate* network_delegate, const std::string& extension_id, const base::FilePath& directory_path, const base::FilePath& relative_path, const std::string& content_security_policy, bool send_cors_header) argument
[all...]

Completed in 130 milliseconds