Searched refs:alwaysCreateLineBoxes (Results 1 – 5 of 5) sorted by relevance
68 …InlineBox* firstLineBoxIncludingCulling() const { return alwaysCreateLineBoxes() ? firstLineBox() … in firstLineBoxIncludingCulling()69 …InlineBox* lastLineBoxIncludingCulling() const { return alwaysCreateLineBoxes() ? lastLineBox() : … in lastLineBoxIncludingCulling()84 bool alwaysCreateLineBoxes() const { return m_alwaysCreateLineBoxes; } in alwaysCreateLineBoxes() function
150 …bool alwaysCreateLineBoxes = hasSelfPaintingLayer() || hasBoxDecorations() || style()->hasPadding(… in styleDidChange() local151 if (oldStyle && alwaysCreateLineBoxes) { in styleDidChange()155 m_alwaysCreateLineBoxes = alwaysCreateLineBoxes; in styleDidChange()175 bool alwaysCreateLineBoxes = (parentRenderInline && parentRenderInline->alwaysCreateLineBoxes()) in updateAlwaysCreateLineBoxes() local182 if (!alwaysCreateLineBoxes && checkFonts && document()->usesFirstLineRules()) { in updateAlwaysCreateLineBoxes()186 …alwaysCreateLineBoxes = !parentStyle->font().fontMetrics().hasIdenticalAscentDescentAndLineGap(chi… in updateAlwaysCreateLineBoxes()191 if (alwaysCreateLineBoxes) { in updateAlwaysCreateLineBoxes()470 if (!alwaysCreateLineBoxes()) in absoluteRects()514 if (!currInline->alwaysCreateLineBoxes()) in culledInlineAbsoluteRects()554 if (!alwaysCreateLineBoxes()) in absoluteQuads()[all …]
555 if (currInline->alwaysCreateLineBoxes()) in addNodeToRectBasedTestResult()586 if (currInline->alwaysCreateLineBoxes()) in addNodeToRectBasedTestResult()
237 …oConstructNewBox = !hasDefaultLineBoxContain || !inlineFlow || inlineFlow->alwaysCreateLineBoxes(); in createLineBoxes()
28325 (WebCore::RenderInline::alwaysCreateLineBoxes):