Searched refs:hasTextChildren (Results 1 – 3 of 3) sorted by relevance
530 if (strictMode || hasTextChildren() || (!checkChildren && hasTextDescendants())) { in computeLogicalBoxHeights()570 …} else if (!inlineFlowBox || strictMode || inlineFlowBox->hasTextChildren() || (inlineFlowBox->des… in computeLogicalBoxHeights()632 …if (!strictMode && inlineFlowBox && !inlineFlowBox->hasTextChildren() && !curr->boxModelObject()->… in placeBoxesInBlockDirection()713 …if (strictMode || hasTextChildren() || (descendantsHaveSameLineHeightAndBaseline() && hasTextDesce… in placeBoxesInBlockDirection()1042 …if (!noQuirksMode && !hasTextChildren() && !(descendantsHaveSameLineHeightAndBaseline() && hasText… in nodeAtPoint()1210 …if (!noQuirksMode && !hasTextChildren() && !(descendantsHaveSameLineHeightAndBaseline() && hasText… in constrainToLineTopAndBottomIfNeeded()
207 bool hasTextChildren() const { return m_hasTextChildren; } in hasTextChildren() function
919 if (!box->isText() && box->isInlineFlowBox() && !toInlineFlowBox(box)->hasTextChildren()) in includeFontForBox()932 if (!box->isText() && box->isInlineFlowBox() && !toInlineFlowBox(box)->hasTextChildren()) in includeGlyphsForBox()