Searched refs:SelectedWindowContext (Results 1 – 4 of 4) sorted by relevance
15 SelectedWindowContext::SelectedWindowContext( in SelectedWindowContext() function in webrtc::SelectedWindowContext26 bool SelectedWindowContext::IsSelectedWindowValid() const { in IsSelectedWindowValid()30 bool SelectedWindowContext::IsWindowOwnedBySelectedWindow(HWND hwnd) const { in IsWindowOwnedBySelectedWindow()47 bool SelectedWindowContext::IsWindowOverlappingSelectedWindow(HWND hwnd) const { in IsWindowOverlappingSelectedWindow()52 HWND SelectedWindowContext::selected_window() const { in selected_window()56 WindowCaptureHelperWin* SelectedWindowContext::window_capture_helper() const { in window_capture_helper()
21 class SelectedWindowContext {23 SelectedWindowContext(HWND selected_window,
34 struct OwnedWindowCollectorContext : public SelectedWindowContext {39 : SelectedWindowContext(selected_window, in OwnedWindowCollectorContext()
25 struct TopWindowVerifierContext : public SelectedWindowContext {30 : SelectedWindowContext(selected_window, in TopWindowVerifierContext()