HomeSort by relevance Sort by last modified time
    Searched defs:PlatformCursor (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/platform/
Cursor.h 42 #include "PlatformCursor.h"
79 typedef RefPtr<SharedCursor> PlatformCursor;
82 typedef NSCursor* PlatformCursor;
85 typedef GdkCursor* PlatformCursor;
88 typedef QCursor PlatformCursor;
91 typedef wxCursor* PlatformCursor;
94 // See PlatformCursor.h
97 typedef BCursor* PlatformCursor;
100 typedef void* PlatformCursor;
117 Cursor(PlatformCursor);
    [all...]
  /external/webkit/WebCore/platform/chromium/
PlatformCursor.h 40 class PlatformCursor {
88 explicit PlatformCursor(int type = 0) : m_type(TypePointer) {}
90 PlatformCursor(Type type) : m_type(type) {}
92 PlatformCursor(Image* image, const IntPoint& hotSpot)

Completed in 41 milliseconds