Searched refs:hasTextDescendants (Results 1 – 3 of 3) sorted by relevance
88 while (box && !box->hasTextDescendants()) { in setHasTextDescendantsOnAncestors()117 if (toInlineFlowBox(child)->hasTextDescendants()) in addToLine()542 if (strictMode || hasTextChildren() || (!checkChildren && hasTextDescendants())) { in computeLogicalBoxHeights()582 … (inlineFlowBox->descendantsHaveSameLineHeightAndBaseline() && inlineFlowBox->hasTextDescendants()) in computeLogicalBoxHeights()645 …(inlineFlowBox->descendantsHaveSameLineHeightAndBaseline() && inlineFlowBox->hasTextDescendants())) in placeBoxesInBlockDirection()727 …ode || hasTextChildren() || (descendantsHaveSameLineHeightAndBaseline() && hasTextDescendants())) { in placeBoxesInBlockDirection()1077 …e && !hasTextChildren() && !(descendantsHaveSameLineHeightAndBaseline() && hasTextDescendants())) { in nodeAtPoint()1117 …e && !hasTextChildren() && !(descendantsHaveSameLineHeightAndBaseline() && hasTextDescendants())) { in constrainToLineTopAndBottomIfNeeded()
210 bool hasTextDescendants() const { return m_hasTextDescendants; } in hasTextDescendants() function
330 …nlineFlowBox.descendantsHaveSameLineHeightAndBaseline() && m_inlineFlowBox.hasTextDescendants())) { in roundedFrameRectClampedToLineTopAndBottomIfNeeded()