Searched refs:hasTextDescendants (Results 1 – 2 of 2) sorted by relevance
87 while (box && !box->hasTextDescendants()) { in setHasTextDescendantsOnAncestors()116 if (toInlineFlowBox(child)->hasTextDescendants()) in addToLine()530 if (strictMode || hasTextChildren() || (!checkChildren && hasTextDescendants())) { in computeLogicalBoxHeights()570 … (inlineFlowBox->descendantsHaveSameLineHeightAndBaseline() && inlineFlowBox->hasTextDescendants()) in computeLogicalBoxHeights()633 …(inlineFlowBox->descendantsHaveSameLineHeightAndBaseline() && inlineFlowBox->hasTextDescendants())) in placeBoxesInBlockDirection()713 …ode || hasTextChildren() || (descendantsHaveSameLineHeightAndBaseline() && hasTextDescendants())) { in placeBoxesInBlockDirection()1042 …e && !hasTextChildren() && !(descendantsHaveSameLineHeightAndBaseline() && hasTextDescendants())) { in nodeAtPoint()1210 …e && !hasTextChildren() && !(descendantsHaveSameLineHeightAndBaseline() && hasTextDescendants())) { in constrainToLineTopAndBottomIfNeeded()
208 bool hasTextDescendants() const { return m_hasTextDescendants; } in hasTextDescendants() function