Home
last modified time | relevance | path

Searched refs:hasTextChildren (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.cpp542 if (strictMode || hasTextChildren() || (!checkChildren && hasTextDescendants())) { in computeLogicalBoxHeights()
582 …} else if (!inlineFlowBox || strictMode || inlineFlowBox->hasTextChildren() || (inlineFlowBox->des… in computeLogicalBoxHeights()
644 …if (!strictMode && inlineFlowBox && !inlineFlowBox->hasTextChildren() && !curr->boxModelObject()->… in placeBoxesInBlockDirection()
727 …if (strictMode || hasTextChildren() || (descendantsHaveSameLineHeightAndBaseline() && hasTextDesce… in placeBoxesInBlockDirection()
1077 …if (!noQuirksMode && !hasTextChildren() && !(descendantsHaveSameLineHeightAndBaseline() && hasText… in nodeAtPoint()
1117 …if (!noQuirksMode && !hasTextChildren() && !(descendantsHaveSameLineHeightAndBaseline() && hasText… in constrainToLineTopAndBottomIfNeeded()
DInlineFlowBox.h209 bool hasTextChildren() const { return m_hasTextChildren; } in hasTextChildren() function
DRootInlineBox.cpp795 if (!box->isText() && box->isInlineFlowBox() && !toInlineFlowBox(box)->hasTextChildren()) in includeFontForBox()
808 if (!box->isText() && box->isInlineFlowBox() && !toInlineFlowBox(box)->hasTextChildren()) in includeGlyphsForBox()
/external/chromium_org/third_party/WebKit/Source/core/paint/
DInlineFlowBoxPainter.cpp330 …if (!noQuirksMode && !m_inlineFlowBox.hasTextChildren() && !(m_inlineFlowBox.descendantsHaveSameLi… in roundedFrameRectClampedToLineTopAndBottomIfNeeded()