Home | History | Annotate | Download | only in rendering

Lines Matching refs:borderBottom

335     int toAdd = borderBottom() + paddingBottom() + horizontalScrollbarHeight();
648 int toAdd = borderBottom() + paddingBottom() + horizontalScrollbarHeight();
1052 int h = child->overrideHeight() - (child->borderTop() + child->borderBottom() + child->paddingTop() + child->paddingBottom());