Searched refs:collectLayerFragments (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderMultiColumnSet.h | 121 …virtual void collectLayerFragments(LayerFragments&, const LayoutRect& layerBoundingBox, const Layo…
|
D | RenderRegion.h | 140 virtual void collectLayerFragments(LayerFragments&, const LayoutRect&, const LayoutRect&) { } in collectLayerFragments() function
|
D | RenderFlowThread.h | 162 …void collectLayerFragments(LayerFragments&, const LayoutRect& layerBoundingBox, const LayoutRect& …
|
D | RenderFlowThread.cpp | 1012 void RenderFlowThread::collectLayerFragments(LayerFragments& layerFragments, const LayoutRect& laye… in collectLayerFragments() function in WebCore::RenderFlowThread 1018 region->collectLayerFragments(layerFragments, layerBoundingBox, dirtyRect); in collectLayerFragments() 1030 region->collectLayerFragments(fragments, layerBoundingBox, PaintInfo::infiniteRect()); in fragmentsBoundingBox()
|
D | RenderMultiColumnSet.cpp | 416 void RenderMultiColumnSet::collectLayerFragments(LayerFragments& fragments, const LayoutRect& layer… in collectLayerFragments() function in WebCore::RenderMultiColumnSet
|
D | RenderLayer.cpp | 2281 …enclosingFlowThread->collectLayerFragments(fragments, layerBoundingBoxInFlowThread, dirtyRectInFlo… in collectFragments()
|