Searched refs:setFlowThreadPortionRect (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderRegion.h48 void setFlowThreadPortionRect(const LayoutRect& rect) { m_flowThreadPortionRect = rect; } function in class:blink::RenderRegion
H A DRenderFlowThread.cpp232 columnSet->setFlowThreadPortionRect(isHorizontalWritingMode() ? columnSetRect : columnSetRect.transposedRect());
H A DRenderMultiColumnSet.cpp286 setFlowThreadPortionRect(LayoutRect(rect.x(), rect.y(), isHorizontal ? rect.width() : logicalHeightWithOverflow, isHorizontal ? logicalHeightWithOverflow : rect.height()));

Completed in 252 milliseconds