Home
last modified time | relevance | path

Searched refs:colLogicalHeight (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderMultiColumnSet.cpp225 LayoutUnit colLogicalHeight = computedColumnHeight(); in columnRectAt() local
235 return LayoutRect(colLogicalLeft, colLogicalTop, colLogicalWidth, colLogicalHeight); in columnRectAt()
236 return LayoutRect(colLogicalTop, colLogicalLeft, colLogicalHeight, colLogicalWidth); in columnRectAt()
DRenderBlock.cpp3622 LayoutUnit colLogicalHeight = colInfo->columnHeight(); in columnRectAt() local
3633 colLogicalTop += index * (colLogicalHeight + colGap); in columnRectAt()
3635 … colLogicalTop += contentLogicalHeight() - colLogicalHeight - index * (colLogicalHeight + colGap); in columnRectAt()
3639 return LayoutRect(colLogicalLeft, colLogicalTop, colLogicalWidth, colLogicalHeight); in columnRectAt()
3640 return LayoutRect(colLogicalTop, colLogicalLeft, colLogicalHeight, colLogicalWidth); in columnRectAt()
3839 LayoutUnit colLogicalHeight = colInfo->columnHeight(); in adjustForColumns() local
3843 …ogicalLeft, borderBefore() + paddingBefore() + i * colLogicalHeight, colLogicalWidth, colLogicalHe… in adjustForColumns()
3847 LayoutUnit logicalOffset = i * colLogicalHeight; in adjustForColumns()