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

  /external/chromium_org/content/common/
sandbox_mac.h 30 // Class representing a substring of the sandbox profile tagged with its type.
57 class CONTENT_EXPORT Sandbox {
64 // sandbox is turned on. |sandbox_type| is the type of sandbox to warm up.
70 // Turns on the OS X sandbox for this process.
71 // |sandbox_type| - type of Sandbox to use. See SandboxWarmup() for legal
73 // |allowed_dir| - directory to allow access to, currently the only sandbox
76 // Returns true on success, false if an error occurred enabling the sandbox.
80 // Returns true if the sandbox has been enabled for the current process.
86 // Build the Sandbox command necessary to allow access to a named director
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/csp/
ContentSecurityPolicy.h 74 static const char Sandbox[];
ContentSecurityPolicy.cpp 79 const char ContentSecurityPolicy::Sandbox[] = "sandbox";
102 || equalIgnoringCase(name, Sandbox)
156 // If we're in a Document, set the referrer policy and sandbox flags, then dump all the
    [all...]

Completed in 75 milliseconds