Searched refs:nextLeafChildIgnoringLineBreak (Results 1 – 8 of 8) sorted by relevance
108 m_nextLeafChild = m_inlineBox->nextLeafChildIgnoringLineBreak(); in nextLeafChild()155 InlineBox* next = box->nextLeafChildIgnoringLineBreak(); in rightBoundaryOfBidiRun()
329 InlineBox* nextBox = box->nextLeafChildIgnoringLineBreak(); in rightVisuallyDistinctCandidate()
269 InlineBox* InlineBox::nextLeafChildIgnoringLineBreak() const in nextLeafChildIgnoringLineBreak() function in WebCore::InlineBox
511 if (!box->nextLeafChildIgnoringLineBreak()) { in lineDirectionPointFitsInBox()574 nextBox = rightmostBox->nextLeafChildIgnoringLineBreak(); in createPositionWithAffinityForBoxAfterAdjustingOffsetForBiDi()583 const InlineBox* nextBox = box->nextLeafChildIgnoringLineBreak(); in createPositionWithAffinityForBoxAfterAdjustingOffsetForBiDi()594 nextBox = rightmostBox->nextLeafChildIgnoringLineBreak(); in createPositionWithAffinityForBoxAfterAdjustingOffsetForBiDi()
173 InlineBox* nextLeafChildIgnoringLineBreak() const;
621 firstLeaf = firstLeaf->nextLeafChildIgnoringLineBreak(); in closestLeafChildForLogicalLeftPosition()641 for (InlineBox* leaf = firstLeaf; leaf; leaf = leaf->nextLeafChildIgnoringLineBreak()) { in closestLeafChildForLogicalLeftPosition()
3379 if (InlineBox* newBox = box->nextLeafChildIgnoringLineBreak()) in positionForPointWithInlineChildren()
1263 while (InlineBox* nextBox = inlineBox->nextLeafChildIgnoringLineBreak()) { in getInlineBoxAndOffset()1279 InlineBox* nextBox = inlineBox->nextLeafChildIgnoringLineBreak(); in getInlineBoxAndOffset()1290 while (InlineBox* tertiaryBox = inlineBox->nextLeafChildIgnoringLineBreak()) { in getInlineBoxAndOffset()