HomeSort by relevance Sort by last modified time
    Searched refs:borderLogicalLeft (Results 1 - 4 of 4) 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(); }
RenderBox.cpp     [all...]
InlineFlowBox.cpp 368 logicalLeft += borderLogicalLeft() + paddingLogicalLeft();
    [all...]

Completed in 174 milliseconds