Home | History | Annotate | Download | only in common

Lines Matching defs:sandbox

18 namespace sandbox {
30 // Initialize the sandbox for renderer, gpu, utility, worker, nacl, and plug-in
34 // Returns true if the sandbox was initialized succesfully, false if an error
38 sandbox::SandboxInterfaceInfo* sandbox_info);
41 // that works inside the sandbox and can send handles but not retrieve
50 // Inform the current process's sandbox broker (e.g. the broker for
51 // 32-bit processes) about a process created under a different sandbox
67 // Initialize the sandbox of the given |sandbox_type|, optionally specifying a
69 // supported by the sandbox profile associated with the given |sandbox_type|.
76 // sandbox::SANDBOX_PROCESS_TYPE_AFTER_LAST_TYPE.
78 // Returns true if the sandbox was initialized succesfully, false if an error
88 // Initialize a seccomp-bpf sandbox. |policy| may not be NULL.
89 // Returns true if the sandbox has been properly engaged.
91 scoped_ptr<sandbox::bpf_dsl::SandboxBPFDSLPolicy> policy);
95 CONTENT_EXPORT scoped_ptr<sandbox::bpf_dsl::SandboxBPFDSLPolicy>