Home | History | Annotate | Download | only in rendering

Lines Matching refs:enclosingBox

2231         RenderBox* enclosingBox = child->parent()->enclosingBox();
2233 staticPosition -= enclosingBox->logicalWidth();
2234 for (RenderObject* curr = enclosingBox; curr && curr != containerBlock; curr = curr->container()) {