SetJobLevel       214 content/browser/gpu/gpu_process_host.cc         SetJobLevel(*cmd_line_, sandbox::JOB_UNPROTECTED, 0, policy);
SetJobLevel       226 content/browser/gpu/gpu_process_host.cc         SetJobLevel(*cmd_line_,
SetJobLevel       237 content/browser/gpu/gpu_process_host.cc       SetJobLevel(*cmd_line_, sandbox::JOB_UNPROTECTED, 0, policy);
SetJobLevel       513 content/common/sandbox_win.cc     policy->SetJobLevel(job_level, ui_exceptions);
SetJobLevel       515 content/common/sandbox_win.cc     policy->SetJobLevel(sandbox::JOB_NONE, 0);
SetJobLevel       640 content/common/sandbox_win.cc   SetJobLevel(*cmd_line, sandbox::JOB_LOCKDOWN, 0, policy);
SetJobLevel        24 content/common/sandbox_win.h void SetJobLevel(const base::CommandLine& cmd_line,
SetJobLevel       509 sandbox/win/sandbox_poc/main_ui_window.cc   policy->SetJobLevel(sandbox::JOB_LOCKDOWN, 0);
SetJobLevel       123 sandbox/win/src/sandbox_policy.h   virtual ResultCode SetJobLevel(JobLevel job_level, uint32 ui_exceptions) = 0;
SetJobLevel        44 sandbox/win/src/sandbox_policy_base.h   virtual ResultCode SetJobLevel(JobLevel job_level,
SetJobLevel       121 sandbox/win/tests/common/controller.cc   policy_->SetJobLevel(job_level, 0);