Home | History | Annotate | Download | only in platform

Lines Matching refs:PlatformCursor

45 #include "PlatformCursor.h"
85 typedef RefPtr<SharedCursor> PlatformCursor;
87 typedef NSCursor *PlatformCursor;
89 typedef GRefPtr<GdkCursor> PlatformCursor;
91 typedef const char* PlatformCursor;
94 typedef QCursor* PlatformCursor;
96 typedef wxCursor* PlatformCursor;
98 // See PlatformCursor.h
100 typedef BCursor* PlatformCursor;
102 typedef void* PlatformCursor;
173 PlatformCursor platformCursor() const;
175 Cursor(PlatformCursor);
176 PlatformCursor impl() const { return m_platformCursor; }
189 mutable PlatformCursor m_platformCursor;