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

/external/chromium_org/third_party/webrtc/modules/video_render/mac/
H A Dvideo_render_agl.cc383 _currentParentWindowBounds( ),
501 _currentParentWindowBounds( ),
1239 _currentParentWindowBounds.top = contentBounds.top;
1240 _currentParentWindowBounds.left = contentBounds.left;
1241 _currentParentWindowBounds.bottom = contentBounds.bottom;
1242 _currentParentWindowBounds.right = contentBounds.right;
1244 _currentParentWindowWidth = _currentParentWindowBounds.right - _currentParentWindowBounds.left;
1245 _currentParentWindowHeight = _currentParentWindowBounds.bottom - _currentParentWindowBounds
[all...]
H A Dvideo_render_agl.h159 Rect _currentParentWindowBounds; member in class:webrtc::VideoRenderAGL

Completed in 60 milliseconds