HomeSort by relevance Sort by last modified time
    Searched defs:rootLayer (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerClipper.h 57 : rootLayer(inRootLayer)
63 const RenderLayer* rootLayer;
101 // |rootLayer}. It also computes our background and foreground clip rects
LayerPaintingInfo.h 79 : rootLayer(inRootLayer)
87 RenderLayer* rootLayer;
89 LayoutRect paintDirtyRect; // relative to rootLayer;
RenderLayer.cpp 253 void RenderLayer::updateLayerPositionsAfterLayout(const RenderLayer* rootLayer, UpdateLayerPositionsFlags flags)
347 const RenderLayer* rootLayer = renderer()->view()->compositor()->rootRenderLayer();
366 const bool isRootFixedPos = position == FixedPosition && containingBlock->enclosingLayer() == rootLayer;
367 const bool otherIsRootFixedPos = otherPosition == FixedPosition && otherContainingBlock->enclosingLayer() == rootLayer;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 557 RenderLayer* rootLayer = mainFrame->contentRenderer()->layer();
559 geometryMap.pushMappingsToAncestor(rootLayer, 0);
562 projectRectsToGraphicsLayerSpaceRecursive(rootLayer, layerRects, graphicsRects, geometryMap, layersWithRects, layerChildFrameMap);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
RenderLayerCompositor.cpp 632 GraphicsLayer* rootLayer = m_rootContentLayer.get();
634 rootLayer = rootGraphicsLayer();
636 String layerTreeText = rootLayer->layerTreeAsText(flags);
672 GraphicsLayer* rootLayer = innerCompositor->rootGraphicsLayer();
673 if (hostingLayer->children().size() != 1 || hostingLayer->children()[0] != rootLayer) {
675 hostingLayer->addChild(rootLayer);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebViewTest.cpp 295 WebCore::RenderLayer* rootLayer = view->renderView()->layer();
297 WebCore::LayerPaintingInfo paintingInfo(rootLayer, paintRect, WebCore::PaintBehaviorNormal, WebCore::LayoutSize());
298 rootLayer->paintLayerContents(&context, paintingInfo, WebCore::PaintLayerPaintingCompositingAllPhases);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp     [all...]

Completed in 600 milliseconds