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

  /external/webkit/Source/WebCore/rendering/
InlineBox.cpp 106 result += flowObject->borderAndPaddingLogicalHeight();
RenderBoxModelObject.h 95 int borderAndPaddingLogicalHeight() const { return borderBefore() + borderAfter() + paddingBefore() + paddingAfter(); }
RenderBox.cpp 737 int bordersPlusPadding = borderAndPaddingLogicalHeight();
753 height -= borderAndPaddingLogicalHeight();
    [all...]
RenderBlock.cpp     [all...]

Completed in 556 milliseconds