Searched refs:colLogicalLeft (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderMultiColumnSet.cpp | 227 LayoutUnit colLogicalLeft = borderAndPaddingLogicalLeft(); in columnRectAt() local 230 colLogicalLeft += index * (colLogicalWidth + colGap); in columnRectAt() 232 … colLogicalLeft += 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()
|
D | RenderBlock.cpp | 3624 LayoutUnit colLogicalLeft = logicalLeftOffsetForContent(); in columnRectAt() local 3628 colLogicalLeft += index * (colLogicalWidth + colGap); in columnRectAt() 3630 … colLogicalLeft += 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()
|