Home
last modified time | relevance | path

Searched refs:_cursor_style (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h172 && (_cursor_style == other._cursor_style)
194 unsigned _cursor_style : 6; // ECursor member
277 inherited_flags._cursor_style = initialCursor(); in setBitDefaults()
632 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()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1064446 * rendering/RenderStyle.h: Increase the _cursor_style field to 6 bits,