/external/chromium_org/apps/shell/app/ |
shell_main.cc | 10 #include "sandbox/win/src/sandbox_types.h" 22 sandbox::SandboxInterfaceInfo sandbox_info = {0};
|
/external/chromium_org/ash/shell/ |
shell_main.cc | 10 #include "sandbox/win/src/sandbox_types.h" 22 sandbox::SandboxInterfaceInfo sandbox_info = {0};
|
/external/chromium_org/chrome/test/ |
DEPS | 20 "+sandbox/win/src", 21 "+sandbox/win/tests",
|
/external/chromium_org/components/nacl/loader/sandbox_linux/ |
nacl_bpf_sandbox_linux.cc | 19 #include "sandbox/linux/seccomp-bpf/sandbox_bpf.h" 20 #include "sandbox/linux/seccomp-bpf/sandbox_bpf_policy.h" 21 #include "sandbox/linux/services/linux_syscalls.h" 23 using sandbox::ErrorCode; 24 using sandbox::SandboxBPF; 25 using sandbox::SandboxBPFPolicy; 46 sandbox::SandboxBPF* sb, int sysno) const { 112 // Without the sandbox on, this ptrace call would ESRCH instead.
|
/external/chromium_org/content/common/sandbox_linux/ |
sandbox_bpf_base_policy_linux.cc | 10 #include "sandbox/linux/seccomp-bpf-helpers/baseline_policy.h" 22 : baseline_policy_(new sandbox::BaselinePolicy(kFSDeniedErrno)) {}
|
/external/chromium_org/content/utility/ |
utility.sb | 6 ; This is the Sandbox configuration file used for safeguarding the utility 11 ; directory. This is different from other sandbox configuration files where
|
utility_main.cc | 18 #include "sandbox/win/src/sandbox.h" 30 // Initializes the sandbox before any threads are created. 44 sandbox::TargetServices* target_services =
|
/external/chromium_org/sandbox/win/tests/common/ |
controller.h | 13 #include "sandbox/win/src/sandbox.h" 15 namespace sandbox { namespace 24 // the sandbox. 70 // Class to facilitate the launch of a test inside the sandbox. 81 // function in the sandbox. 95 // Starts a child process in the sandbox and ask it to run |command|. Returns 157 } // namespace sandbox
|
/external/chromium_org/sandbox/win/tests/validation_tests/ |
unit_tests.cc | 9 #include "sandbox/win/tests/common/controller.h" 14 return sandbox::DispatchCall(argc, argv);
|
/external/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/ |
eventpage.html | 12 <iframe id="theFrame" src="sandbox.html"></iframe>
|
/external/chromium_org/chrome/common/extensions/docs/server2/test_data/github_file_system/ |
expected_list.json | 24 "sandbox/",
|
/external/chromium_org/content/renderer/ |
OWNERS | 3 # Mac Sandbox profiles.
|
/external/chromium_org/extensions/common/ |
csp_validator.h | 34 // Checks whether the given |policy| enforces a unique origin sandbox as 36 // the-iframe-element.html#attr-iframe-sandbox. The policy must have the 37 // "sandbox" directive, and the sandbox tokens must not include
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
verifier.h | 13 namespace sandbox { namespace 26 static bool VerifyBPF(SandboxBPF* sandbox, 37 // is used for purposes other than verifying the output of the sandbox's 47 } // namespace sandbox
|
basicblock.h | 10 #include "sandbox/linux/seccomp-bpf/instruction.h" 12 namespace sandbox { namespace 47 } // namespace sandbox
|
/external/chromium_org/sandbox/win/src/ |
eat_resolver.cc | 5 #include "sandbox/win/src/eat_resolver.h" 8 #include "sandbox/win/src/sandbox_nt_util.h" 10 namespace sandbox { namespace 91 } // namespace sandbox
|
interception_internal.h | 7 // http://dev.chromium.org/developers/design-documents/sandbox . 12 #include "sandbox/win/src/sandbox_types.h" 14 namespace sandbox { namespace 74 } // namespace sandbox
|
process_thread_interception.h | 5 #include "sandbox/win/src/nt_internals.h" 6 #include "sandbox/win/src/sandbox_types.h" 11 namespace sandbox { namespace 88 } // namespace sandbox
|
sidestep_resolver.h | 9 #include "sandbox/win/src/nt_internals.h" 10 #include "sandbox/win/src/resolver.h" 12 namespace sandbox { namespace 70 } // namespace sandbox
|
/external/chromium_org/sandbox/win/wow_helper/ |
service64_resolver.h | 8 #include "sandbox/win/src/nt_internals.h" 9 #include "sandbox/win/src/resolver.h" 11 namespace sandbox { namespace 69 } // namespace sandbox
|
/external/chromium_org/ui/views_content_client/ |
views_content_client.h | 17 namespace sandbox { namespace 34 // sandbox::SandboxInterfaceInfo sandbox_info = {0}; 53 sandbox::SandboxInterfaceInfo* sandbox_info); 71 sandbox::SandboxInterfaceInfo* sandbox_info_;
|
/external/chromium_org/chrome_elf/ |
blacklist.gypi | 26 '../sandbox/sandbox.gyp:sandbox',
|
/external/chromium_org/content/public/common/ |
injection_test_mac.h | 12 // Callback function used by sandbox tests to print error messages. It's 21 // An ObjC wrapper around sandbox tests. 29 // after the sandbox has been turned on.
|
main_function_params.h | 7 // (e.g., POSIX doesn't need to pass any sandbox information). 16 namespace sandbox { namespace 43 sandbox::SandboxInterfaceInfo* sandbox_info;
|
/external/chromium_org/sandbox/linux/suid/common/ |
sandbox.h | 9 namespace sandbox { namespace 13 // (e.g. Chrome) to construct a command line for the sandbox. 37 } // namespace sandbox
|