Home
last modified time | relevance | path

Searched refs:SelectedWindowContext (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/desktop_capture/win/
Dselected_window_context.cc15 SelectedWindowContext::SelectedWindowContext( in SelectedWindowContext() function in webrtc::SelectedWindowContext
26 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()
Dselected_window_context.h21 class SelectedWindowContext {
23 SelectedWindowContext(HWND selected_window,
Dwindow_capturer_win_gdi.cc34 struct OwnedWindowCollectorContext : public SelectedWindowContext {
39 : SelectedWindowContext(selected_window, in OwnedWindowCollectorContext()
/external/webrtc/modules/desktop_capture/
Dcropping_window_capturer_win.cc25 struct TopWindowVerifierContext : public SelectedWindowContext {
30 : SelectedWindowContext(selected_window, in TopWindowVerifierContext()