Searched refs:alwaysCreateLineBoxes (Results 1 – 5 of 5) sorted by relevance
194 …bool alwaysCreateLineBoxes = hasSelfPaintingLayer() || hasBoxDecorations() || newStyle->hasPadding… in styleDidChange() local195 if (oldStyle && alwaysCreateLineBoxes) { in styleDidChange()199 m_alwaysCreateLineBoxes = alwaysCreateLineBoxes; in styleDidChange()214 bool alwaysCreateLineBoxes = (parentRenderInline && parentRenderInline->alwaysCreateLineBoxes()) in updateAlwaysCreateLineBoxes() local222 if (!alwaysCreateLineBoxes && checkFonts && document().styleEngine()->usesFirstLineRules()) { in updateAlwaysCreateLineBoxes()226 …alwaysCreateLineBoxes = !parentStyle->font().fontMetrics().hasIdenticalAscentDescentAndLineGap(chi… in updateAlwaysCreateLineBoxes()231 if (alwaysCreateLineBoxes) { in updateAlwaysCreateLineBoxes()535 if (!alwaysCreateLineBoxes()) in generateLineBoxRects()574 if (!currInline->alwaysCreateLineBoxes()) in generateCulledLineBoxRects()785 ASSERT(result.isRectBasedTest() && !alwaysCreateLineBoxes()); in hitTestCulledInline()[all …]
74 …InlineBox* firstLineBoxIncludingCulling() const { return alwaysCreateLineBoxes() ? firstLineBox() … in firstLineBoxIncludingCulling()75 …InlineBox* lastLineBoxIncludingCulling() const { return alwaysCreateLineBoxes() ? lastLineBox() : … in lastLineBoxIncludingCulling()90 bool alwaysCreateLineBoxes() const { return m_alwaysCreateLineBoxes; } in alwaysCreateLineBoxes() function
322 if (inlineContainer && !inlineContainer->alwaysCreateLineBoxes()) { in dirtyLinesFromChangedChild()
196 …oConstructNewBox = !hasDefaultLineBoxContain || !inlineFlow || inlineFlow->alwaysCreateLineBoxes(); in createLineBoxes()
71 …->renderer()->isRenderInline() || toRenderInline(currentNode->renderer())->alwaysCreateLineBoxes()) in doApply()