Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderGrid.cpp1263 LayoutUnit rowPosition = startOfRow + marginBeforeForChild(&child); in endOfRowForChild() local
1267 return rowPosition + std::max<LayoutUnit>(0, endOfRow - startOfRow - child.logicalHeight()); in endOfRowForChild()
1277 LayoutUnit rowPosition = startOfRow + marginBeforeForChild(&child); in startOfRowForChild() local
1279 return rowPosition; in startOfRowForChild()