Home
last modified time | relevance | path

Searched refs:controlSizeForSystemFont (Results 1 – 8 of 8) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderThemeSafari.h150 NSControlSize controlSizeForSystemFont(RenderStyle*) const;
DRenderThemeChromiumMac.h147 NSControlSize controlSizeForSystemFont(RenderStyle*) const;
DRenderThemeMac.h150 NSControlSize controlSizeForSystemFont(RenderStyle*) const;
DRenderThemeSafari.cpp371 return sizes[controlSizeForSystemFont(style)]; in sizeForSystemFont()
402 NSControlSize RenderThemeSafari::controlSizeForSystemFont(RenderStyle* style) const in controlSizeForSystemFont() function in WebCore::RenderThemeSafari
DRenderThemeChromiumMac.mm702 IntSize result = sizes[controlSizeForSystemFont(style)];
705 return sizes[controlSizeForSystemFont(style)];
736 NSControlSize RenderThemeChromiumMac::controlSizeForSystemFont(RenderStyle* style) const
DRenderThemeMac.mm631 IntSize result = sizes[controlSizeForSystemFont(style)];
634 return sizes[controlSizeForSystemFont(style)];
665 NSControlSize RenderThemeMac::controlSizeForSystemFont(RenderStyle* style) const
/external/webkit/WebCore/
DChangeLog-2007-10-1426221 (WebCore::RenderThemeSafari::controlSizeForSystemFont):
26744 (WebCore::RenderThemeSafari::controlSizeForSystemFont):
DChangeLog-2006-12-313828 (WebCore::RenderThemeMac::controlSizeForSystemFont): Added. ditto.