Home | History | Annotate | Download | only in rendering

Lines Matching defs:newHeight

922         LayoutUnit newHeight = blockChild->heightForLineCount(numVisibleLines);
923 if (newHeight == child->height())
926 child->setOverrideLogicalContentHeight(newHeight - child->borderAndPaddingHeight());