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

  /external/chromium_org/remoting/host/win/
window_station_and_desktop.h 22 HWINSTA window_station() const { return window_station_; }
29 void SetWindowStation(HWINSTA window_station);
36 HWINSTA window_station_;
window_station_and_desktop.cc 27 void WindowStationAndDesktop::SetWindowStation(HWINSTA window_station) {
unprivileged_process_delegate.cc 144 HWINSTA current_window_station = GetProcessWindowStation();
  /external/chromium_org/sandbox/win/src/
window.h 19 ResultCode CreateAltWindowStation(HWINSTA* winsta);
27 ResultCode CreateAltDesktop(HWINSTA winsta, HDESK* desktop);
36 base::string16 GetFullDesktopName(HWINSTA winsta, HDESK desktop);
window.cc 37 ResultCode CreateAltWindowStation(HWINSTA* winsta) {
57 ResultCode CreateAltDesktop(HWINSTA winsta, HDESK* desktop) {
75 HWINSTA current_winsta = ::GetProcessWindowStation();
141 base::string16 GetFullDesktopName(HWINSTA winsta, HDESK desktop) {
sandbox_policy_base.h 159 static HWINSTA alternate_winstation_handle_;
sandbox_policy_base.cc 76 HWINSTA PolicyBase::alternate_winstation_handle_ = NULL;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 92 HWINSTA = HANDLE
175 'HPALETTE', 'HPEN', 'HRGN', 'HRSRC', 'HSTR', 'HTASK', 'HWINSTA',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 92 HWINSTA = HANDLE
175 'HPALETTE', 'HPEN', 'HRGN', 'HRSRC', 'HSTR', 'HTASK', 'HWINSTA',
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windef.h 218 DECLARE_HANDLE(HWINSTA);
wtypes.h 88 typedef void *HWINSTA;
winuser.h 692 WINUSERAPI WINBOOL WINAPI EnumDesktopsA(HWINSTA hwinsta,DESKTOPENUMPROCA lpEnumFunc,LPARAM lParam);
693 WINUSERAPI WINBOOL WINAPI EnumDesktopsW(HWINSTA hwinsta,DESKTOPENUMPROCW lpEnumFunc,LPARAM lParam);
721 WINUSERAPI HWINSTA WINAPI CreateWindowStationA(LPCSTR lpwinsta,DWORD dwFlags,ACCESS_MASK dwDesiredAccess,LPSECURITY_ATTRIBUTES lpsa);
722 WINUSERAPI HWINSTA WINAPI CreateWindowStationW(LPCWSTR lpwinsta,DWORD dwFlags,ACCESS_MASK dwDesiredAccess,LPSECURITY_ATTRIBUTES lpsa);
723 WINUSERAPI HWINSTA WINAPI OpenWindowStationA(LPCSTR lpszWinSta,WINBOOL fInherit,ACCESS_MASK dwDesiredAccess);
724 WINUSERAPI HWINSTA WINAPI OpenWindowStationW(LPCWSTR lpszWinSta,WINBOOL fInherit,ACCESS_MASK dwDesiredAccess);
727 WINUSERAPI WINBOOL WINAPI CloseWindowStation(HWINSTA hWinSta);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/
cryptlib.c 801 { HWINSTA h;
  /external/openssl/crypto/
cryptlib.c 787 { HWINSTA h;

Completed in 549 milliseconds