Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderInline.cpp194 …bool alwaysCreateLineBoxes = hasSelfPaintingLayer() || hasBoxDecorations() || newStyle->hasPadding… in styleDidChange() local
195 if (oldStyle && alwaysCreateLineBoxes) { in styleDidChange()
199 m_alwaysCreateLineBoxes = alwaysCreateLineBoxes; in styleDidChange()
214 bool alwaysCreateLineBoxes = (parentRenderInline && parentRenderInline->alwaysCreateLineBoxes()) in updateAlwaysCreateLineBoxes() local
222 if (!alwaysCreateLineBoxes && checkFonts && document().styleEngine()->usesFirstLineRules()) { in updateAlwaysCreateLineBoxes()
226alwaysCreateLineBoxes = !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 …]
DRenderInline.h74 …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
DRenderLineBoxList.cpp322 if (inlineContainer && !inlineContainer->alwaysCreateLineBoxes()) { in dirtyLinesFromChangedChild()
DRenderBlockLineLayout.cpp196 …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()