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

/external/webkit/Source/WebCore/css/
H A DCSSPrimitiveValueMappings.h993 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EListStyleType e)
1244 template<> inline CSSPrimitiveValue::operator EListStyleType() const
1250 return static_cast<EListStyleType>(m_value.ident - CSSValueDisc);
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyleConstants.h211 enum EListStyleType { enum in namespace:WebCore

Completed in 51 milliseconds