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 78 HWINSTA PolicyBase::alternate_winstation_handle_ = NULL; member in class:sandbox::PolicyBase
220 !alternate_winstation_handle_)) {
224 return GetFullDesktopName(alternate_winstation_handle_,
231 if (!alternate_winstation_handle_ && alternate_desktop_handle_)
235 if (alternate_winstation_handle_ && alternate_desktop_handle_)
238 DCHECK(!alternate_winstation_handle_);
240 ResultCode result = CreateAltWindowStation(&alternate_winstation_handle_);
245 if (!alternate_winstation_handle_ ||
246 GetWindowObjectName(alternate_winstation_handle_).empty())
250 result = CreateAltDesktop(alternate_winstation_handle_,
    [all...]
sandbox_policy_base.h 163 static HWINSTA alternate_winstation_handle_; member in class:sandbox::PolicyBase

Completed in 365 milliseconds