Searched refs:XScopedCursor (Results 1 – 3 of 3) sorted by relevance
345 class UI_BASE_EXPORT XScopedCursor {348 XScopedCursor(::Cursor cursor, XDisplay* display);349 ~XScopedCursor();358 DISALLOW_COPY_AND_ASSIGN(XScopedCursor);
498 CR_DEFINE_STATIC_LOCAL(XScopedCursor, invisible_cursor, in HideHostCursor()1355 XScopedCursor::XScopedCursor(::Cursor cursor, XDisplay* display) in XScopedCursor() function in ui::XScopedCursor1360 XScopedCursor::~XScopedCursor() { in ~XScopedCursor()1364 ::Cursor XScopedCursor::get() const { in get()1368 void XScopedCursor::reset(::Cursor cursor) { in reset()
56 const XScopedCursor invisible_cursor_;