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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerClipper.h 63 : rootLayer(root)
85 const RenderLayer* const rootLayer;
112 // |rootLayer|. It also computes our background and foreground clip rects
124 // cachedClipRects looks buggy: It doesn't check whether context.rootLayer and entry.root match.
LayerPaintingInfo.h 78 : rootLayer(inRootLayer)
85 RenderLayer* rootLayer;
87 LayoutRect paintDirtyRect; // relative to rootLayer;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
RenderLayerCompositor.cpp 599 GraphicsLayer* rootLayer = m_rootContentLayer.get();
601 rootLayer = rootGraphicsLayer();
603 String layerTreeText = rootLayer->layerTreeAsText(flags);
639 GraphicsLayer* rootLayer = innerCompositor->rootGraphicsLayer();
640 if (hostingLayer->children().size() != 1 || hostingLayer->children()[0] != rootLayer) {
642 hostingLayer->addChild(rootLayer);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 508 RenderLayer* rootLayer = mainFrame->contentRenderer()->layer();
510 geometryMap.pushMappingsToAncestor(rootLayer, 0);
513 projectRectsToGraphicsLayerSpaceRecursive(rootLayer, layerRects, graphicsRects, geometryMap, layersWithRects, layerChildFrameMap);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebViewTest.cpp 353 RenderLayer* rootLayer = view->renderView()->layer();
355 LayerPaintingInfo paintingInfo(rootLayer, paintRect, PaintBehaviorNormal, LayoutSize());
356 rootLayer->paintLayerContents(&context, paintingInfo, PaintLayerPaintingCompositingAllPhases);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp     [all...]

Completed in 124 milliseconds