Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp3806 LayoutUnit columnLogicalHeight = colInfo->columnHeight(); in flipForWritingModeIncludingColumns() local
3807 …Height = borderBefore() + paddingBefore() + columnCount(colInfo) * columnLogicalHeight + borderAft… in flipForWritingModeIncludingColumns()
3820 LayoutUnit columnLogicalHeight = colInfo->columnHeight(); in adjustStartEdgeForWritingModeIncludingColumns() local
3821 …Height = borderBefore() + paddingBefore() + columnCount(colInfo) * columnLogicalHeight + borderAft… in adjustStartEdgeForWritingModeIncludingColumns()