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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderRegion.h 87 virtual void collectLayerFragments(LayerFragments&, const LayoutRect&, const LayoutRect&) { }
RenderMultiColumnSet.h 126 virtual void collectLayerFragments(LayerFragments&, const LayoutRect& layerBoundingBox, const LayoutRect& dirtyRect) OVERRIDE;
RenderFlowThread.cpp 380 void RenderFlowThread::collectLayerFragments(LayerFragments& layerFragments, const LayoutRect& layerBoundingBox, const LayoutRect& dirtyRect)
386 region->collectLayerFragments(layerFragments, layerBoundingBox, dirtyRect);
398 region->collectLayerFragments(fragments, layerBoundingBox, PaintInfo::infiniteRect());
RenderFlowThread.h 108 void collectLayerFragments(LayerFragments&, const LayoutRect& layerBoundingBox, const LayoutRect& dirtyRect);
RenderMultiColumnSet.cpp 527 void RenderMultiColumnSet::collectLayerFragments(LayerFragments& fragments, const LayoutRect& layerBoundingBox, const LayoutRect& dirtyRect)
RenderLayer.cpp     [all...]

Completed in 208 milliseconds