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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMultiColumnSet.cpp339 LayoutUnit colGap = columnGap(); local
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 /
445 LayoutUnit colGap = columnGap(); local
511 LayoutUnit colGap = columnGap(); local
566 LayoutUnit colGap = columnGap(); local
[all...]
H A DRenderMultiColumnSet.h142 LayoutRect flowThreadPortionOverflowRect(const LayoutRect& flowThreadPortion, unsigned index, unsigned colCount, LayoutUnit colGap) const;
H A DRenderBlock.cpp1788 LayoutUnit colGap = columnGap(); local
1811 ruleLogicalLeft += inlineDirectionSize + colGap / 2;
1812 currLogicalLeftOffset += inlineDirectionSize + colGap;
1814 ruleLogicalLeft -= (inlineDirectionSize + colGap / 2);
1815 currLogicalLeftOffset -= (inlineDirectionSize + colGap);
1834 : colGap / 2 - colGap - ruleThickness / 2 + borderBefore() + paddingBefore();
1837 ? colGap / 2 - colGap - ruleThickness / 2 + borderBefore() + paddingBefore()
1855 LayoutSize step(0, topToBottom ? colInfo->columnHeight() + colGap
1876 LayoutUnit colGap = columnGap(); local
3231 LayoutUnit colGap = columnGap(); local
3320 LayoutUnit colGap = columnGap(); local
[all...]

Completed in 70 milliseconds