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 126 LayoutUnit marginBorderPaddingLogicalLeft() const { return marginLogicalLeft() + borderLogicalLeft() + paddingLogicalLeft(); }
140 int borderLogicalLeft() const
RenderBoxModelObject.h 128 LayoutUnit borderLogicalLeft() const { return style()->isHorizontalWritingMode() ? borderLeft() : borderTop(); }

Completed in 32 milliseconds