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

/external/webkit/Source/WebCore/rendering/
H A DRenderThemeSafari.cpp370 IntSize RenderThemeSafari::sizeForSystemFont(RenderStyle* style, const IntSize* sizes) const function in class:WebCore::RenderThemeSafari
947 return sizeForSystemFont(style, menuListSizes()).width();
1104 IntSize size = sizeForSystemFont(style, cancelButtonSizes());
1118 IntSize size = sizeForSystemFont(style, resultsButtonSizes());
1130 IntSize size = sizeForSystemFont(style, resultsButtonSizes());
1153 IntSize size = sizeForSystemFont(style, resultsButtonSizes());

Completed in 50 milliseconds