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

  /external/webkit/Source/WebCore/rendering/
RenderBoxModelObject.h 101 int borderLogicalRight() const { return style()->isHorizontalWritingMode() ? borderRight() : borderBottom(); }
InlineFlowBox.h 115 int marginBorderPaddingLogicalRight() const { return marginLogicalRight() + borderLogicalRight() + paddingLogicalRight(); }
134 int borderLogicalRight() const

Completed in 479 milliseconds