Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/
DCursor.h79 typedef RefPtr<SharedCursor> PlatformCursor; typedef
82 typedef NSCursor* PlatformCursor; typedef
85 typedef GdkCursor* PlatformCursor; typedef
88 typedef QCursor PlatformCursor; typedef
91 typedef wxCursor* PlatformCursor; typedef
97 typedef BCursor* PlatformCursor; typedef
100 typedef void* PlatformCursor; typedef
/external/webkit/WebCore/platform/chromium/
DPlatformCursor.h90 PlatformCursor(Type type) : m_type(type) {} in PlatformCursor() function
92 PlatformCursor(Image* image, const IntPoint& hotSpot) in PlatformCursor() function