Searched refs:contentBounds (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/modules/video_render/mac/ |
D | video_render_agl.cc | 1042 Rect contentBounds = in ScreenUpdateProcess() local 1046 GetWindowBounds(window, kWindowContentRgn, &contentBounds); in ScreenUpdateProcess() 1048 GetWindowBounds(window, kWindowStructureRgn, &contentBounds); in ScreenUpdateProcess() 1053 globalBounds.top = contentBounds.top; in ScreenUpdateProcess() 1054 globalBounds.right = contentBounds.right; in ScreenUpdateProcess() 1055 globalBounds.bottom = contentBounds.bottom; in ScreenUpdateProcess() 1056 globalBounds.left = contentBounds.left; in ScreenUpdateProcess() 1111 contentBounds.top, contentBounds.right, contentBounds.bottom, contentBounds.left); in ScreenUpdateProcess() 1218 Rect contentBounds = in ParentWindowResized() local 1222 GetWindowBounds(window, kWindowContentRgn, &contentBounds); in ParentWindowResized() [all …]
|
/external/python/cpython2/Mac/Modules/win/ |
D | _Winmodule.c | 2776 Rect contentBounds; in Win_CreateNewWindow() local 2784 PyMac_GetRect, &contentBounds)) in Win_CreateNewWindow() 2788 &contentBounds, in Win_CreateNewWindow()
|