Home
last modified time | relevance | path

Searched refs:ECursor (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DRenderStyleConstants.h344 enum ECursor { enum
DRenderStyle.h632 ECursor cursor() const { return static_cast<ECursor>(inherited_flags._cursor_style); } in cursor()
1002 void setCursor(ECursor c) { inherited_flags._cursor_style = c; } in setCursor()
1246 static ECursor initialCursor() { return CURSOR_AUTO; } in initialCursor()
/external/webkit/Source/WebCore/css/
DCSSPrimitiveValueMappings.h685 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(ECursor e) in CSSPrimitiveValue()
801 template<> inline CSSPrimitiveValue::operator ECursor() const in ECursor() function
807 return static_cast<ECursor>(m_value.ident - CSSValueAuto); in ECursor()
DCSSStyleSelector.cpp3868 … if (type == CSSPrimitiveValue::CSS_IDENT && m_style->cursor() != ECursor(*primitiveValue)) in applyProperty()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1081258 (WebCore::CSSPrimitiveValue::operator ECursor):
DChangeLog-2009-06-1674670 Also broke ECursor out into a single constant per line.