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

  /external/webkit/Source/WebCore/rendering/
InlineFlowBox.cpp 507 if (strictMode || hasTextChildren() || (!checkChildren && hasTextDescendants())) {
547 } else if (!inlineFlowBox || strictMode || inlineFlowBox->hasTextChildren() || (inlineFlowBox->descendantsHaveSameLineHeightAndBaseline() && inlineFlowBox->hasTextDescendants())
607 if (!strictMode && inlineFlowBox && !inlineFlowBox->hasTextChildren() && !curr->boxModelObject()->hasInlineDirectionBordersOrPadding()
688 if (strictMode || hasTextChildren() || (descendantsHaveSameLineHeightAndBaseline() && hasTextDescendants())) {
    [all...]
InlineFlowBox.h 187 bool hasTextChildren() const { return m_hasTextChildren; }
RootInlineBox.cpp 744 if (!box->isText() && box->isInlineFlowBox() && !static_cast<InlineFlowBox*>(box)->hasTextChildren())
    [all...]

Completed in 92 milliseconds