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

  /external/webkit/Source/WebCore/rendering/
RenderBox.cpp 729 int bordersPlusPadding = borderAndPaddingLogicalWidth();
731 return width + bordersPlusPadding;
732 return max(width, bordersPlusPadding);
737 int bordersPlusPadding = borderAndPaddingLogicalHeight();
739 return height + bordersPlusPadding;
740 return max(height, bordersPlusPadding);
    [all...]
RenderBox.h 443 int containerLogicalWidth, int bordersPlusPadding,
447 int containerLogicalHeight, int bordersPlusPadding,

Completed in 61 milliseconds