Home | History | Annotate | Download | only in rendering

Lines Matching full:baseheight

1369         LayoutUnit baseHeight = box().height() - (isBoxSizingBorder ? LayoutUnit() : box().borderAndPaddingHeight());
1370 baseHeight = baseHeight / zoomFactor;
1371 element->setInlineStyleProperty(CSSPropertyHeight, roundToInt(baseHeight + difference.height()), CSSPrimitiveValue::CSS_PX);