Home
last modified time | relevance | path

Searched refs:GetThreadDesktop (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/modules/desktop_capture/win/
Ddesktop.cc98 Desktop* Desktop::GetThreadDesktop() { in GetThreadDesktop() function in webrtc::Desktop
99 HDESK desktop = ::GetThreadDesktop(GetCurrentThreadId()); in GetThreadDesktop()
Ddesktop.h51 static Desktop* GetThreadDesktop();
Dscoped_thread_desktop.cc18 : initial_(Desktop::GetThreadDesktop()) {} in ScopedThreadDesktop()
/external/cronet/tot/base/win/
Dwin_util_unittest.cc117 HDESK thread_desktop = ::GetThreadDesktop(::GetCurrentThreadId()); in TEST()
Dwin_util.cc964 HDESK thread_desktop = ::GetThreadDesktop(::GetCurrentThreadId()); in IsRunningUnderDesktopName()
Dsecurity_descriptor_unittest.cc522 ::GetThreadDesktop(::GetCurrentThreadId()), SecurityObjectType::kDesktop, in TEST()
/external/cronet/stable/base/win/
Dwin_util_unittest.cc117 HDESK thread_desktop = ::GetThreadDesktop(::GetCurrentThreadId()); in TEST()
Dwin_util.cc964 HDESK thread_desktop = ::GetThreadDesktop(::GetCurrentThreadId()); in IsRunningUnderDesktopName()
Dsecurity_descriptor_unittest.cc522 ::GetThreadDesktop(::GetCurrentThreadId()), SecurityObjectType::kDesktop, in TEST()
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/System/StationsAndDesktops/
Dmod.rs36 ::windows_targets::link!("user32.dll" "system" fn GetThreadDesktop(dwthreadid : u32) -> HDESK);
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/System/StationsAndDesktops/
Dmod.rs36 ::windows_targets::link!("user32.dll" "system" fn GetThreadDesktop(dwthreadid : u32) -> HDESK);