Searched refs:controlSizeForSystemFont (Results 1 – 8 of 8) sorted by relevance
150 NSControlSize controlSizeForSystemFont(RenderStyle*) const;
147 NSControlSize controlSizeForSystemFont(RenderStyle*) const;
371 return sizes[controlSizeForSystemFont(style)]; in sizeForSystemFont()402 NSControlSize RenderThemeSafari::controlSizeForSystemFont(RenderStyle* style) const in controlSizeForSystemFont() function in WebCore::RenderThemeSafari
702 IntSize result = sizes[controlSizeForSystemFont(style)];705 return sizes[controlSizeForSystemFont(style)];736 NSControlSize RenderThemeChromiumMac::controlSizeForSystemFont(RenderStyle* style) const
631 IntSize result = sizes[controlSizeForSystemFont(style)];634 return sizes[controlSizeForSystemFont(style)];665 NSControlSize RenderThemeMac::controlSizeForSystemFont(RenderStyle* style) const
26221 (WebCore::RenderThemeSafari::controlSizeForSystemFont):26744 (WebCore::RenderThemeSafari::controlSizeForSystemFont):
3828 (WebCore::RenderThemeMac::controlSizeForSystemFont): Added. ditto.