OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kWorkerProcess
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/content/common/
sandbox_init_mac.cc
50
} else if (process_type == switches::
kWorkerProcess
) {
/external/chromium_org/content/common/sandbox_linux/
sandbox_linux.cc
321
process_type == switches::
kWorkerProcess
||
355
process_type == switches::
kWorkerProcess
||
sandbox_seccomp_bpf_linux.cc
119
process_type == switches::
kWorkerProcess
||
186
process_type == switches::
kWorkerProcess
) {
/external/chromium_org/content/public/common/
content_switches.cc
[
all
...]
content_switches.h
271
CONTENT_EXPORT extern const char
kWorkerProcess
[];
/external/chromium_org/content/browser/worker_host/
worker_process_host.cc
142
cmd_line->AppendSwitchASCII(switches::kProcessType, switches::
kWorkerProcess
);
173
if (value.empty() || value == switches::
kWorkerProcess
) {
183
if (value.empty() || value == switches::
kWorkerProcess
) {
/external/chromium_org/chrome/app/
chrome_main_delegate.cc
191
process_type == switches::
kWorkerProcess
||
245
process_type == switches::
kWorkerProcess
||
/external/chromium_org/content/app/
content_main_runner.cc
351
{ switches::
kWorkerProcess
, WorkerMain },
446
{ switches::
kWorkerProcess
, WorkerMain },
/external/chromium/chrome/common/
sandbox_policy.cc
587
} else if (type_str == switches::
kWorkerProcess
) {
Completed in 42 milliseconds