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

  /external/chromium_org/sandbox/win/src/
sandbox_policy_base.cc 76 HWINSTA PolicyBase::alternate_winstation_handle_ = NULL; member in class:sandbox::PolicyBase
216 !alternate_winstation_handle_)) {
220 return GetFullDesktopName(alternate_winstation_handle_,
227 if (!alternate_winstation_handle_ && alternate_desktop_handle_)
231 if (alternate_winstation_handle_ && alternate_desktop_handle_)
234 DCHECK(!alternate_winstation_handle_);
236 ResultCode result = CreateAltWindowStation(&alternate_winstation_handle_);
241 if (!alternate_winstation_handle_ ||
242 GetWindowObjectName(alternate_winstation_handle_).empty())
246 result = CreateAltDesktop(alternate_winstation_handle_,
    [all...]
sandbox_policy_base.h 159 static HWINSTA alternate_winstation_handle_; member in class:sandbox::PolicyBase

Completed in 129 milliseconds