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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.cpp 87 while (box && !box->hasTextDescendants()) {
116 if (toInlineFlowBox(child)->hasTextDescendants())
533 if (strictMode || hasTextChildren() || (!checkChildren && hasTextDescendants())) {
573 } else if (!inlineFlowBox || strictMode || inlineFlowBox->hasTextChildren() || (inlineFlowBox->descendantsHaveSameLineHeightAndBaseline() && inlineFlowBox->hasTextDescendants())
636 && !(inlineFlowBox->descendantsHaveSameLineHeightAndBaseline() && inlineFlowBox->hasTextDescendants()))
    [all...]
InlineFlowBox.h 211 bool hasTextDescendants() const { return m_hasTextDescendants; }

Completed in 66 milliseconds