Home | History | Annotate | Download | only in rendering

Lines Matching refs:colCount

148     unsigned colCount = columnCount();
150 LayoutUnit minimumContentLogicalWidth = colCount * computedColumnWidth() + (colCount - 1) * colGap;
269 LayoutRect RenderMultiColumnSet::flowThreadPortionOverflowRect(const LayoutRect& portionRect, unsigned index, unsigned colCount, LayoutUnit colGap) const
282 bool isLastColumn = index == colCount - 1;
353 unsigned colCount = columnCount();
354 if (colCount <= 1)
368 for (unsigned i = 0; i < colCount; i++) {
379 if (i < colCount - 1) {
415 unsigned colCount = columnCount();
423 LayoutRect flowThreadOverflowPortion = flowThreadPortionOverflowRect(flowThreadPortion, i, colCount, colGap);
459 unsigned colCount = columnCount();
466 LayoutRect flowThreadOverflowPortion = flowThreadPortionOverflowRect(flowThreadPortion, i, colCount, colGap);