Searched defs:FontWeight (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontTraits.h34 enum FontWeight { enum in namespace:blink
75 FontTraits(FontStyle style, FontVariant variant, FontWeight weight, FontStretch stretch)
92 FontWeight weight() const { return static_cast<FontWeight>(m_traits.m_weight); }
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSPrimitiveValueMappings.h3416 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(FontWeight weight)
3454 template<> inline CSSPrimitiveValue::operator FontWeight() const

Completed in 578 milliseconds