Searched refs:menuListSizes (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderThemeSafari.h172 const IntSize* menuListSizes() const;
H A DRenderThemeMac.h208 const IntSize* menuListSizes() const;
H A DRenderThemeSafari.cpp939 const IntSize* RenderThemeSafari::menuListSizes() const function in class:WebCore::RenderThemeSafari
947 return sizeForSystemFont(style, menuListSizes()).width();
H A DRenderThemeMac.mm1249 const IntSize* RenderThemeMac::menuListSizes() const
1257 return sizeForSystemFont(style, menuListSizes()).width();

Completed in 49 milliseconds