HomeSort by relevance Sort by last modified time
    Searched refs:colGap (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMultiColumnSet.cpp 339 LayoutUnit colGap = columnGap();
341 colLogicalLeft += index * (colLogicalWidth + colGap);
343 colLogicalLeft += contentLogicalWidth() - colLogicalWidth - index * (colLogicalWidth + colGap);
380 LayoutRect RenderMultiColumnSet::flowThreadPortionOverflowRect(const LayoutRect& portionRect, unsigned index, unsigned colCount, LayoutUnit colGap) const
405 overflowRect.shiftXEdgeTo(portionRect.x() - colGap / 2);
407 overflowRect.shiftMaxXEdgeTo(portionRect.maxX() + colGap - colGap / 2);
410 overflowRect.shiftYEdgeTo(portionRect.y() - colGap / 2);
412 overflowRect.shiftMaxYEdgeTo(portionRect.maxY() + colGap - colGap / 2)
    [all...]
RenderMultiColumnSet.h 142 LayoutRect flowThreadPortionOverflowRect(const LayoutRect& flowThreadPortion, unsigned index, unsigned colCount, LayoutUnit colGap) const;
RenderBlock.cpp     [all...]

Completed in 130 milliseconds