HomeSort by relevance Sort by last modified time
    Searched refs:rootBounds (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateFullscreenWindow.cpp 113 CGRect rootBounds = m_rootChild->rootLayer()->bounds();
114 m_rootChild->setFrame(rootBounds);
162 CGRect rootBounds = m_rootChild->rootLayer()->bounds();
163 m_rootChild->setFrame(rootBounds);
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWin.cpp 703 CGRect rootBounds = bounds();
705 currentTime(), rootBounds.origin.x, rootBounds.origin.y, rootBounds.size.width, rootBounds.size.height);
  /external/webkit/Source/WebKit/mac/Carbon/
CarbonWindowAdapter.mm     [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
LayerAndroid.cpp 587 SkRect rootBounds;
588 rootBounds.setEmpty();
589 if (root && state.drew(root, rootBounds) && state.drewText())
    [all...]

Completed in 142 milliseconds