Searched refs:oldBe (Results 1 – 1 of 1) sorted by relevance
665 int oldBe = cell->intrinsicPaddingBottom(); in setCellWidths() local666 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()