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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMultiColumnSet.cpp77 LayoutRect portionRect(flowThreadPortionRectAt(columnIndex));
78 flipForWritingMode(portionRect);
81 return contentBoxRect().location() + columnRect.location() - portionRect.location();
358 LayoutRect portionRect(flowThreadPortionRect());
361 LayoutUnit flowThreadLogicalTop = isHorizontalWritingMode() ? portionRect.y() : portionRect.x();
367 LayoutUnit flowThreadLogicalBottom = isHorizontalWritingMode() ? portionRect.maxY() : portionRect.maxX();
378 LayoutRect portionRect = flowThreadPortionRect(); local
380 portionRect
386 flowThreadPortionOverflowRect(const LayoutRect& portionRect, unsigned index, unsigned colCount, LayoutUnit colGap) const argument
[all...]

Completed in 156 milliseconds