GenericFamilyType 93 Source/core/css/resolver/FontBuilder.h static FontDescription::GenericFamilyType initialGenericFamily() { return FontDescription::NoFamily; } GenericFamilyType 102 Source/platform/fonts/FontDescription.h GenericFamilyType genericFamily() const { return static_cast<GenericFamilyType>(m_genericFamily); } GenericFamilyType 143 Source/platform/fonts/FontDescription.h void setGenericFamily(GenericFamilyType genericFamily) { m_genericFamily = genericFamily; } GenericFamilyType 257 Source/platform/fonts/win/FontFallbackWin.cpp FontDescription::GenericFamilyType generic) GenericFamilyType 280 Source/platform/fonts/win/FontFallbackWin.cpp FontDescription::GenericFamilyType generic, GenericFamilyType 331 Source/platform/fonts/win/FontFallbackWin.cpp FontDescription::GenericFamilyType generic) GenericFamilyType 48 Source/platform/fonts/win/FontFallbackWin.h FontDescription::GenericFamilyType); GenericFamilyType 55 Source/platform/fonts/win/FontFallbackWin.h FontDescription::GenericFamilyType, GenericFamilyType 60 Source/web/WebFontDescription.cpp desc.setGenericFamily(static_cast<FontDescription::GenericFamilyType>(genericFamily));