Searched defs:Sandbox (Results 1 - 3 of 3) sorted by relevance

/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);
/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
H A DContentSecurityPolicy.h72 static const char Sandbox[]; member in class:WebCore::ContentSecurityPolicy
H A DContentSecurityPolicy.cpp78 const char ContentSecurityPolicy::Sandbox[] = "sandbox"; member in class:WebCore::ContentSecurityPolicy
101 || equalIgnoringCase(name, Sandbox)

Completed in 118 milliseconds