Home
last modified time | relevance | path

Searched refs:FontWeightNormal (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDescription.cpp71 return FontWeightNormal; in lighterWeight()
93 return FontWeightNormal; in bolderWeight()
DFontDescription.h54 FontWeightNormal = FontWeight400, enumerator
86 , m_weight(FontWeightNormal) in FontDescription()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderThemeChromiumFontProviderLinux.cpp67 fontDescription.setWeight(FontWeightNormal); in systemFont()
DRenderThemeChromiumFontProviderWin.cpp177 cachedDesc->setWeight(FontWeightNormal); in systemFont()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
DFontCacheSkia.cpp71 description.setWeight(FontWeightNormal); in platformFallbackForCharacter()
/external/chromium_org/third_party/WebKit/Source/core/platform/
DDragImage.cpp124 const Font urlFont = deriveDragLabelFont(kDragLinkUrlFontSize, FontWeightNormal, systemFont); in create()
/external/chromium_org/third_party/WebKit/Source/web/
DAssertMatchingEnums.cpp394 COMPILE_ASSERT_MATCHING_ENUM(WebFontDescription::WeightNormal, FontWeightNormal);
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValueMappings.h3567 return FontWeightNormal; in FontWeight()
3591 return FontWeightNormal; in FontWeight()
DCSSComputedStyleDeclaration.cpp1532 case FontWeightNormal: in valueForFontWeight()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleBuilderCustom.cpp236 state.fontBuilder().setWeight(FontWeightNormal); in applyInitialCSSPropertyFontWeight()