HomeSort by relevance Sort by last modified time
    Searched refs:hasTextDescendants (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/
InlineFlowBox.cpp 104 if (static_cast<InlineFlowBox*>(child)->hasTextDescendants())
507 if (strictMode || hasTextChildren() || (!checkChildren && hasTextDescendants())) {
547 } else if (!inlineFlowBox || strictMode || inlineFlowBox->hasTextChildren() || (inlineFlowBox->descendantsHaveSameLineHeightAndBaseline() && inlineFlowBox->hasTextDescendants())
608 && !(inlineFlowBox->descendantsHaveSameLineHeightAndBaseline() && inlineFlowBox->hasTextDescendants()))
688 if (strictMode || hasTextChildren() || (descendantsHaveSameLineHeightAndBaseline() && hasTextDescendants())) {
    [all...]
InlineFlowBox.h 188 bool hasTextDescendants() const { return m_hasTextDescendants; }

Completed in 44 milliseconds