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

  /external/webkit/Source/WebCore/platform/chromium/
CursorChromium.cpp 58 Cursor::Cursor(PlatformCursor c)
65 static const Cursor c(PlatformCursor::TypePointer);
71 static const Cursor c(PlatformCursor::TypeCross);
77 static const Cursor c(PlatformCursor::TypeHand);
83 static const Cursor c(PlatformCursor::TypeIBeam);
89 static const Cursor c(PlatformCursor::TypeWait);
95 static const Cursor c(PlatformCursor::TypeHelp);
101 static const Cursor c(PlatformCursor::TypeEastResize);
107 static const Cursor c(PlatformCursor::TypeNorthResize);
113 static const Cursor c(PlatformCursor::TypeNorthEastResize)
    [all...]
PlatformCursor.h 40 class PlatformCursor {
90 explicit PlatformCursor(int type = 0) : m_type(TypePointer) {}
92 PlatformCursor(Type type) : m_type(type) {}
94 PlatformCursor(Image* image, const IntPoint& hotSpot)
  /external/webkit/Source/WebCore/platform/
Cursor.h 45 #include "PlatformCursor.h"
85 typedef RefPtr<SharedCursor> PlatformCursor;
87 typedef NSCursor *PlatformCursor;
89 typedef GRefPtr<GdkCursor> PlatformCursor;
91 typedef const char* PlatformCursor;
94 typedef QCursor* PlatformCursor;
96 typedef wxCursor* PlatformCursor;
98 // See PlatformCursor.h
100 typedef BCursor* PlatformCursor;
102 typedef void* PlatformCursor;
    [all...]
Cursor.cpp 258 PlatformCursor Cursor::platformCursor() const
  /external/webkit/Source/WebKit/chromium/src/
AssertMatchingEnums.cpp 54 #include "PlatformCursor.h"
231 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypePointer, PlatformCursor::TypePointer);
232 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeCross, PlatformCursor::TypeCross);
233 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeHand, PlatformCursor::TypeHand);
234 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeIBeam, PlatformCursor::TypeIBeam);
235 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeWait, PlatformCursor::TypeWait);
236 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeHelp, PlatformCursor::TypeHelp);
237 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeEastResize, PlatformCursor::TypeEastResize);
238 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeNorthResize, PlatformCursor::TypeNorthResize);
239 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeNorthEastResize, PlatformCursor::TypeNorthEastResize)
    [all...]
  /external/webkit/Source/WebCore/platform/wince/
CursorWinCE.cpp 60 Cursor::Cursor(PlatformCursor c)
  /external/webkit/Source/WebCore/platform/haiku/
CursorHaiku.cpp 36 Cursor::Cursor(PlatformCursor cursor)
  /external/webkit/Source/WebCore/platform/efl/
CursorEfl.cpp 46 Cursor::Cursor(PlatformCursor p)

Completed in 62 milliseconds