Home
last modified time | relevance | path

Searched refs:GetWindowBounds (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/modules/desktop_capture/mac/
Dwindow_list_utils.h106 DesktopRect GetWindowBounds(CFDictionaryRef window);
113 DesktopRect GetWindowBounds(CGWindowID id);
Dwindow_list_utils.cc370 DesktopRect window_bounds = GetWindowBounds(id); in GetWindowScaleFactor()
387 DesktopRect GetWindowBounds(CFDictionaryRef window) { in GetWindowBounds() function
404 DesktopRect GetWindowBounds(CGWindowID id) { in GetWindowBounds() function
407 result = GetWindowBounds(window); in GetWindowBounds()
/external/webrtc/modules/desktop_capture/
Dwindow_finder_mac.mm34 bounds = GetWindowBounds(window);
Dwindow_capturer_mac.mm181 frame->set_top_left(GetWindowBounds(on_screen_window).top_left());
/external/python/cpython2/Mac/Modules/win/
D_Winmodule.c1547 #ifndef GetWindowBounds in WinObj_GetWindowBounds()
1548 PyMac_PRECHECK(GetWindowBounds); in WinObj_GetWindowBounds()
1553 _err = GetWindowBounds(_self->ob_itself, in WinObj_GetWindowBounds()