Searched refs:colLogicalTop (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderMultiColumnSet.cpp | 226 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()
|
D | RenderBlock.cpp | 3623 LayoutUnit colLogicalTop = borderBefore() + paddingBefore(); in columnRectAt() local 3633 colLogicalTop += index * (colLogicalHeight + colGap); in columnRectAt() 3635 … colLogicalTop += 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()
|