Searched defs:colLogicalHeight (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMultiColumnSet.cpp337 LayoutUnit colLogicalHeight = pageLogicalHeight(); local
348 colLogicalTop += index * (colLogicalHeight + colGap);
352 return LayoutRect(colLogicalLeft, colLogicalTop, colLogicalWidth, colLogicalHeight);
353 return LayoutRect(colLogicalTop, colLogicalLeft, colLogicalHeight, colLogicalWidth);
H A DRenderBlock.cpp2916 LayoutUnit colLogicalHeight = colInfo->columnHeight(); local
2926 colLogicalTop += index * (colLogicalHeight + colGap);
2930 return LayoutRect(colLogicalLeft, colLogicalTop, colLogicalWidth, colLogicalHeight);
2931 return LayoutRect(colLogicalTop, colLogicalLeft, colLogicalHeight, colLogicalWidth);
3119 LayoutUnit colLogicalHeight = colInfo->columnHeight(); local
3123 LayoutRect sliceRect = LayoutRect(logicalLeft, borderBefore() + paddingBefore() + i * colLogicalHeight, colLogicalWidth, colLogicalHeight);
3127 LayoutUnit logicalOffset = i * colLogicalHeight;

Completed in 127 milliseconds