HomeSort by relevance Sort by last modified time
    Searched defs:SetThreadDesktop (Results 1 - 2 of 2) 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())
desktop.cc 64 bool Desktop::SetThreadDesktop() const {
65 if (!::SetThreadDesktop(desktop_)) {

Completed in 85 milliseconds