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

/external/webkit/Source/WebCore/rendering/
H A DRenderThemeSafari.cpp182 static float systemFontSizeForControlSize(NSControlSize controlSize) function in namespace:WebCore
205 fontSize = systemFontSizeForControlSize(NSSmallControlSize);
210 fontSize = systemFontSizeForControlSize(NSRegularControlSize);
220 fontSize = systemFontSizeForControlSize(NSMiniControlSize);
225 fontSize = systemFontSizeForControlSize(NSSmallControlSize);
230 fontSize = systemFontSizeForControlSize(NSRegularControlSize);
391 float fontSize = systemFontSizeForControlSize(controlSize);

Completed in 99 milliseconds