Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/desktop_capture/
Dcropping_window_capturer_win.cc26 TopWindowVerifierContext(HWND selected_window, HWND excluded_window) in TopWindowVerifierContext()
28 excluded_window(excluded_window), in TopWindowVerifierContext()
33 HWND excluded_window; member
51 if (hwnd == context->excluded_window) { in TopWindowVerifier()
152 selected, reinterpret_cast<HWND>(excluded_window())); in ShouldUseScreenCapturer()
Dcropping_window_capturer.h60 WindowId excluded_window() const { return excluded_window_; } in excluded_window() function
/external/webrtc/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_magnifier.cc188 void ScreenCapturerWinMagnifier::SetExcludedWindow(WindowId excluded_window) { in SetExcludedWindow() argument
189 excluded_window_ = (HWND)excluded_window; in SetExcludedWindow()