Searched refs:hasTextDescendants (Results 1 – 3 of 3) sorted by relevance
104 if (static_cast<InlineFlowBox*>(child)->hasTextDescendants()) in addToLine()507 if (strictMode || hasTextChildren() || (!checkChildren && hasTextDescendants())) { in computeLogicalBoxHeights()547 … (inlineFlowBox->descendantsHaveSameLineHeightAndBaseline() && inlineFlowBox->hasTextDescendants()) in computeLogicalBoxHeights()608 …(inlineFlowBox->descendantsHaveSameLineHeightAndBaseline() && inlineFlowBox->hasTextDescendants())) in placeBoxesInBlockDirection()688 …ode || hasTextChildren() || (descendantsHaveSameLineHeightAndBaseline() && hasTextDescendants())) { in placeBoxesInBlockDirection()926 …e && !hasTextChildren() && !(descendantsHaveSameLineHeightAndBaseline() && hasTextDescendants())) { in nodeAtPoint()1091 …e && !hasTextChildren() && !(descendantsHaveSameLineHeightAndBaseline() && hasTextDescendants())) { in paintBoxDecorations()1173 …e && !hasTextChildren() && !(descendantsHaveSameLineHeightAndBaseline() && hasTextDescendants())) { in paintMask()
188 bool hasTextDescendants() const { return m_hasTextDescendants; } in hasTextDescendants() function
34712 (WebCore::InlineFlowBox::hasTextDescendants):