Home
last modified time | relevance | path

Searched refs:systemFontSizeForControlSize (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderThemeSafari.cpp182 static float systemFontSizeForControlSize(NSControlSize controlSize) in systemFontSizeForControlSize() function
205 fontSize = systemFontSizeForControlSize(NSSmallControlSize); in systemFont()
210 fontSize = systemFontSizeForControlSize(NSRegularControlSize); in systemFont()
220 fontSize = systemFontSizeForControlSize(NSMiniControlSize); in systemFont()
225 fontSize = systemFontSizeForControlSize(NSSmallControlSize); in systemFont()
230 fontSize = systemFontSizeForControlSize(NSRegularControlSize); in systemFont()
391 float fontSize = systemFontSizeForControlSize(controlSize); in setFontFromControlSize()
DRenderThemeMac.mm253 … font = [NSFont systemFontOfSize:[NSFont systemFontSizeForControlSize:NSMiniControlSize]];
258 … font = [NSFont systemFontOfSize:[NSFont systemFontSizeForControlSize:NSSmallControlSize]];
263 … font = [NSFont systemFontOfSize:[NSFont systemFontSizeForControlSize:NSRegularControlSize]];
689 NSFont* font = [NSFont systemFontOfSize:[NSFont systemFontSizeForControlSize:controlSize]];
704 if (fontSize >= [NSFont systemFontSizeForControlSize:NSRegularControlSize])
706 if (fontSize >= [NSFont systemFontSizeForControlSize:NSSmallControlSize])
/external/chromium/chrome/browser/ui/cocoa/
Dhyperlink_button_cell.mm49 CGFloat fontSize = [NSFont systemFontSizeForControlSize:[self controlSize]];
Dsearch_engine_dialog_controller.mm243 [NSFont systemFontSizeForControlSize:NSRegularControlSize]]];
Dpage_info_bubble_controller.mm314 [NSFont systemFontSizeForControlSize:NSSmallControlSize]];
/external/chromium/chrome/browser/ui/cocoa/infobars/
Dinfobar_controller.mm214 [NSFont systemFontSizeForControlSize:NSRegularControlSize]];
312 [NSFont systemFontSizeForControlSize:NSRegularControlSize]];
/external/chromium/chrome/browser/ui/cocoa/download/
Ddownload_item_cell.mm191 [NSFont systemFontSizeForControlSize:NSSmallControlSize]]];
193 [NSFont systemFontSizeForControlSize:NSSmallControlSize]]];
/external/chromium/chrome/browser/ui/cocoa/content_settings/
Dcontent_setting_bubble_cocoa.mm64 CGFloat fontSize = [NSFont systemFontSizeForControlSize:controlSize];
/external/webkit/Source/WebCore/platform/mac/
DThemeMac.mm585 …NSFont* nsFont = [NSFont systemFontOfSize:[NSFont systemFontSizeForControlSize:controlSizeForFont(…
/external/webkit/Source/WebCore/platform/chromium/
DThemeChromiumMac.mm676 …NSFont* nsFont = [NSFont systemFontOfSize:[NSFont systemFontSizeForControlSize:controlSizeForFont(…
/external/webkit/Source/WebCore/
DChangeLog-2006-12-313826 …hemeMac::sizeForSystemFont): Added. Compares style's font to systemFontSizeForControlSize to dete…
DChangeLog-2007-10-1426708 (WebCore::systemFontSizeForControlSize): Added.