Home
last modified time | relevance | path

Searched defs:EBorderStyle (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/css/
DCSSPrimitiveValueMappings.h87 template<> inline CSSPrimitiveValue::operator EBorderStyle() const in EBorderStyle() function
/external/webkit/Source/WebCore/rendering/style/
DRenderStyleConstants.h85 enum EBorderStyle { BNONE, BHIDDEN, INSET, GROOVE, RIDGE, OUTSET, DOTTED, DASHED, SOLID, DOUBLE }; enum