Searched refs:_cursor_style (Results 1 – 2 of 2) sorted by relevance
172 && (_cursor_style == other._cursor_style)194 unsigned _cursor_style : 6; // ECursor member277 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()
64446 * rendering/RenderStyle.h: Increase the _cursor_style field to 6 bits,