Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderTableSection.cpp663 int oldIntrinsicPaddingBefore = cell->intrinsicPaddingBefore(); in setCellLogicalWidths() local
665 … logicalHeightWithoutIntrinsicPadding = cell->logicalHeight() - oldIntrinsicPaddingBefore - oldInt… in setCellLogicalWidths()
676 intrinsicPaddingBefore = getBaseline(r) - (b - oldIntrinsicPaddingBefore); in setCellLogicalWidths()
703 …if (intrinsicPaddingBefore != oldIntrinsicPaddingBefore || intrinsicPaddingAfter != oldIntrinsicPa… in setCellLogicalWidths()