Home | History | Annotate | Download | only in style

Lines Matching refs:ECursor

192         unsigned _cursor_style : 6; // ECursor
585 ECursor cursor() const { return static_cast<ECursor>(inherited_flags._cursor_style); }
913 void setCursor(ECursor c) { inherited_flags._cursor_style = c; }
1136 static ECursor initialCursor() { return CURSOR_AUTO; }