Home | History | Annotate | Download | only in rendering

Lines Matching defs:topLayoutOverflow

536     int topLayoutOverflow = topOverflow;
579 topLayoutOverflow = min(topLayoutOverflow, flow->topLayoutOverflow());
587 int childTopOverflow = box->hasOverflowClip() ? 0 : box->topLayoutOverflow();
589 topLayoutOverflow = min(boxY + childTopOverflow, topLayoutOverflow);
596 setVerticalOverflowPositions(topLayoutOverflow, bottomLayoutOverflow, topVisualOverflow, bottomVisualOverflow, boxHeight);