HomeSort by relevance Sort by last modified time
    Searched refs:alwaysCreateLineBoxes (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderInline.h 68 InlineBox* firstLineBoxIncludingCulling() const { return alwaysCreateLineBoxes() ? firstLineBox() : culledInlineFirstLineBox(); }
69 InlineBox* lastLineBoxIncludingCulling() const { return alwaysCreateLineBoxes() ? lastLineBox() : culledInlineLastLineBox(); }
84 bool alwaysCreateLineBoxes() const { return m_alwaysCreateLineBoxes; }
RenderInline.cpp 150 bool alwaysCreateLineBoxes = hasSelfPaintingLayer() || hasBoxDecorations() || style()->hasPadding() || style()->hasMargin() || style()->hasOutline();
151 if (oldStyle && alwaysCreateLineBoxes) {
155 m_alwaysCreateLineBoxes = alwaysCreateLineBoxes;
175 bool alwaysCreateLineBoxes = (parentRenderInline && parentRenderInline->alwaysCreateLineBoxes())
182 if (!alwaysCreateLineBoxes && checkFonts && document()->usesFirstLineRules()) {
186 alwaysCreateLineBoxes = !parentStyle->font().fontMetrics().hasIdenticalAscentDescentAndLineGap(childStyle->font().fontMetrics())
191 if (alwaysCreateLineBoxes) {
470 if (!alwaysCreateLineBoxes())
514 if (!currInline->alwaysCreateLineBoxes())
    [all...]
HitTestResult.cpp 555 if (currInline->alwaysCreateLineBoxes())
586 if (currInline->alwaysCreateLineBoxes())
RenderBlockLineLayout.cpp 237 bool allowedToConstructNewBox = !hasDefaultLineBoxContain || !inlineFlow || inlineFlow->alwaysCreateLineBoxes();
    [all...]

Completed in 32 milliseconds