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/sandbox/linux/seccomp-bpf/
H A Dsandbox_bpf.h44 class Sandbox { class in namespace:playground2
55 // ErrorCode (Sandbox *sb, int sysnum, void *aux);
73 // this makes it needlessly complicated to operate on "Sandbox"
78 Sandbox();
79 ~Sandbox();
164 // It is possible to stack multiple sandboxes by creating separate "Sandbox"
266 DISALLOW_COPY_AND_ASSIGN(Sandbox);
H A Dsandbox_bpf.cc36 using playground2::Sandbox;
66 ErrorCode ProbeEvaluator(Sandbox *, int sysnum, void *) __attribute__((const));
67 ErrorCode ProbeEvaluator(Sandbox *, int sysnum, void *) {
87 ErrorCode AllowAllEvaluator(Sandbox *, int sysnum, void *) {
88 if (!Sandbox::IsValidSyscallNumber(sysnum)) {
174 Sandbox *sandbox = static_cast<Sandbox *>(aux);
186 ErrorCode RedirectToUserspaceEvalWrapper(Sandbox *sandbox, int sysnum,
190 Sandbox::Evaluators *evaluators =
191 reinterpret_cast<Sandbox
214 Sandbox::Sandbox() function in class:playground2::Sandbox
[all...]

Completed in 246 milliseconds