Home | History | Annotate | Download | only in style

Lines Matching refs:ECursor

194         unsigned _cursor_style : 6; // ECursor
632 ECursor cursor() const { return static_cast<ECursor>(inherited_flags._cursor_style); }
1015 void setCursor(ECursor c) { inherited_flags._cursor_style = c; }
1274 static ECursor initialCursor() { return CURSOR_AUTO; }