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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.h 125 LayoutUnit marginBorderPaddingLogicalLeft() const { return marginLogicalLeft() + borderLogicalLeft() + paddingLogicalLeft(); }
139 int borderLogicalLeft() const
RenderBoxModelObject.h 134 LayoutUnit borderLogicalLeft() const { return style()->isHorizontalWritingMode() ? borderLeft() : borderTop(); }

Completed in 39 milliseconds