Searched refs:rootBounds (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateFullscreenWindow.cpp113 CGRect rootBounds = m_rootChild->rootLayer()->bounds(); local
114 m_rootChild->setFrame(rootBounds);
162 CGRect rootBounds = m_rootChild->rootLayer()->bounds(); local
163 m_rootChild->setFrame(rootBounds);
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DPlatformCALayerWin.cpp703 CGRect rootBounds = bounds(); local
705 currentTime(), rootBounds.origin.x, rootBounds.origin.y, rootBounds.size.width, rootBounds.size.height);
/external/webkit/Source/WebKit/mac/Carbon/
H A DCarbonWindowAdapter.mm937 HIRect rootBounds, contentFrame;
943 HIViewGetBounds( root, &rootBounds );
946 contentFrame.origin.y = rootBounds.size.height - CGRectGetMaxY( contentFrame );
/external/webkit/Source/WebCore/platform/graphics/android/
H A DLayerAndroid.cpp587 SkRect rootBounds; local
588 rootBounds.setEmpty();
589 if (root && state.drew(root, rootBounds) && state.drewText())

Completed in 113 milliseconds