Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/win/
Dwindow_capture_utils.h60 int GetWindowRegionTypeWithBoundary(HWND window, DesktopRect* result);
Dwindow_capture_utils.cc126 int GetWindowRegionTypeWithBoundary(HWND window, DesktopRect* result) { in GetWindowRegionTypeWithBoundary() function
/external/webrtc/modules/desktop_capture/
Dcropping_window_capturer_win.cc216 GetWindowRegionTypeWithBoundary(selected, &region_rect); in ShouldUseScreenCapturer()