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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMultiColumnSet.cpp 338 LayoutUnit colLogicalLeft = borderAndPaddingLogicalLeft();
458 LayoutUnit ruleAdd = borderAndPaddingLogicalLeft();
RenderBoxModelObject.h 131 LayoutUnit borderAndPaddingLogicalLeft() const { return style()->isHorizontalWritingMode() ? borderLeft() + paddingLeft() : borderTop() + paddingTop(); }
RenderInline.cpp     [all...]
RenderBlockFlow.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeOutsideInfo.cpp 102 LayoutPoint marginBoxOrigin(-renderBox.marginLogicalLeft() - renderBox.borderAndPaddingLogicalLeft(), -renderBox.marginBefore() - renderBox.borderBefore() - renderBox.paddingBefore());

Completed in 63 milliseconds