Home
last modified time | relevance | path

Searched refs:_currentParentWindowBounds (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/video_render/mac/
Dvideo_render_agl.cc381 _currentParentWindowBounds( ), in VideoRenderAGL()
498 _currentParentWindowBounds( ), in VideoRenderAGL()
1230 _currentParentWindowBounds.top = contentBounds.top; in ParentWindowResized()
1231 _currentParentWindowBounds.left = contentBounds.left; in ParentWindowResized()
1232 _currentParentWindowBounds.bottom = contentBounds.bottom; in ParentWindowResized()
1233 _currentParentWindowBounds.right = contentBounds.right; in ParentWindowResized()
1235 _currentParentWindowWidth = _currentParentWindowBounds.right - _currentParentWindowBounds.left; in ParentWindowResized()
1236 _currentParentWindowHeight = _currentParentWindowBounds.bottom - _currentParentWindowBounds.top; in ParentWindowResized()
Dvideo_render_agl.h158 Rect _currentParentWindowBounds; variable