Home
last modified time | relevance | path

Searched refs:nextLeafChild (Results 1 – 9 of 9) sorted by relevance

/external/webkit/WebCore/editing/
DVisiblePosition.cpp168 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()
Dvisible_units.cpp412 startBox = startBox->nextLeafChild(); in startPositionForLine()
1081 r = r->nextLeafChild(); in getLeafBoxesInLogicalOrder()
/external/webkit/WebCore/rendering/
DRootInlineBox.cpp260 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()
DInlineBox.cpp247 InlineBox* InlineBox::nextLeafChild() const in nextLeafChild() function in WebCore::InlineBox
253 leaf = parent()->nextLeafChild(); in nextLeafChild()
DInlineBox.h180 InlineBox* nextLeafChild() const;
DRenderBlock.cpp4566 for (InlineBox* box = root->firstLeafChild(); box; box = box->nextLeafChild()) { in containsNonZeroBidiLevel()
/external/webkit/WebCore/dom/
DPosition.cpp535 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()
/external/webkit/WebCore/
DChangeLog14512 (WebCore::InlineBox::nextLeafChild):
DChangeLog-2005-08-2333433 (khtml::InlineBox::nextLeafChild):