Home | History | Annotate | Download | only in rendering

Lines Matching refs:childStyle

236         RenderStyle* childStyle = style(true);
237 alwaysCreateLineBoxes = !parentStyle->font().fontMetrics().hasIdenticalAscentDescentAndLineGap(childStyle->font().fontMetrics())
238 || childStyle->verticalAlign() != BASELINE
239 || parentStyle->lineHeight() != childStyle->lineHeight();