OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PolicyBase
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sandbox/win/src/
sandbox_policy_base.h
35
class
PolicyBase
: public Dispatcher, public TargetPolicy {
37
PolicyBase
();
104
~
PolicyBase
();
166
DISALLOW_COPY_AND_ASSIGN(
PolicyBase
);
sandbox_policy_base.cc
78
HWINSTA
PolicyBase
::alternate_winstation_handle_ = NULL;
79
HDESK
PolicyBase
::alternate_desktop_handle_ = NULL;
80
IntegrityLevel
PolicyBase
::alternate_desktop_integrity_level_label_ =
83
PolicyBase
::
PolicyBase
()
141
PolicyBase
::~
PolicyBase
() {
158
void
PolicyBase
::AddRef() {
162
void
PolicyBase
::Release() {
167
ResultCode
PolicyBase
::SetTokenLevel(TokenLevel initial, TokenLevel lockdown)
[
all
...]
Completed in 1397 milliseconds