Home | History | Annotate | Download | only in css

Lines Matching defs:FontDescription

37 #include "core/platform/graphics/FontDescription.h"
3324 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(FontDescription::Kerning kerning)
3329 case FontDescription::AutoKerning:
3332 case FontDescription::NormalKerning:
3335 case FontDescription::NoneKerning:
3344 template<> inline CSSPrimitiveValue::operator FontDescription::Kerning() const
3349 return FontDescription::AutoKerning;
3351 return FontDescription::NormalKerning;
3353 return FontDescription::NoneKerning;
3359 return FontDescription::AutoKerning;