Home | History | Annotate | Download | only in rendering

Lines Matching refs:firstLeafChild

94     for (InlineBox* box = firstLeafChild(); box; box = box->nextLeafChild()) {
362 for (InlineBox* box = firstLeafChild(); box; box = box->nextLeafChild()) {
384 for (InlineBox* box = firstLeafChild(); box; box = box->nextLeafChild()) {
499 InlineBox* firstLeaf = firstLeafChild();