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

  /external/chromium_org/sandbox/mac/
bootstrap_sandbox.cc 21 scoped_ptr<BootstrapSandbox> BootstrapSandbox::Create() {
22 scoped_ptr<BootstrapSandbox> null; // Used for early returns.
23 scoped_ptr<BootstrapSandbox> sandbox(new BootstrapSandbox());
47 BootstrapSandbox::~BootstrapSandbox() {
50 void BootstrapSandbox::RegisterSandboxPolicy(
60 void BootstrapSandbox::PrepareToForkWithPolicy(int sandbox_policy_id) {
78 void BootstrapSandbox::FinishedFork(base::ProcessHandle handle)
    [all...]
bootstrap_sandbox.h 24 // The BootstrapSandbox is a second-layer sandbox for Mac. It is used to limit
51 class SANDBOX_EXPORT BootstrapSandbox {
54 static scoped_ptr<BootstrapSandbox> Create();
56 ~BootstrapSandbox();
85 BootstrapSandbox();

Completed in 48 milliseconds