Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/
DCursor.h72 typedef RefPtr<SharedCursor> PlatformCursor; typedef
75 typedef NSCursor* PlatformCursor; typedef
78 typedef GdkCursor* PlatformCursor; typedef
81 typedef QCursor PlatformCursor; typedef
84 typedef wxCursor* PlatformCursor; typedef
90 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