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

  /external/webkit/Source/WebCore/rendering/
RenderThemeSafari.h 150 NSControlSize controlSizeForSystemFont(RenderStyle*) const;
RenderThemeMac.h 187 NSControlSize controlSizeForSystemFont(RenderStyle*) const;
RenderThemeSafari.cpp 372 return sizes[controlSizeForSystemFont(style)];
403 NSControlSize RenderThemeSafari::controlSizeForSystemFont(RenderStyle* style) const
    [all...]
RenderThemeMac.mm 667 IntSize result = sizes[controlSizeForSystemFont(style)];
670 return sizes[controlSizeForSystemFont(style)];
701 NSControlSize RenderThemeMac::controlSizeForSystemFont(RenderStyle* style) const
    [all...]

Completed in 1019 milliseconds