HomeSort by relevance Sort by last modified time
    Searched refs:controlSizeForFont (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderThemeSafari.cpp 263 NSControlSize controlSize = controlSizeForFont(o->style());
340 NSControlSize RenderThemeSafari::controlSizeForFont(RenderStyle* style) const
367 return sizes[controlSizeForFont(style)];
417 NSControlSize controlSize = controlSizeForFont(o->style());
456 NSControlSize controlSize = controlSizeForFont(o->style());
517 NSControlSize controlSize = controlSizeForFont(style);
863 NSControlSize controlSize = controlSizeForFont(style);
    [all...]
RenderThemeSafari.h 149 NSControlSize controlSizeForFont(RenderStyle*) const;
RenderThemeMac.h 186 NSControlSize controlSizeForFont(RenderStyle*) const;
RenderThemeMac.mm 630 NSControlSize RenderThemeMac::controlSizeForFont(RenderStyle* style) const
658 IntSize result = sizes[controlSizeForFont(style)];
661 return sizes[controlSizeForFont(style)];
    [all...]
  /external/webkit/Source/WebCore/platform/chromium/
ThemeChromiumMac.mm 204 static NSControlSize controlSizeForFont(const Font& font)
229 return sizeFromNSControlSize(controlSizeForFont(font), zoomedSize, zoomFactor, sizes);
609 // We don't use controlSizeForFont() for steppers because the stepper height
676 NSFont* nsFont = [NSFont systemFontOfSize:[NSFont systemFontSizeForControlSize:controlSizeForFont(font)]];
  /external/webkit/Source/WebCore/platform/mac/
ThemeMac.mm 91 static NSControlSize controlSizeForFont(const Font& font)
116 return sizeFromNSControlSize(controlSizeForFont(font), zoomedSize, zoomFactor, sizes);
505 // We don't use controlSizeForFont() for steppers because the stepper height
585 NSFont* nsFont = [NSFont systemFontOfSize:[NSFont systemFontSizeForControlSize:controlSizeForFont(font)]];

Completed in 3703 milliseconds