Searched defs:flowThreadPortionOverflowRect (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderRegion.cpp61 LayoutRect RenderRegion::flowThreadPortionOverflowRect() const function in class:blink::RenderRegion
122 void RenderRegion::paintInvalidationOfFlowThreadContentRectangle(const LayoutRect& paintInvalidationRect, const LayoutRect& flowThreadPortionRect, const LayoutRect& flowThreadPortionOverflowRect, const LayoutPoint& regionLocation) const argument
128 LayoutRect flippedFlowThreadPortionOverflowRect(flowThreadPortionOverflowRect);
H A DRenderMultiColumnSet.cpp386 LayoutRect RenderMultiColumnSet::flowThreadPortionOverflowRect(const LayoutRect& portionRect, unsigned index, unsigned colCount, LayoutUnit colGap) const function in class:blink::RenderMultiColumnSet
438 clippedRect.intersect(RenderRegion::flowThreadPortionOverflowRect());
459 LayoutRect flowThreadOverflowPortion = flowThreadPortionOverflowRect(flowThreadPortion, i, colCount, colGap);
490 clippedRect.intersect(RenderRegion::flowThreadPortionOverflowRect());
519 LayoutRect flowThreadOverflowPortion = flowThreadPortionOverflowRect(flowThreadPortion, i, colCount, colGap);

Completed in 565 milliseconds