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

  /external/chromium_org/content/public/common/
sandboxed_process_launcher_delegate.cc 28 SandboxType SandboxedProcessLauncherDelegate::GetSandboxType() {
sandbox_type_mac.h 13 enum SandboxType {
sandboxed_process_launcher_delegate.h 70 // Gets the Mac SandboxType to enforce on the process. Return
72 virtual SandboxType GetSandboxType();
content_client.h 128 // SandboxType::SANDBOX_TYPE_AFTER_LAST_TYPE. Returns false if no sandbox
sandbox_init.h 70 // Valid values for |sandbox_type| are defined either by the enum SandboxType,
  /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 53 SandboxType sandbox_type;

Completed in 245 milliseconds