Searched refs:excluded_window (Results 1 – 3 of 3) sorted by relevance
26 TopWindowVerifierContext(HWND selected_window, HWND excluded_window) in TopWindowVerifierContext()28 excluded_window(excluded_window), in TopWindowVerifierContext()33 HWND excluded_window; member51 if (hwnd == context->excluded_window) { in TopWindowVerifier()152 selected, reinterpret_cast<HWND>(excluded_window())); in ShouldUseScreenCapturer()
60 WindowId excluded_window() const { return excluded_window_; } in excluded_window() function
188 void ScreenCapturerWinMagnifier::SetExcludedWindow(WindowId excluded_window) { in SetExcludedWindow() argument189 excluded_window_ = (HWND)excluded_window; in SetExcludedWindow()