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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMultiColumnSet.cpp 362 LayoutUnit ruleLogicalLeft = leftToRight ? LayoutUnit() : contentLogicalWidth();
371 ruleLogicalLeft += inlineDirectionSize + colGap / 2;
374 ruleLogicalLeft -= (inlineDirectionSize + colGap / 2);
380 LayoutUnit ruleLeft = isHorizontalWritingMode() ? paintOffset.x() + ruleLogicalLeft - ruleThickness / 2 + ruleAdd : paintOffset.x() + borderLeft() + paddingLeft();
382 LayoutUnit ruleTop = isHorizontalWritingMode() ? paintOffset.y() + borderTop() + paddingTop() : paintOffset.y() + ruleLogicalLeft - ruleThickness / 2 + ruleAdd;
388 ruleLogicalLeft = currLogicalLeftOffset;
RenderBlock.cpp     [all...]

Completed in 1138 milliseconds