Home
last modified time | relevance | path

Searched refs:hasTextDescendants (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.cpp88 while (box && !box->hasTextDescendants()) { in setHasTextDescendantsOnAncestors()
117 if (toInlineFlowBox(child)->hasTextDescendants()) in addToLine()
542 if (strictMode || hasTextChildren() || (!checkChildren && hasTextDescendants())) { in computeLogicalBoxHeights()
582 … (inlineFlowBox->descendantsHaveSameLineHeightAndBaseline() && inlineFlowBox->hasTextDescendants()) in computeLogicalBoxHeights()
645 …(inlineFlowBox->descendantsHaveSameLineHeightAndBaseline() && inlineFlowBox->hasTextDescendants())) in placeBoxesInBlockDirection()
727 …ode || hasTextChildren() || (descendantsHaveSameLineHeightAndBaseline() && hasTextDescendants())) { in placeBoxesInBlockDirection()
1077 …e && !hasTextChildren() && !(descendantsHaveSameLineHeightAndBaseline() && hasTextDescendants())) { in nodeAtPoint()
1117 …e && !hasTextChildren() && !(descendantsHaveSameLineHeightAndBaseline() && hasTextDescendants())) { in constrainToLineTopAndBottomIfNeeded()
DInlineFlowBox.h210 bool hasTextDescendants() const { return m_hasTextDescendants; } in hasTextDescendants() function
/external/chromium_org/third_party/WebKit/Source/core/paint/
DInlineFlowBoxPainter.cpp330 …nlineFlowBox.descendantsHaveSameLineHeightAndBaseline() && m_inlineFlowBox.hasTextDescendants())) { in roundedFrameRectClampedToLineTopAndBottomIfNeeded()