Home
last modified time | relevance | path

Searched refs:NoFamily (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DFontDescription.h55 enum GenericFamilyType { NoFamily, StandardFamily, SerifFamily, SansSerifFamily, enumerator
68 , m_genericFamily(NoFamily) in FontDescription()
/external/webkit/Source/WebCore/platform/graphics/android/
DFontCacheAndroid.cpp55 case FontDescription::NoFamily: in getFallbackFontName()
/external/webkit/Source/WebCore/platform/graphics/freetype/
DFontCacheFreeType.cpp139 case FontDescription::NoFamily: in getFamilyNameStringFromFontDescriptionAndFamily()
/external/webkit/Source/WebCore/platform/graphics/pango/
DFontPlatformDataPango.cpp74 case FontDescription::NoFamily: in FontPlatformData()
/external/webkit/Source/WebCore/rendering/
DRenderThemeChromiumSkia.cpp182 fontDescription.setGenericFamily(FontDescription::NoFamily); in systemFont()
DRenderThemeChromiumWin.cpp346 cachedDesc->setGenericFamily(FontDescription::NoFamily); in systemFont()
DRenderThemeWin.cpp286 fontDescription.setGenericFamily(FontDescription::NoFamily); in fillFontDescription()
DRenderThemeSafari.cpp240 cachedDesc->setGenericFamily(FontDescription::NoFamily); in systemFont()
DRenderThemeMac.mm274 cachedDesc->setGenericFamily(FontDescription::NoFamily);
/external/webkit/Source/WebCore/platform/gtk/
DRenderThemeGtk.cpp451 fontDescription.setGenericFamily(FontDescription::NoFamily); in systemFont()
/external/webkit/Source/WebKit/chromium/src/
DAssertMatchingEnums.cpp280 COMPILE_ASSERT_MATCHING_ENUM(WebFontDescription::GenericFamilyNone, FontDescription::NoFamily);
/external/webkit/Source/WebCore/platform/efl/
DRenderThemeEfl.cpp1046 fontDescription.setGenericFamily(FontDescription::NoFamily); in systemFont()
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp4652 fontDescription.setGenericFamily(FontDescription::NoFamily); in applyProperty()
4698 … fontDescription.setIsSpecifiedFont(fontDescription.genericFamily() == FontDescription::NoFamily); in applyProperty()