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

  /external/webkit/WebCore/platform/chromium/
CursorChromium.cpp 56 Cursor::Cursor(PlatformCursor c)
63 static const Cursor c(PlatformCursor::TypePointer);
69 static const Cursor c(PlatformCursor::TypeCross);
75 static const Cursor c(PlatformCursor::TypeHand);
81 static const Cursor c(PlatformCursor::TypeIBeam);
87 static const Cursor c(PlatformCursor::TypeWait);
93 static const Cursor c(PlatformCursor::TypeHelp);
99 static const Cursor c(PlatformCursor::TypeEastResize);
105 static const Cursor c(PlatformCursor::TypeNorthResize);
111 static const Cursor c(PlatformCursor::TypeNorthEastResize)
    [all...]
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)
  /external/webkit/WebKit/chromium/src/
AssertMatchingEnums.cpp 43 #include "PlatformCursor.h"
181 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypePointer, PlatformCursor::TypePointer);
182 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeCross, PlatformCursor::TypeCross);
183 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeHand, PlatformCursor::TypeHand);
184 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeIBeam, PlatformCursor::TypeIBeam);
185 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeWait, PlatformCursor::TypeWait);
186 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeHelp, PlatformCursor::TypeHelp);
187 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeEastResize, PlatformCursor::TypeEastResize);
188 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeNorthResize, PlatformCursor::TypeNorthResize);
189 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeNorthEastResize, PlatformCursor::TypeNorthEastResize)
    [all...]
  /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/haiku/
CursorHaiku.cpp 38 Cursor::Cursor(PlatformCursor cursor)
  /external/webkit/WebCore/platform/wince/
CursorWince.cpp 60 Cursor::Cursor(PlatformCursor c)
  /external/webkit/WebCore/platform/qt/
CursorQt.cpp 46 Cursor::Cursor(PlatformCursor p)
  /external/webkit/WebCore/platform/win/
CursorWin.cpp 136 Cursor::Cursor(PlatformCursor c)

Completed in 2851 milliseconds