Searched defs:rootBounds (Results 1 - 3 of 3) 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/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 286 milliseconds