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

  /external/webkit/Source/WebCore/rendering/
InlineFlowBox.h 114 int marginBorderPaddingLogicalLeft() const { return marginLogicalLeft() + borderLogicalLeft() + paddingLogicalLeft(); }
128 int borderLogicalLeft() const
RenderBoxModelObject.h 100 int borderLogicalLeft() const { return style()->isHorizontalWritingMode() ? borderLeft() : borderTop(); }
RenderBox.cpp     [all...]
InlineFlowBox.cpp 348 logicalLeft += borderLogicalLeft() + paddingLogicalLeft();
    [all...]

Completed in 59 milliseconds