Home
last modified time | relevance | path

Searched refs:ui_exceptions (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/sandbox/win/src/
Djob.cc18 DWORD ui_exceptions) { in Init() argument
76 jbur.UIRestrictionsClass = jbur.UIRestrictionsClass & (~ui_exceptions); in Init()
Djob.h32 DWORD Init(JobLevel security_level, wchar_t *job_name, DWORD ui_exceptions);
Dsandbox_policy.h123 virtual ResultCode SetJobLevel(JobLevel job_level, uint32 ui_exceptions) = 0;
Dsandbox_policy_base.h45 uint32 ui_exceptions) OVERRIDE;
Dsandbox_policy_base.cc164 ResultCode PolicyBase::SetJobLevel(JobLevel job_level, uint32 ui_exceptions) { in SetJobLevel() argument
166 ui_exceptions_ = ui_exceptions; in SetJobLevel()
/external/chromium_org/content/common/
Dsandbox_win.h24 uint32 ui_exceptions,
Dsandbox_win.cc508 uint32 ui_exceptions, in SetJobLevel() argument
511 policy->SetJobLevel(job_level, ui_exceptions); in SetJobLevel()