Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderMultiColumnSet.cpp227 LayoutUnit colLogicalLeft = borderAndPaddingLogicalLeft(); in columnRectAt() local
230 colLogicalLeft += index * (colLogicalWidth + colGap); in columnRectAt()
232colLogicalLeft += contentLogicalWidth() - colLogicalWidth - index * (colLogicalWidth + colGap); in columnRectAt()
235 return LayoutRect(colLogicalLeft, colLogicalTop, colLogicalWidth, colLogicalHeight); in columnRectAt()
236 return LayoutRect(colLogicalTop, colLogicalLeft, colLogicalHeight, colLogicalWidth); in columnRectAt()
DRenderBlock.cpp3624 LayoutUnit colLogicalLeft = logicalLeftOffsetForContent(); in columnRectAt() local
3628 colLogicalLeft += index * (colLogicalWidth + colGap); in columnRectAt()
3630colLogicalLeft += contentLogicalWidth() - colLogicalWidth - index * (colLogicalWidth + colGap); in columnRectAt()
3639 return LayoutRect(colLogicalLeft, colLogicalTop, colLogicalWidth, colLogicalHeight); in columnRectAt()
3640 return LayoutRect(colLogicalTop, colLogicalLeft, colLogicalHeight, colLogicalWidth); in columnRectAt()