Searched defs:ui_exceptions (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Djob.cc18 DWORD ui_exceptions) {
76 jbur.UIRestrictionsClass = jbur.UIRestrictionsClass & (~ui_exceptions);
17 Init(JobLevel security_level, wchar_t *job_name, DWORD ui_exceptions) argument
H A Dsandbox_policy_base.cc164 ResultCode PolicyBase::SetJobLevel(JobLevel job_level, uint32 ui_exceptions) { argument
166 ui_exceptions_ = ui_exceptions;
/external/chromium_org/content/common/
H A Dsandbox_win.cc499 uint32 ui_exceptions,
502 policy->SetJobLevel(job_level, ui_exceptions);
497 SetJobLevel(const CommandLine& cmd_line, sandbox::JobLevel job_level, uint32 ui_exceptions, sandbox::TargetPolicy* policy) argument

Completed in 103 milliseconds