Home
last modified time | relevance | path

Searched refs:heightWithoutIntrinsicPadding (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderTableCell.cpp1066 …int heightWithoutIntrinsicPadding = totalHeight - intrinsicPaddingBefore() - intrinsicPaddingAfter… in scrollbarsChanged() local
1068 int newBeforePadding = (totalHeight - heightWithoutIntrinsicPadding) / 2; in scrollbarsChanged()
1069 int newAfterPadding = totalHeight - heightWithoutIntrinsicPadding - newBeforePadding; in scrollbarsChanged()