Searched refs:nextLeafChildIgnoringLineBreak (Results 1 – 8 of 8) sorted by relevance
110 m_nextLeafChild = m_inlineBox->nextLeafChildIgnoringLineBreak(); in nextLeafChild()157 InlineBox* next = box->nextLeafChildIgnoringLineBreak(); in rightBoundaryOfBidiRun()
328 InlineBox* nextBox = box->nextLeafChildIgnoringLineBreak(); in rightVisuallyDistinctCandidate()
263 InlineBox* InlineBox::nextLeafChildIgnoringLineBreak() const in nextLeafChildIgnoringLineBreak() function in blink::InlineBox
177 InlineBox* nextLeafChildIgnoringLineBreak() const;
497 if (!box->nextLeafChildIgnoringLineBreak()) { in lineDirectionPointFitsInBox()559 nextBox = rightmostBox->nextLeafChildIgnoringLineBreak(); in createPositionWithAffinityForBoxAfterAdjustingOffsetForBiDi()568 const InlineBox* nextBox = box->nextLeafChildIgnoringLineBreak(); in createPositionWithAffinityForBoxAfterAdjustingOffsetForBiDi()579 nextBox = rightmostBox->nextLeafChildIgnoringLineBreak(); in createPositionWithAffinityForBoxAfterAdjustingOffsetForBiDi()
497 firstLeaf = firstLeaf->nextLeafChildIgnoringLineBreak(); in closestLeafChildForLogicalLeftPosition()517 for (InlineBox* leaf = firstLeaf; leaf; leaf = leaf->nextLeafChildIgnoringLineBreak()) { in closestLeafChildForLogicalLeftPosition()
2695 if (InlineBox* newBox = box->nextLeafChildIgnoringLineBreak()) in positionForPointWithInlineChildren()
1176 while (InlineBox* nextBox = inlineBox->nextLeafChildIgnoringLineBreak()) { in getInlineBoxAndOffset()1197 InlineBox* nextBox = inlineBox->nextLeafChildIgnoringLineBreak(); in getInlineBoxAndOffset()1208 while (InlineBox* tertiaryBox = inlineBox->nextLeafChildIgnoringLineBreak()) { in getInlineBoxAndOffset()