OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:in_sandbox
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/content/public/common/
sandboxed_process_launcher_delegate.h
29
// |
in_sandbox
| to false if this process should be launched without a sandbox
31
virtual void ShouldSandbox(bool*
in_sandbox
) {}
/external/chromium_org/components/nacl/browser/
nacl_broker_host_win.cc
31
virtual void ShouldSandbox(bool*
in_sandbox
) OVERRIDE {
32
*
in_sandbox
= false;
/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
) {
/external/chromium_org/content/browser/
plugin_process_host.cc
87
virtual void ShouldSandbox(bool*
in_sandbox
) OVERRIDE {
88
*
in_sandbox
= false;
ppapi_plugin_process_host.cc
46
virtual void ShouldSandbox(bool*
in_sandbox
) OVERRIDE {
48
*
in_sandbox
= false;
/external/chromium_org/content/browser/gpu/
gpu_process_host.cc
180
virtual void ShouldSandbox(bool*
in_sandbox
) OVERRIDE {
182
*
in_sandbox
= false;
[
all
...]
/external/chromium_org/content/browser/renderer_host/
render_process_host_impl.cc
267
virtual void ShouldSandbox(bool*
in_sandbox
) OVERRIDE {
271
*
in_sandbox
= false;
[
all
...]
Completed in 170 milliseconds