Home
last modified time | relevance | path

Searched refs:alternate_winstation_handle_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/sandbox/win/src/
Dsandbox_policy_base.cc78 HWINSTA PolicyBase::alternate_winstation_handle_ = NULL; member in sandbox::PolicyBase
220 !alternate_winstation_handle_)) { in GetAlternateDesktop()
224 return GetFullDesktopName(alternate_winstation_handle_, in GetAlternateDesktop()
231 if (!alternate_winstation_handle_ && alternate_desktop_handle_) in CreateAlternateDesktop()
235 if (alternate_winstation_handle_ && alternate_desktop_handle_) in CreateAlternateDesktop()
238 DCHECK(!alternate_winstation_handle_); in CreateAlternateDesktop()
240 ResultCode result = CreateAltWindowStation(&alternate_winstation_handle_); in CreateAlternateDesktop()
245 if (!alternate_winstation_handle_ || in CreateAlternateDesktop()
246 GetWindowObjectName(alternate_winstation_handle_).empty()) in CreateAlternateDesktop()
250 result = CreateAltDesktop(alternate_winstation_handle_, in CreateAlternateDesktop()
[all …]
Dsandbox_policy_base.h163 static HWINSTA alternate_winstation_handle_; variable