Home | History | Annotate | Download | only in editing

Lines Matching refs:nextLeafChild

379         startBox = startBox->nextLeafChild();
1181 InlineBox* nextLeaf = box->nextLeafChild();
1193 nextLeaf = nextLeaf->nextLeafChild();
1206 InlineBox* nextLeaf = box->nextLeafChild();
1230 InlineBox* nextLeaf = box->nextLeafChild();
1421 for (const InlineBox* adjacentBox = box; adjacentBox; adjacentBox = adjacentBox->nextLeafChild()) {
1512 return rightWordBoundary(box->nextLeafChild(), invalidOffset, blockDirection);
1539 return rightWordBoundary(box->nextLeafChild(), invalidOffset, blockDirection);