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 459 LayoutUnit ruleLogicalLeft = leftToRight ? LayoutUnit() : contentLogicalWidth();
468 ruleLogicalLeft += inlineDirectionSize + colGap / 2;
471 ruleLogicalLeft -= (inlineDirectionSize + colGap / 2);
477 LayoutUnit ruleLeft = isHorizontalWritingMode() ? paintOffset.x() + ruleLogicalLeft - ruleThickness / 2 + ruleAdd : paintOffset.x() + borderLeft() + paddingLeft();
479 LayoutUnit ruleTop = isHorizontalWritingMode() ? paintOffset.y() + borderTop() + paddingTop() : paintOffset.y() + ruleLogicalLeft - ruleThickness / 2 + ruleAdd;
485 ruleLogicalLeft = currLogicalLeftOffset;
RenderBlock.cpp     [all...]

Completed in 109 milliseconds