Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderInline.h68 …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
DRenderInline.cpp150 …bool alwaysCreateLineBoxes = hasSelfPaintingLayer() || hasBoxDecorations() || style()->hasPadding(… in styleDidChange() local
151 if (oldStyle && alwaysCreateLineBoxes) { in styleDidChange()
155 m_alwaysCreateLineBoxes = alwaysCreateLineBoxes; in styleDidChange()
175 bool alwaysCreateLineBoxes = (parentRenderInline && parentRenderInline->alwaysCreateLineBoxes()) in updateAlwaysCreateLineBoxes() local
182 if (!alwaysCreateLineBoxes && checkFonts && document()->usesFirstLineRules()) { in updateAlwaysCreateLineBoxes()
186alwaysCreateLineBoxes = !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 …]
DHitTestResult.cpp555 if (currInline->alwaysCreateLineBoxes()) in addNodeToRectBasedTestResult()
586 if (currInline->alwaysCreateLineBoxes()) in addNodeToRectBasedTestResult()
DRenderBlockLineLayout.cpp237 …oConstructNewBox = !hasDefaultLineBoxContain || !inlineFlow || inlineFlow->alwaysCreateLineBoxes(); in createLineBoxes()
/external/webkit/Source/WebCore/
DChangeLog28325 (WebCore::RenderInline::alwaysCreateLineBoxes):