Searched defs:PlatformCursor (Results 1 – 2 of 2) sorted by relevance
72 typedef RefPtr<SharedCursor> PlatformCursor; typedef75 typedef NSCursor* PlatformCursor; typedef78 typedef GdkCursor* PlatformCursor; typedef81 typedef QCursor PlatformCursor; typedef84 typedef wxCursor* PlatformCursor; typedef90 typedef void* PlatformCursor; typedef
90 PlatformCursor(Type type) : m_type(type) {} in PlatformCursor() function92 PlatformCursor(Image* image, const IntPoint& hotSpot) in PlatformCursor() function