Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.cpp87 while (box && !box->hasTextDescendants()) { in setHasTextDescendantsOnAncestors()
116 if (toInlineFlowBox(child)->hasTextDescendants()) in addToLine()
530 if (strictMode || hasTextChildren() || (!checkChildren && hasTextDescendants())) { in computeLogicalBoxHeights()
570 … (inlineFlowBox->descendantsHaveSameLineHeightAndBaseline() && inlineFlowBox->hasTextDescendants()) in computeLogicalBoxHeights()
633 …(inlineFlowBox->descendantsHaveSameLineHeightAndBaseline() && inlineFlowBox->hasTextDescendants())) in placeBoxesInBlockDirection()
713 …ode || hasTextChildren() || (descendantsHaveSameLineHeightAndBaseline() && hasTextDescendants())) { in placeBoxesInBlockDirection()
1042 …e && !hasTextChildren() && !(descendantsHaveSameLineHeightAndBaseline() && hasTextDescendants())) { in nodeAtPoint()
1210 …e && !hasTextChildren() && !(descendantsHaveSameLineHeightAndBaseline() && hasTextDescendants())) { in constrainToLineTopAndBottomIfNeeded()
DInlineFlowBox.h208 bool hasTextDescendants() const { return m_hasTextDescendants; } in hasTextDescendants() function