Searched defs:content_security_policy (Results 1 - 12 of 12) 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/browser/shared_worker/
H A Dshared_worker_instance.cc14 const base::string16& content_security_policy,
20 content_security_policy_(content_security_policy),
11 SharedWorkerInstance( const GURL& url, const base::string16& name, const base::string16& content_security_policy, blink::WebContentSecurityPolicyType security_policy_type, ResourceContext* resource_context, const WorkerStoragePartitionId& partition_id) argument
H A Dshared_worker_instance.h25 const base::string16& content_security_policy,
47 const base::string16 content_security_policy() const { function in class:content::SharedWorkerInstance
/external/chromium_org/content/renderer/
H A Dshared_worker_repository.cc28 const blink::WebString& content_security_policy,
34 params.content_security_policy = content_security_policy;
24 createSharedWorkerConnector( const blink::WebURL& url, const blink::WebString& name, DocumentID document_id, const blink::WebString& content_security_policy, blink::WebContentSecurityPolicyType security_policy_type) argument
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_url_request_util.cc49 const std::string& content_security_policy,
57 content_security_policy, send_cors_header, base::Time());
159 const std::string& content_security_policy,
184 content_security_policy,
45 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
155 MaybeCreateURLRequestResourceBundleJob( net::URLRequest* request, net::NetworkDelegate* network_delegate, const base::FilePath& directory_path, const std::string& content_security_policy, bool send_cors_header) argument
H A Dchrome_extensions_browser_client.cc122 const std::string& content_security_policy,
128 content_security_policy,
118 MaybeCreateResourceBundleRequestJob( net::URLRequest* request, net::NetworkDelegate* network_delegate, const base::FilePath& directory_path, const std::string& content_security_policy, bool send_cors_header) argument
/external/chromium_org/content/renderer/shared_worker/
H A Dembedded_shared_worker_stub.cc59 const base::string16& content_security_policy,
74 content_security_policy, security_policy_type);
56 EmbeddedSharedWorkerStub( const GURL& url, const base::string16& name, const base::string16& content_security_policy, blink::WebContentSecurityPolicyType security_policy_type, bool pause_on_start, int route_id) argument
/external/chromium_org/extensions/browser/
H A Dtest_extensions_browser_client.cc95 const std::string& content_security_policy,
91 MaybeCreateResourceBundleRequestJob( net::URLRequest* request, net::NetworkDelegate* network_delegate, const base::FilePath& directory_path, const std::string& content_security_policy, bool send_cors_header) argument
H A Dextension_protocols.cc75 const std::string& content_security_policy)
80 response_info_.headers = BuildHttpHeaders(content_security_policy,
170 const std::string& content_security_policy,
187 content_security_policy_(content_security_policy),
431 std::string content_security_policy; local
440 content_security_policy =
463 request, network_delegate, extension, content_security_policy);
473 content_security_policy,
531 content_security_policy,
540 const std::string& content_security_policy,
72 GeneratedBackgroundPageJob(net::URLRequest* request, net::NetworkDelegate* network_delegate, const scoped_refptr<const Extension> extension, const std::string& content_security_policy) argument
165 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, bool follow_symlinks_anywhere, ContentVerifyJob* verify_job) argument
539 BuildHttpHeaders( const std::string& content_security_policy, bool send_cors_header, const base::Time& last_modified_time) argument
[all...]
/external/chromium_org/extensions/shell/browser/
H A Dshell_extensions_browser_client.cc116 const std::string& content_security_policy,
112 MaybeCreateResourceBundleRequestJob( net::URLRequest* request, net::NetworkDelegate* network_delegate, const base::FilePath& directory_path, const std::string& content_security_policy, bool send_cors_header) argument

Completed in 1107 milliseconds