Home
last modified time | relevance | path

Searched refs:alwaysCreateLineBoxesNew (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderInline.cpp222 …bool alwaysCreateLineBoxesNew = hasSelfPaintingLayer() || hasBoxDecorationBackground() || newStyle… in styleDidChange() local
223 if (oldStyle && alwaysCreateLineBoxesNew) { in styleDidChange()
227 setAlwaysCreateLineBoxes(alwaysCreateLineBoxesNew); in styleDidChange()
241 …bool alwaysCreateLineBoxesNew = (parentRenderInline && parentRenderInline->alwaysCreateLineBoxes()) in updateAlwaysCreateLineBoxes() local
248 if (!alwaysCreateLineBoxesNew && checkFonts && document().styleEngine()->usesFirstLineRules()) { in updateAlwaysCreateLineBoxes()
252alwaysCreateLineBoxesNew = !parentStyle->font().fontMetrics().hasIdenticalAscentDescentAndLineGap(… in updateAlwaysCreateLineBoxes()
257 if (alwaysCreateLineBoxesNew) { in updateAlwaysCreateLineBoxes()