Searched refs:excluded_window (Results 1 – 3 of 3) sorted by relevance
27 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; member253 reinterpret_cast<HWND>(excluded_window()), in ShouldUseScreenCapturer()
70 WindowId excluded_window() const { return excluded_window_; } in excluded_window() function
136 void ScreenCapturerWinMagnifier::SetExcludedWindow(WindowId excluded_window) { in SetExcludedWindow() argument137 excluded_window_ = (HWND)excluded_window; in SetExcludedWindow()