Searched defs:Sandbox (Results 1 - 3 of 3) sorted by last modified time

/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
H A DContentSecurityPolicy.cpp79 const char ContentSecurityPolicy::Sandbox[] = "sandbox"; member in class:blink::ContentSecurityPolicy
102 || equalIgnoringCase(name, Sandbox)
H A DContentSecurityPolicy.h74 static const char Sandbox[]; member in class:blink::ContentSecurityPolicy
/external/chromium_org/content/common/
H A Dsandbox_mac.h57 class CONTENT_EXPORT Sandbox { class in namespace:content
71 // |sandbox_type| - type of Sandbox to use. See SandboxWarmup() for legal
86 // Build the Sandbox command necessary to allow access to a named directory
155 // Convert provided path into a "canonical" path matching what the Sandbox
164 DISALLOW_IMPLICIT_CONSTRUCTORS(Sandbox);

Completed in 175 milliseconds