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 125 LayoutUnit marginBorderPaddingLogicalLeft() const { return marginLogicalLeft() + borderLogicalLeft() + paddingLogicalLeft(); }
139 int borderLogicalLeft() const
RenderBoxModelObject.h 134 LayoutUnit borderLogicalLeft() const { return style()->isHorizontalWritingMode() ? borderLeft() : borderTop(); }
RenderBox.cpp     [all...]
InlineFlowBox.cpp 365 logicalLeft += borderLogicalLeft() + paddingLogicalLeft();
    [all...]

Completed in 41 milliseconds