Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderMultiColumnSet.cpp226 LayoutUnit colLogicalTop = borderBefore() + paddingBefore(); in columnRectAt() local
235 return LayoutRect(colLogicalLeft, colLogicalTop, colLogicalWidth, colLogicalHeight); in columnRectAt()
236 return LayoutRect(colLogicalTop, colLogicalLeft, colLogicalHeight, colLogicalWidth); in columnRectAt()
DRenderBlock.cpp3623 LayoutUnit colLogicalTop = borderBefore() + paddingBefore(); in columnRectAt() local
3633 colLogicalTop += index * (colLogicalHeight + colGap); in columnRectAt()
3635colLogicalTop += 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()