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 58 : rootLayer(inRootLayer)
64 const RenderLayer* rootLayer;
LayerPaintingInfo.h 79 : rootLayer(inRootLayer)
88 RenderLayer* rootLayer;
90 LayoutRect paintDirtyRect; // relative to rootLayer;
CompositedLayerMapping.cpp 357 RenderLayer* rootLayer = view->layer();
365 if (m_owningLayer != rootLayer)
366 clippingBounds.intersect(m_owningLayer->backgroundClipRect(ClipRectsContext(rootLayer, 0, AbsoluteClipRects)).rect()); // FIXME: Incorrect for CSS regions.
369 m_owningLayer->convertToLayerCoords(rootLayer, delta);
626 // for a compositing layer, rootLayer is the layer itself.
    [all...]
RenderLayerCompositor.cpp 301 GraphicsLayer* rootLayer = rootGraphicsLayer();
302 if (!rootLayer)
310 if (rootLayer->visibleRectChangeRequiresFlush(visibleRect)) {
    [all...]
RenderLayer.cpp 230 const RenderLayer* rootLayer = 0;
231 for (const RenderLayer* parentLayer = parent(); parentLayer; rootLayer = parentLayer, parentLayer = parentLayer->parent()) {
236 ASSERT(rootLayer == root());
239 parent()->convertToLayerCoords(rootLayer, offset);
243 void RenderLayer::updateLayerPositionsAfterLayout(const RenderLayer* rootLayer, UpdateLayerPositionsFlags flags)
246 if (this != rootLayer)
394 const RenderLayer* rootLayer = renderer()->view()->compositor()->rootRenderLayer();
413 const bool isRootFixedPos = position == FixedPosition && containingBlock->enclosingLayer() == rootLayer;
414 const bool otherIsRootFixedPos = otherPosition == FixedPosition && otherContainingBlock->enclosingLayer() == rootLayer;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp     [all...]

Completed in 207 milliseconds