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

  /external/webkit/WebCore/rendering/
RenderThemeSafari.cpp 262 NSControlSize controlSize = controlSizeForFont(o->style());
339 NSControlSize RenderThemeSafari::controlSizeForFont(RenderStyle* style) const
366 return sizes[controlSizeForFont(style)];
416 NSControlSize controlSize = controlSizeForFont(o->style());
455 NSControlSize controlSize = controlSizeForFont(o->style());
516 NSControlSize controlSize = controlSizeForFont(style);
868 NSControlSize controlSize = controlSizeForFont(style);
    [all...]
RenderThemeSafari.h 149 NSControlSize controlSizeForFont(RenderStyle*) const;
RenderThemeChromiumMac.mm 665 NSControlSize RenderThemeChromiumMac::controlSizeForFont(RenderStyle* style) const
693 IntSize result = sizes[controlSizeForFont(style)];
696 return sizes[controlSizeForFont(style)];
    [all...]
RenderThemeMac.mm 594 NSControlSize RenderThemeMac::controlSizeForFont(RenderStyle* style) const
622 IntSize result = sizes[controlSizeForFont(style)];
625 return sizes[controlSizeForFont(style)];
    [all...]
RenderThemeChromiumMac.h 146 NSControlSize controlSizeForFont(RenderStyle*) const;
RenderThemeMac.h 149 NSControlSize controlSizeForFont(RenderStyle*) const;
  /external/webkit/WebCore/platform/chromium/
ThemeChromiumMac.mm 203 static NSControlSize controlSizeForFont(const Font& font)
215 IntSize controlSize = sizes[controlSizeForFont(font)];
590 NSFont* nsFont = [NSFont systemFontOfSize:[NSFont systemFontSizeForControlSize:controlSizeForFont(font)]];
  /external/webkit/WebCore/platform/mac/
ThemeMac.mm 57 static NSControlSize controlSizeForFont(const Font& font)
69 IntSize controlSize = sizes[controlSizeForFont(font)];
455 NSFont* nsFont = [NSFont systemFontOfSize:[NSFont systemFontSizeForControlSize:controlSizeForFont(font)]];

Completed in 65 milliseconds