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

  /external/webrtc/webrtc/modules/desktop_capture/win/
scoped_thread_desktop.cc 37 initial_->SetThreadDesktop();
42 bool ScopedThreadDesktop::SetThreadDesktop(Desktop* desktop) {
50 if (!desktop->SetThreadDesktop())
scoped_thread_desktop.h 39 bool SetThreadDesktop(Desktop* desktop);
desktop.h 37 bool SetThreadDesktop() const;
desktop.cc 64 bool Desktop::SetThreadDesktop() const {
65 if (!::SetThreadDesktop(desktop_)) {
screen_capturer_win_gdi.cc 164 // Release GDI resources otherwise SetThreadDesktop will fail.
175 // If SetThreadDesktop() fails, the thread is still assigned a desktop.
177 desktop_.SetThreadDesktop(input_desktop.release());
screen_capturer_win_magnifier.cc 101 // Release GDI resources otherwise SetThreadDesktop will fail.
106 // If SetThreadDesktop() fails, the thread is still assigned a desktop.
108 desktop_.SetThreadDesktop(input_desktop.release());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winuser.h 770 WINUSERAPI WINBOOL WINAPI SetThreadDesktop(HDESK hDesktop);
    [all...]

Completed in 388 milliseconds