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

  /external/webkit/Source/WebCore/platform/
Theme.h 84 virtual FontDescription controlFont(ControlPart, const Font& font, float /*zoomFactor*/) const { return font.fontDescription(); }
  /external/webkit/Source/WebCore/rendering/
RenderTheme.cpp 165 FontDescription controlFont = m_theme->controlFont(part, style->font(), style->effectiveZoom());
166 if (controlFont != style->font().fontDescription()) {
171 if (style->setFontDescription(controlFont))
    [all...]
RenderThemeSafari.cpp 197 static FontDescription controlFont;
228 cachedDesc = &controlFont;
229 if (!controlFont.isAbsoluteSize())
    [all...]
RenderThemeWin.cpp 301 static FontDescription controlFont;
356 if (!controlFont.isAbsoluteSize()) {
361 fillFontDescription(controlFont, logFont, defaultControlFontPixelSize);
364 fontDescription = controlFont;
    [all...]

Completed in 57 milliseconds