Searched refs:nextLeafChild (Results 1 – 9 of 9) sorted by relevance
168 nextBox = nextBox->nextLeafChild(); in leftVisuallyDistinctCandidate()201 while (InlineBox* nextBox = box->nextLeafChild()) { in leftVisuallyDistinctCandidate()286 InlineBox* nextBox = box->nextLeafChild(); in rightVisuallyDistinctCandidate()300 InlineBox* nextBox = box->nextLeafChild(); in rightVisuallyDistinctCandidate()317 while (InlineBox* nextBox = box->nextLeafChild()) { in rightVisuallyDistinctCandidate()335 nextBox = box->nextLeafChild(); in rightVisuallyDistinctCandidate()352 while (InlineBox* nextBox = box->nextLeafChild()) { in rightVisuallyDistinctCandidate()
412 startBox = startBox->nextLeafChild(); in startPositionForLine()1081 r = r->nextLeafChild(); in getLeafBoxesInLogicalOrder()
260 for (InlineBox* box = firstBox->nextLeafChild(); box; box = box->nextLeafChild()) { in fillLineSelectionGap()288 for (InlineBox* box = firstLeafChild(); box; box = box->nextLeafChild()) { in selectionState()306 for (InlineBox* box = firstLeafChild(); box; box = box->nextLeafChild()) { in firstSelectedBox()375 for (InlineBox* leaf = firstLeaf; leaf; leaf = leaf->nextLeafChild()) { in closestLeafChildForXPos()
247 InlineBox* InlineBox::nextLeafChild() const in nextLeafChild() function in WebCore::InlineBox253 leaf = parent()->nextLeafChild(); in nextLeafChild()
180 InlineBox* nextLeafChild() const;
4566 for (InlineBox* box = root->firstLeafChild(); box; box = box->nextLeafChild()) { in containsNonZeroBidiLevel()
535 otherBox = otherBox->nextLeafChild(); in upstream()647 otherBox = otherBox->nextLeafChild(); in downstream()997 InlineBox* nextBox = inlineBox->nextLeafChild(); in getInlineBoxAndOffset()1011 while (InlineBox* nextBox = inlineBox->nextLeafChild()) { in getInlineBoxAndOffset()1025 nextBox = nextBox->nextLeafChild(); in getInlineBoxAndOffset()1045 while (InlineBox* nextBox = inlineBox->nextLeafChild()) { in getInlineBoxAndOffset()1061 InlineBox* nextBox = inlineBox->nextLeafChild(); in getInlineBoxAndOffset()1072 while (InlineBox* tertiaryBox = inlineBox->nextLeafChild()) { in getInlineBoxAndOffset()
14512 (WebCore::InlineBox::nextLeafChild):
33433 (khtml::InlineBox::nextLeafChild):