Searched refs:alwaysCreateLineBoxes (Results 1 – 6 of 6) sorted by relevance
78 …InlineBox* firstLineBoxIncludingCulling() const { return alwaysCreateLineBoxes() ? firstLineBox() … in firstLineBoxIncludingCulling()79 …InlineBox* lastLineBoxIncludingCulling() const { return alwaysCreateLineBoxes() ? lastLineBox() : … in lastLineBoxIncludingCulling()93 bool alwaysCreateLineBoxes() const { return alwaysCreateLineBoxesForRenderInline(); } in alwaysCreateLineBoxes() function94 …setAlwaysCreateLineBoxes(bool alwaysCreateLineBoxes = true) { setAlwaysCreateLineBoxesForRenderInl…
221 if (!alwaysCreateLineBoxes()) { in styleDidChange()235 if (alwaysCreateLineBoxes()) in updateAlwaysCreateLineBoxes()241 …bool alwaysCreateLineBoxesNew = (parentRenderInline && parentRenderInline->alwaysCreateLineBoxes()) in updateAlwaysCreateLineBoxes()564 if (!alwaysCreateLineBoxes()) in generateLineBoxRects()603 if (!currInline->alwaysCreateLineBoxes()) in generateCulledLineBoxRects()818 ASSERT(result.isRectBasedTest() && !alwaysCreateLineBoxes()); in hitTestCulledInline()878 if (!alwaysCreateLineBoxes()) { in linesBoundingBox()990 if (!currInline->alwaysCreateLineBoxes()) in culledInlineVisualOverflowBoundingBox()1006 if (!alwaysCreateLineBoxes()) in linesVisualOverflowBoundingBox()1246 if (!alwaysCreateLineBoxes()) { in dirtyLineBoxes()
281 if (inlineContainer && !inlineContainer->alwaysCreateLineBoxes()) { in dirtyLinesFromChangedChild()
434 void setAlwaysCreateLineBoxesForRenderInline(bool alwaysCreateLineBoxes) in setAlwaysCreateLineBoxesForRenderInline() argument437 m_bitfields.setAlwaysCreateLineBoxesForRenderInline(alwaysCreateLineBoxes); in setAlwaysCreateLineBoxesForRenderInline()
116 …oConstructNewBox = !hasDefaultLineBoxContain || !inlineFlow || inlineFlow->alwaysCreateLineBoxes(); in createLineBoxes()
71 …->renderer()->isRenderInline() || toRenderInline(currentNode->renderer())->alwaysCreateLineBoxes()) in doApply()