Home | History | Annotate | Download | only in rendering

Lines Matching refs:firstLeafChild

363     for (InlineBox* box = firstLeafChild(); box; box = box->nextLeafChild()) {
381 for (InlineBox* box = firstLeafChild(); box; box = box->nextLeafChild()) {
463 InlineBox* firstLeaf = firstLeafChild();