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

  /external/webkit/Source/WebCore/rendering/
RenderBoxModelObject.h 96 int borderAndPaddingLogicalWidth() const { return borderStart() + borderEnd() + paddingStart() + paddingEnd(); }
RenderBox.cpp 729 int bordersPlusPadding = borderAndPaddingLogicalWidth();
746 width -= borderAndPaddingLogicalWidth();
    [all...]
RenderFlexibleBox.cpp 200 int borderAndPadding = borderAndPaddingLogicalWidth();
    [all...]
RenderTableCell.cpp 123 colWidthSum = Length(max(0, colWidthSum.value() - borderAndPaddingLogicalWidth()), Fixed);
    [all...]
RenderBlock.cpp     [all...]

Completed in 232 milliseconds