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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMultiColumnSet.cpp339 LayoutUnit colLogicalLeft = borderAndPaddingLogicalLeft(); local
344 colLogicalLeft += index * (colLogicalWidth + colGap);
346 colLogicalLeft += contentLogicalWidth() - colLogicalWidth - index * (colLogicalWidth + colGap);
352 return LayoutRect(colLogicalLeft, colLogicalTop, colLogicalWidth, colLogicalHeight);
353 return LayoutRect(colLogicalTop, colLogicalLeft, colLogicalHeight, colLogicalWidth);
H A DRenderBlock.cpp2918 LayoutUnit colLogicalLeft = logicalLeftOffsetForContent(); local
2922 colLogicalLeft += index * (colLogicalWidth + colGap);
2924 colLogicalLeft += contentLogicalWidth() - colLogicalWidth - index * (colLogicalWidth + colGap);
2930 return LayoutRect(colLogicalLeft, colLogicalTop, colLogicalWidth, colLogicalHeight);
2931 return LayoutRect(colLogicalTop, colLogicalLeft, colLogicalHeight, colLogicalWidth);

Completed in 76 milliseconds