Searched refs:descendantsHaveSameLineHeightAndBaseline (Results 1 – 3 of 3) sorted by relevance
121 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 …]
294 …bool descendantsHaveSameLineHeightAndBaseline() const { return m_descendantsHaveSameLineHeightAndB… in descendantsHaveSameLineHeightAndBaseline() function298 if (parent() && parent()->descendantsHaveSameLineHeightAndBaseline()) in clearDescendantsHaveSameLineHeightAndBaseline()
330 …!m_inlineFlowBox.hasTextChildren() && !(m_inlineFlowBox.descendantsHaveSameLineHeightAndBaseline()… in roundedFrameRectClampedToLineTopAndBottomIfNeeded()