Home | History | Annotate | Download | only in rendering

Lines Matching refs:hasOverflowClip

328                 int childLeftOverflow = box->hasOverflowClip() ? 0 : box->leftLayoutOverflow();
329 int childRightOverflow = box->hasOverflowClip() ? curr->width() : box->rightLayoutOverflow();
587 int childTopOverflow = box->hasOverflowClip() ? 0 : box->topLayoutOverflow();
588 int childBottomOverflow = box->hasOverflowClip() ? curr->height() : box->bottomLayoutOverflow();