Searched defs:PolicyBase (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dsandbox_policy_base.h35 class PolicyBase : public Dispatcher, public TargetPolicy { class in namespace:sandbox
37 PolicyBase();
104 ~PolicyBase();
166 DISALLOW_COPY_AND_ASSIGN(PolicyBase);
H A Dsandbox_policy_base.cc78 HWINSTA PolicyBase::alternate_winstation_handle_ = NULL;
79 HDESK PolicyBase::alternate_desktop_handle_ = NULL;
80 IntegrityLevel PolicyBase::alternate_desktop_integrity_level_label_ =
83 PolicyBase::PolicyBase() function in class:sandbox::PolicyBase
141 PolicyBase::~PolicyBase() {
158 void PolicyBase::AddRef() {
162 void PolicyBase::Release() {
167 ResultCode PolicyBase
[all...]

Completed in 447 milliseconds