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

  /external/webkit/WebCore/rendering/
InlineFlowBox.h 98 int marginBorderPaddingLeft() const { return marginLeft() + borderLeft() + paddingLeft(); }
InlineFlowBox.cpp 57 int totWidth = marginBorderPaddingLeft() + marginBorderPaddingRight();
    [all...]

Completed in 163 milliseconds