Searched defs:PlatformCursor (Results 1 – 2 of 2) sorted by relevance
85 typedef RefPtr<SharedCursor> PlatformCursor; typedef87 typedef NSCursor *PlatformCursor; typedef89 typedef GRefPtr<GdkCursor> PlatformCursor; typedef91 typedef const char* PlatformCursor; typedef94 typedef QCursor* PlatformCursor; typedef96 typedef wxCursor* PlatformCursor; typedef100 typedef BCursor* PlatformCursor; typedef102 typedef void* PlatformCursor; typedef
92 PlatformCursor(Type type) : m_type(type) {} in PlatformCursor() function94 PlatformCursor(Image* image, const IntPoint& hotSpot) in PlatformCursor() function