Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderInline.h78 …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() function
94 …setAlwaysCreateLineBoxes(bool alwaysCreateLineBoxes = true) { setAlwaysCreateLineBoxesForRenderInl…
DRenderInline.cpp221 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()
DRenderLineBoxList.cpp281 if (inlineContainer && !inlineContainer->alwaysCreateLineBoxes()) { in dirtyLinesFromChangedChild()
DRenderObject.h434 void setAlwaysCreateLineBoxesForRenderInline(bool alwaysCreateLineBoxes) in setAlwaysCreateLineBoxesForRenderInline() argument
437 m_bitfields.setAlwaysCreateLineBoxesForRenderInline(alwaysCreateLineBoxes); in setAlwaysCreateLineBoxesForRenderInline()
DRenderBlockLineLayout.cpp116 …oConstructNewBox = !hasDefaultLineBoxContain || !inlineFlow || inlineFlow->alwaysCreateLineBoxes(); in createLineBoxes()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DSimplifyMarkupCommand.cpp71 …->renderer()->isRenderInline() || toRenderInline(currentNode->renderer())->alwaysCreateLineBoxes()) in doApply()