Home
last modified time | relevance | path

Searched defs:PlatformCursor (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/
DCursor.h85 typedef RefPtr<SharedCursor> PlatformCursor; typedef
87 typedef NSCursor *PlatformCursor; typedef
89 typedef GRefPtr<GdkCursor> PlatformCursor; typedef
91 typedef const char* PlatformCursor; typedef
94 typedef QCursor* PlatformCursor; typedef
96 typedef wxCursor* PlatformCursor; typedef
100 typedef BCursor* PlatformCursor; typedef
102 typedef void* PlatformCursor; typedef
/external/webkit/Source/WebCore/platform/chromium/
DPlatformCursor.h92 PlatformCursor(Type type) : m_type(type) {} in PlatformCursor() function
94 PlatformCursor(Image* image, const IntPoint& hotSpot) in PlatformCursor() function