Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.cpp121 if (descendantsHaveSameLineHeightAndBaseline() && !child->renderer().isOutOfFlowPositioned()) { in addToLine()
145 if (!childFlowBox->descendantsHaveSameLineHeightAndBaseline() in addToLine()
535 bool checkChildren = !descendantsHaveSameLineHeightAndBaseline(); in computeLogicalBoxHeights()
582 … || inlineFlowBox->hasTextChildren() || (inlineFlowBox->descendantsHaveSameLineHeightAndBaseline()… in computeLogicalBoxHeights()
622 if (descendantsHaveSameLineHeightAndBaseline()) { in placeBoxesInBlockDirection()
632 if (descendantsHaveSameLineHeightAndBaseline()) { in placeBoxesInBlockDirection()
645 …&& !(inlineFlowBox->descendantsHaveSameLineHeightAndBaseline() && inlineFlowBox->hasTextDescendant… in placeBoxesInBlockDirection()
727 …if (strictMode || hasTextChildren() || (descendantsHaveSameLineHeightAndBaseline() && hasTextDesce… in placeBoxesInBlockDirection()
752 if (descendantsHaveSameLineHeightAndBaseline()) in computeMaxLogicalTop()
1077 …if (!noQuirksMode && !hasTextChildren() && !(descendantsHaveSameLineHeightAndBaseline() && hasText… in nodeAtPoint()
[all …]
DInlineFlowBox.h294 …bool descendantsHaveSameLineHeightAndBaseline() const { return m_descendantsHaveSameLineHeightAndB… in descendantsHaveSameLineHeightAndBaseline() function
298 if (parent() && parent()->descendantsHaveSameLineHeightAndBaseline()) in clearDescendantsHaveSameLineHeightAndBaseline()
/external/chromium_org/third_party/WebKit/Source/core/paint/
DInlineFlowBoxPainter.cpp330 …!m_inlineFlowBox.hasTextChildren() && !(m_inlineFlowBox.descendantsHaveSameLineHeightAndBaseline()… in roundedFrameRectClampedToLineTopAndBottomIfNeeded()