Searched refs:alwaysCreateLineBoxesNew (Results 1 – 1 of 1) sorted by relevance
222 …bool alwaysCreateLineBoxesNew = hasSelfPaintingLayer() || hasBoxDecorationBackground() || newStyle… in styleDidChange() local223 if (oldStyle && alwaysCreateLineBoxesNew) { in styleDidChange()227 setAlwaysCreateLineBoxes(alwaysCreateLineBoxesNew); in styleDidChange()241 …bool alwaysCreateLineBoxesNew = (parentRenderInline && parentRenderInline->alwaysCreateLineBoxes()) in updateAlwaysCreateLineBoxes() local248 if (!alwaysCreateLineBoxesNew && checkFonts && document().styleEngine()->usesFirstLineRules()) { in updateAlwaysCreateLineBoxes()252 …alwaysCreateLineBoxesNew = !parentStyle->font().fontMetrics().hasIdenticalAscentDescentAndLineGap(… in updateAlwaysCreateLineBoxes()257 if (alwaysCreateLineBoxesNew) { in updateAlwaysCreateLineBoxes()