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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.cpp 88 while (box && !box->hasTextDescendants()) {
117 if (toInlineFlowBox(child)->hasTextDescendants())
542 if (strictMode || hasTextChildren() || (!checkChildren && hasTextDescendants())) {
582 } else if (!inlineFlowBox || strictMode || inlineFlowBox->hasTextChildren() || (inlineFlowBox->descendantsHaveSameLineHeightAndBaseline() && inlineFlowBox->hasTextDescendants())
645 && !(inlineFlowBox->descendantsHaveSameLineHeightAndBaseline() && inlineFlowBox->hasTextDescendants()))
    [all...]
InlineFlowBox.h 210 bool hasTextDescendants() const { return m_hasTextDescendants; }
  /external/chromium_org/third_party/WebKit/Source/core/paint/
InlineFlowBoxPainter.cpp 330 if (!noQuirksMode && !m_inlineFlowBox.hasTextChildren() && !(m_inlineFlowBox.descendantsHaveSameLineHeightAndBaseline() && m_inlineFlowBox.hasTextDescendants())) {

Completed in 60 milliseconds