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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorLayerTreeAgent.cpp 147 gatherLayersUsingRenderLayerHierarchy(errorString, compositor->rootRenderLayer(), layers);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerCompositor.h 139 RenderLayer* rootRenderLayer() const;
RenderLayerCompositor.cpp 336 if (!rootRenderLayer() || !rootRenderLayer()->acceleratedCompositingForOverflowScrollEnabled())
391 updateRoot = rootRenderLayer();
706 IntRect clipRect = pixelSnappedIntRect(layer->backgroundClipRect(RenderLayer::ClipRectsContext(rootRenderLayer(), 0, AbsoluteClipRects)).rect()); // FIXME: Incorrect for CSS regions.
    [all...]

Completed in 48 milliseconds