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

  /external/chromium_org/sandbox/win/src/
sandbox_policy_base.cc 77 HDESK PolicyBase::alternate_desktop_handle_ = NULL; member in class:sandbox::PolicyBase
212 if (use_alternate_desktop_ && !alternate_desktop_handle_) {
215 if (use_alternate_winstation_ && (!alternate_desktop_handle_ ||
221 alternate_desktop_handle_);
227 if (!alternate_winstation_handle_ && alternate_desktop_handle_)
231 if (alternate_winstation_handle_ && alternate_desktop_handle_)
247 &alternate_desktop_handle_);
252 if (!alternate_desktop_handle_ ||
253 GetWindowObjectName(alternate_desktop_handle_).empty())
261 if (alternate_desktop_handle_)
    [all...]
sandbox_policy_base.h 158 static HDESK alternate_desktop_handle_; member in class:sandbox::PolicyBase

Completed in 65 milliseconds