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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.h 127 LayoutUnit marginBorderPaddingLogicalRight() const { return marginLogicalRight() + borderLogicalRight() + paddingLogicalRight(); }
146 int borderLogicalRight() const
RenderBoxModelObject.h 129 LayoutUnit borderLogicalRight() const { return style()->isHorizontalWritingMode() ? borderRight() : borderBottom(); }
InlineFlowBox.cpp 375 logicalLeft += borderLogicalRight() + paddingLogicalRight();
    [all...]
RenderBox.cpp     [all...]

Completed in 47 milliseconds