Home | History | Annotate | Download | only in rendering

Lines Matching defs:enclosingBox

3122         RenderBox* enclosingBox = child->parent()->enclosingBox();
3124 for (RenderObject* curr = enclosingBox; curr; curr = curr->container()) {
3128 if (curr == enclosingBox)
3129 staticPosition -= enclosingBox->logicalWidth();
3137 if (curr == enclosingBox)
3138 staticPosition += enclosingBox->logicalWidth() - boxInfo->logicalWidth();