Home
last modified time | relevance | path

Searched refs:excluded_window (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/desktop_capture/
Dcropping_window_capturer_win.cc27 HWND excluded_window, in TopWindowVerifierContext()
33 excluded_window(excluded_window) { in TopWindowVerifierContext()
34 RTC_DCHECK_NE(selected_window, excluded_window); in TopWindowVerifierContext()
60 if (hwnd == excluded_window) { in IsTopWindow()
126 const HWND excluded_window; member
253 reinterpret_cast<HWND>(excluded_window()), in ShouldUseScreenCapturer()
Dcropping_window_capturer.h70 WindowId excluded_window() const { return excluded_window_; } in excluded_window() function
/external/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_magnifier.cc136 void ScreenCapturerWinMagnifier::SetExcludedWindow(WindowId excluded_window) { in SetExcludedWindow() argument
137 excluded_window_ = (HWND)excluded_window; in SetExcludedWindow()