HomeSort by relevance Sort by last modified time
    Searched refs:colLogicalTop (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMultiColumnSet.cpp 337 LayoutUnit colLogicalTop = borderBefore() + paddingBefore();
346 return LayoutRect(colLogicalLeft, colLogicalTop, colLogicalWidth, colLogicalHeight);
347 return LayoutRect(colLogicalTop, colLogicalLeft, colLogicalHeight, colLogicalWidth);
RenderBlock.cpp     [all...]

Completed in 127 milliseconds