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

  /external/chromium_org/sandbox/win/src/
sandbox_policy_base.cc 82 initial_level_(USER_LOCKDOWN),
167 initial_level_ = initial;
173 return initial_level_;
313 if (lockdown_level_ < USER_LIMITED || lockdown_level_ != initial_level_)
527 if (lockdown_level_ < USER_LIMITED || lockdown_level_ != initial_level_)
537 result = CreateRestrictedToken(initial, initial_level_,
sandbox_policy_base.h 128 TokenLevel initial_level_; member in class:sandbox::PolicyBase

Completed in 426 milliseconds