HomeSort by relevance Sort by last modified time
    Searched full:extraheight (Results 1 - 1 of 1) sorted by null

  /external/webkit/WebCore/rendering/
RenderPartObject.cpp 62 int extraHeight = paddingTop() + paddingBottom() + borderTop() + borderBottom();
64 int styleHeight = height() - extraHeight;
90 int h = height() - extraHeight;
109 setHeight(max(height(), contentHeight + extraHeight));
201 int extraHeight = paddingTop() + paddingBottom() + borderTop() + borderBottom();
202 setHeight(max(width(), view->contentsHeight() + extraHeight));

Completed in 40 milliseconds