HomeSort by relevance Sort by last modified time
    Searched defs:EBorderStyle (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/css/
CSSPrimitiveValueMappings.h 49 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EBorderStyle e)
87 template<> inline CSSPrimitiveValue::operator EBorderStyle() const
89 return (EBorderStyle)(m_value.ident - CSSValueNone);
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyleConstants.h 85 enum EBorderStyle { BNONE, BHIDDEN, INSET, GROOVE, RIDGE, OUTSET, DOTTED, DASHED, SOLID, DOUBLE };

Completed in 38 milliseconds