OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
577
bool
in_sandbox
= true;
local
579
delegate->ShouldSandbox(&
in_sandbox
);
584
in_sandbox
= false;
594
bool child_needs_help = ProcessDebugFlags(cmd_line,
in_sandbox
);
601
if (!
in_sandbox
) {
Completed in 889 milliseconds