Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.cpp120 if (descendantsHaveSameLineHeightAndBaseline() && !child->renderer()->isOutOfFlowPositioned()) { in addToLine()
144 if (!childFlowBox->descendantsHaveSameLineHeightAndBaseline() in addToLine()
523 bool checkChildren = !descendantsHaveSameLineHeightAndBaseline(); in computeLogicalBoxHeights()
570 … || inlineFlowBox->hasTextChildren() || (inlineFlowBox->descendantsHaveSameLineHeightAndBaseline()… in computeLogicalBoxHeights()
610 if (descendantsHaveSameLineHeightAndBaseline()) { in placeBoxesInBlockDirection()
620 if (descendantsHaveSameLineHeightAndBaseline()) { in placeBoxesInBlockDirection()
633 …&& !(inlineFlowBox->descendantsHaveSameLineHeightAndBaseline() && inlineFlowBox->hasTextDescendant… in placeBoxesInBlockDirection()
713 …if (strictMode || hasTextChildren() || (descendantsHaveSameLineHeightAndBaseline() && hasTextDesce… in placeBoxesInBlockDirection()
737 if (descendantsHaveSameLineHeightAndBaseline()) in computeMaxLogicalTop()
1042 …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()