Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderTableSection.cpp663 int heightWithoutIntrinsicPadding = cell->height() - oldTe - oldBe; in setCellWidths() local
681 te = (rHeight - heightWithoutIntrinsicPadding) / 2; in setCellWidths()
684 te = rHeight - heightWithoutIntrinsicPadding; in setCellWidths()
690 int be = rHeight - heightWithoutIntrinsicPadding - te; in setCellWidths()