HomeSort by relevance Sort by last modified time
    Searched defs:SetJobLevel (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sandbox/win/src/
sandbox_policy_base.cc 164 ResultCode PolicyBase::SetJobLevel(JobLevel job_level, uint32 ui_exceptions) {
  /external/chromium_org/content/common/
sandbox_win.cc 497 void SetJobLevel(const CommandLine& cmd_line,
502 policy->SetJobLevel(job_level, ui_exceptions);
504 policy->SetJobLevel(sandbox::JOB_NONE, 0);
619 SetJobLevel(*cmd_line, sandbox::JOB_LOCKDOWN, 0, policy);

Completed in 179 milliseconds