Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderTableSection.cpp665 int oldBe = cell->intrinsicPaddingBottom(); in setCellWidths() local
666 int heightWithoutIntrinsicPadding = cell->height() - oldTe - oldBe; in setCellWidths()
696 if (te != oldTe || be != oldBe) { in setCellWidths()
701 …if ((te != oldTe || be > oldBe) && !table()->selfNeedsLayout() && cell->checkForRepaintDuringLayou… in setCellWidths()