Searched defs:buttonSizes (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderThemeSafari.cpp283 if (r.height() <= buttonSizes()[NSRegularControlSize].height())
284 r = inflateRect(r, buttonSizes()[controlSize], buttonMargins(controlSize));
549 const IntSize* RenderThemeSafari::buttonSizes() const function in class:WebCore::RenderThemeSafari
573 setSizeFromFont(style, buttonSizes());
583 NSControlSize controlSize = controlSizeFromRect(r, buttonSizes());
587 if (r.height() <= buttonSizes()[NSRegularControlSize].height()) {
591 IntSize size = buttonSizes()[controlSize];

Completed in 236 milliseconds