Home
last modified time | relevance | path

Searched refs:flowThreadPortionOverflowRect (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderMultiColumnSet.cpp269 LayoutRect RenderMultiColumnSet::flowThreadPortionOverflowRect(const LayoutRect& portionRect, unsig… in flowThreadPortionOverflowRect() function in WebCore::RenderMultiColumnSet
388 clippedRect.intersect(RenderRegion::flowThreadPortionOverflowRect()); in repaintFlowThreadContent()
409 …LayoutRect flowThreadOverflowPortion = flowThreadPortionOverflowRect(flowThreadPortion, i, colCoun… in repaintFlowThreadContent()
440 clippedRect.intersect(RenderRegion::flowThreadPortionOverflowRect()); in collectLayerFragments()
463 …LayoutRect flowThreadOverflowPortion = flowThreadPortionOverflowRect(flowThreadPortion, i, colCoun… in collectLayerFragments()
DRenderRegion.cpp91 LayoutRect RenderRegion::flowThreadPortionOverflowRect() const in flowThreadPortionOverflowRect() function in WebCore::RenderRegion
192 …readPortionInRegion(paintInfo, this, flowThreadPortionRect(), flowThreadPortionOverflowRect(), Lay… in paintObject()
205 …tTestFlowThreadPortionInRegion(this, flowThreadPortionRect(), flowThreadPortionOverflowRect(), req… in hitTestFlowThreadContents()
323 …wThreadContentRectangle(repaintRect, flowThreadPortionRect(), flowThreadPortionOverflowRect(), con… in repaintFlowThreadContent()
326 …t, const LayoutRect& flowThreadPortionRect, const LayoutRect& flowThreadPortionOverflowRect, const… in repaintFlowThreadContentRectangle() argument
332 LayoutRect flippedFlowThreadPortionOverflowRect(flowThreadPortionOverflowRect); in repaintFlowThreadContentRectangle()
DRenderRegion.h57 LayoutRect flowThreadPortionOverflowRect() const;
160 const LayoutRect& flowThreadPortionOverflowRect, const LayoutPoint& regionLocation) const;
DRenderFlowThread.cpp260 …et, const LayoutRect& flowThreadPortionRect, const LayoutRect& flowThreadPortionOverflowRect) const in computeRegionClippingRect()
262 …ClippingRect(offset + (flowThreadPortionOverflowRect.location() - flowThreadPortionRect.location()… in computeRegionClippingRect()
264 … regionClippingRect.move(flowThreadPortionRect.size() - flowThreadPortionOverflowRect.size()); in computeRegionClippingRect()
268 …n, const LayoutRect& flowThreadPortionRect, const LayoutRect& flowThreadPortionOverflowRect, const… in paintFlowThreadPortionInRegion() argument
296 …Rect(adjustedPaintOffset + portionLocation, flowThreadPortionRect, flowThreadPortionOverflowRect)); in paintFlowThreadPortionInRegion()
325 …n, const LayoutRect& flowThreadPortionRect, const LayoutRect& flowThreadPortionOverflowRect, const… in hitTestFlowThreadPortionInRegion() argument
327 …computeRegionClippingRect(accumulatedOffset, flowThreadPortionRect, flowThreadPortionOverflowRect); in hitTestFlowThreadPortionInRegion()
DRenderFlowThread.h82 …*, const LayoutRect& flowThreadPortionRect, const LayoutRect& flowThreadPortionOverflowRect, const…
83 …*, const LayoutRect& flowThreadPortionRect, const LayoutRect& flowThreadPortionOverflowRect, const…
DRenderMultiColumnSet.h132 …LayoutRect flowThreadPortionOverflowRect(const LayoutRect& flowThreadPortion, unsigned index, unsi…