Home | History | Annotate | Download | only in rendering

Lines Matching refs:buttonSizes

282             if (r.height() <= buttonSizes()[NSRegularControlSize].height())
283 r = inflateRect(r, buttonSizes()[controlSize], buttonMargins(controlSize));
548 const IntSize* RenderThemeSafari::buttonSizes() const
572 setSizeFromFont(style, buttonSizes());
582 NSControlSize controlSize = controlSizeFromRect(r, buttonSizes());
586 if (r.height() <= buttonSizes()[NSRegularControlSize].height()) {
590 IntSize size = buttonSizes()[controlSize];