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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumFontProvider.cpp 49 const String& RenderThemeChromiumFontProvider::defaultGUIFont()
RenderThemeChromiumFontProvider.h 45 static const WTF::String& defaultGUIFont();
RenderThemeChromiumFontProviderLinux.cpp 63 fontDescription.firstFamily().setFamily(defaultGUIFont());
RenderThemeChromiumFontProviderWin.cpp 159 faceName = defaultGUIFont();
164 faceName = defaultGUIFont();
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
FontCacheWin.cpp 521 if (HFONT defaultGUIFont = static_cast<HFONT>(GetStockObject(DEFAULT_GUI_FONT))) {
523 GetObject(defaultGUIFont, sizeof(defaultGUILogFont), &defaultGUILogFont);

Completed in 963 milliseconds