RegularWidth       61 Source/core/fetch/FontResource.h     FontPlatformData platformDataFromCustomData(float size, bool bold, bool italic, FontOrientation = Horizontal, FontWidthVariant = RegularWidth);
RegularWidth       62 Source/platform/fonts/FontCustomPlatformData.h     FontPlatformData fontPlatformData(float size, bool bold, bool italic, FontOrientation = Horizontal, FontWidthVariant = RegularWidth);
RegularWidth       63 Source/platform/fonts/FontDescription.h         , m_widthVariant(RegularWidth)
RegularWidth       42 Source/platform/fonts/FontPlatformData.cpp     , m_widthVariant(RegularWidth)
RegularWidth       59 Source/platform/fonts/FontPlatformData.cpp     , m_widthVariant(RegularWidth)
RegularWidth       87 Source/platform/fonts/FontPlatformData.h     FontPlatformData(float size, bool syntheticBold, bool syntheticOblique, FontOrientation = Horizontal, FontWidthVariant = RegularWidth);
RegularWidth       91 Source/platform/fonts/FontPlatformData.h                      FontOrientation = Horizontal, FontWidthVariant = RegularWidth);
RegularWidth       59 Source/platform/fonts/mac/GlyphPageTreeNodeMac.cpp     if (fontData->platformData().widthVariant() != RegularWidth || fontData->hasVerticalGlyphs()) {
RegularWidth       85 Source/platform/fonts/mac/GlyphPageTreeNodeMac.cpp     } else if (!fontData->platformData().isCompositeFontReference() && fontData->platformData().widthVariant() != RegularWidth