Home | History | Annotate | Download | only in editing

Lines Matching refs:prevLeafChild

426         endBox = endBox->prevLeafChild();
1180 InlineBox* previousLeaf = box->prevLeafChild();
1205 InlineBox* previousLeaf = box->prevLeafChild();
1218 previousLeaf = previousLeaf->prevLeafChild();
1229 InlineBox* previousLeaf = box->prevLeafChild();
1407 for (const InlineBox* adjacentBox = box; adjacentBox; adjacentBox = adjacentBox->prevLeafChild()) {
1468 return leftWordBoundary(box->prevLeafChild(), invalidOffset, blockDirection);
1499 return leftWordBoundary(box->prevLeafChild(), invalidOffset, blockDirection);