Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderGrid.cpp1261 LayoutUnit startOfRow = m_rowPositions[coordinate.rows.resolvedInitialPosition.toInt()]; in endOfRowForChild() local
1263 LayoutUnit rowPosition = startOfRow + marginBeforeForChild(&child); in endOfRowForChild()
1267 return rowPosition + std::max<LayoutUnit>(0, endOfRow - startOfRow - child.logicalHeight()); in endOfRowForChild()
1274 LayoutUnit startOfRow = m_rowPositions[coordinate.rows.resolvedInitialPosition.toInt()]; in startOfRowForChild() local
1277 LayoutUnit rowPosition = startOfRow + marginBeforeForChild(&child); in startOfRowForChild()
1287 …LayoutUnit startOfRow = m_rowPositions[coordinate.rows.resolvedInitialPosition.toInt()] + marginBe… in centeredRowPositionForChild() local
1291 return startOfRow + std::max<LayoutUnit>(0, endOfRow - startOfRow - child.logicalHeight()) / 2; in centeredRowPositionForChild()