Home | History | Annotate | Download | only in sandbox_linux

Lines Matching refs:process_type

57   const std::string process_type =
61 process_type + ".";
251 bool LinuxSandbox::StartSeccompBPF(const std::string& process_type) {
255 seccomp_bpf_started_ = SandboxSeccompBPF::StartSandbox(process_type);
265 const std::string process_type =
278 process_type));
284 "threads in process " + process_type;
291 bool sandbox_failure_fatal = process_type != switches::kGpuProcess;
295 if (process_type == switches::kGpuProcess &&
318 LimitAddressSpace(process_type);
321 bool seccomp_bpf_started = StartSeccompBPF(process_type);
336 bool LinuxSandbox::LimitAddressSpace(const std::string& process_type) {
337 (void) process_type;
357 if (process_type == switches::kRendererProcess ||
358 process_type == switches::kGpuProcess) {
392 void LinuxSandbox::CheckForBrokenPromises(const std::string& process_type) {
395 if (process_type == switches::kRendererProcess ||
396 process_type == switches::kPpapiPluginProcess) {