Searched defs:PlatformCursor (Results 1 – 2 of 2) sorted by relevance
79 typedef RefPtr<SharedCursor> PlatformCursor; typedef82 typedef NSCursor* PlatformCursor; typedef85 typedef GdkCursor* PlatformCursor; typedef88 typedef QCursor PlatformCursor; typedef91 typedef wxCursor* PlatformCursor; typedef97 typedef BCursor* PlatformCursor; typedef100 typedef void* PlatformCursor; typedef
90 PlatformCursor(Type type) : m_type(type) {} in PlatformCursor() function92 PlatformCursor(Image* image, const IntPoint& hotSpot) in PlatformCursor() function