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

  /external/webkit/Source/WebCore/rendering/
InlineFlowBox.h 114 int marginBorderPaddingLogicalLeft() const { return marginLogicalLeft() + borderLogicalLeft() + paddingLogicalLeft(); }
InlineFlowBox.cpp 61 int totWidth = marginBorderPaddingLogicalLeft() + marginBorderPaddingLogicalRight();
    [all...]

Completed in 491 milliseconds