HomeSort by relevance Sort by last modified time
    Searched defs:in_sandbox (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/common/
sandbox_policy.cc 609 bool in_sandbox = local
616 if (!in_sandbox && (type == ChildProcessInfo::PLUGIN_PROCESS)) {
617 in_sandbox = browser_command_line.HasSwitch(switches::kSafePlugins) ||
627 in_sandbox = false;
633 in_sandbox = false;
639 in_sandbox = false;
646 in_sandbox = false;
657 DebugFlags::ProcessDebugFlags(cmd_line, type, in_sandbox);
664 if (!in_sandbox) {
  /external/chromium_org/content/common/
sandbox_win.cc 570 bool in_sandbox = true; local
572 delegate->ShouldSandbox(&in_sandbox);
577 in_sandbox = false;
587 bool child_needs_help = ProcessDebugFlags(cmd_line, in_sandbox);
594 if (!in_sandbox) {

Completed in 225 milliseconds