Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/desktop_capture/
Dcropping_window_capturer_win.cc117 DesktopRect GetWindowRectInVirtualScreen() override;
193 DesktopRect CroppingWindowCapturerWin::GetWindowRectInVirtualScreen() { in GetWindowRectInVirtualScreen() function in webrtc::__anone9714f000111::CroppingWindowCapturerWin
Dcropping_window_capturer.h57 virtual DesktopRect GetWindowRectInVirtualScreen() = 0;
Dcropping_window_capturer.cc91 DesktopRect window_rect = GetWindowRectInVirtualScreen(); in OnCaptureCompleted()