HomeSort by relevance Sort by last modified time
    Searched full:sandboxtype (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/content/public/common/
sandboxed_process_launcher_delegate.cc 28 SandboxType SandboxedProcessLauncherDelegate::GetSandboxType() {
sandboxed_process_launcher_delegate.h 70 // Gets the Mac SandboxType to enforce on the process. Return
72 virtual SandboxType GetSandboxType();
sandbox_type_mac.h 13 enum SandboxType {
sandbox_init.h 68 // Valid values for |sandbox_type| are defined either by the enum SandboxType,
content_client.h 128 // SandboxType::SANDBOX_TYPE_AFTER_LAST_TYPE. Returns false if no sandbox
  /external/chromium_org/content/common/
sandbox_mac_unittest_helper.mm 59 if (!RunTestInSandbox(static_cast<SandboxType>(i),
70 bool MacSandboxTest::RunTestInSandbox(SandboxType sandbox_type,
129 SandboxType sandbox_type = static_cast<SandboxType>(atoi(sandbox_type_str));
sandbox_mac_unittest_helper.h 52 bool RunTestInSandbox(content::SandboxType sandbox_type,
sandbox_mac.h 65 // Valid |sandbox_type| values are defined by the enum SandboxType, or can be
sandbox_mac.mm 48 SandboxType sandbox_type;
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.cc 337 virtual SandboxType GetSandboxType() OVERRIDE {
    [all...]

Completed in 66 milliseconds