Home
last modified time | relevance | path

Searched refs:PlatformCursor (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/platform/chromium/
DCursorChromium.cpp58 Cursor::Cursor(PlatformCursor c) in Cursor()
65 static const Cursor c(PlatformCursor::TypePointer); in pointerCursor()
71 static const Cursor c(PlatformCursor::TypeCross); in crossCursor()
77 static const Cursor c(PlatformCursor::TypeHand); in handCursor()
83 static const Cursor c(PlatformCursor::TypeIBeam); in iBeamCursor()
89 static const Cursor c(PlatformCursor::TypeWait); in waitCursor()
95 static const Cursor c(PlatformCursor::TypeHelp); in helpCursor()
101 static const Cursor c(PlatformCursor::TypeEastResize); in eastResizeCursor()
107 static const Cursor c(PlatformCursor::TypeNorthResize); in northResizeCursor()
113 static const Cursor c(PlatformCursor::TypeNorthEastResize); in northEastResizeCursor()
[all …]
DPlatformCursor.h40 class PlatformCursor {
90 explicit PlatformCursor(int type = 0) : m_type(TypePointer) {} in m_type()
92 PlatformCursor(Type type) : m_type(type) {} in PlatformCursor() function
94 PlatformCursor(Image* image, const IntPoint& hotSpot) in PlatformCursor() function
/external/webkit/Source/WebKit/chromium/src/
DAssertMatchingEnums.cpp231 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::TypeNorthEastResiz…
240 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeNorthWestResize, PlatformCursor::TypeNorthWestResiz…
[all …]
/external/webkit/Source/WebCore/platform/
DCursor.h85 typedef RefPtr<SharedCursor> PlatformCursor; typedef
87 typedef NSCursor *PlatformCursor; typedef
89 typedef GRefPtr<GdkCursor> PlatformCursor; typedef
91 typedef const char* PlatformCursor; typedef
94 typedef QCursor* PlatformCursor; typedef
96 typedef wxCursor* PlatformCursor; typedef
100 typedef BCursor* PlatformCursor; typedef
102 typedef void* PlatformCursor; typedef
173 PlatformCursor platformCursor() const;
175 Cursor(PlatformCursor);
[all …]
DCursor.cpp258 PlatformCursor Cursor::platformCursor() const in platformCursor()
/external/webkit/Source/WebCore/platform/wince/
DCursorWinCE.cpp60 Cursor::Cursor(PlatformCursor c) in Cursor()
/external/webkit/Source/WebCore/platform/haiku/
DCursorHaiku.cpp36 Cursor::Cursor(PlatformCursor cursor) in Cursor()
/external/webkit/Source/WebCore/platform/efl/
DCursorEfl.cpp46 Cursor::Cursor(PlatformCursor p) in Cursor()
/external/webkit/Source/WebCore/
DWebCore.gypi3785 'platform/chromium/PlatformCursor.h',
DChangeLog-2009-06-1654517 * platform/chromium/PlatformCursor.h: Added.
54518 (WebCore::PlatformCursor::):
54519 (WebCore::PlatformCursor::PlatformCursor):
54520 (WebCore::PlatformCursor::customImage):
54521 (WebCore::PlatformCursor::hotSpot):
54522 (WebCore::PlatformCursor::type):
DChangeLog-2006-05-103690 * platform/Cursor.h: Created a fallback case that typedefs PlatformCursor
DChangeLog-2010-12-0649523 * platform/Cursor.h: Use RetainPtr for PlatformCursor on Mac.
76060 … * platform/Cursor.h: Typedef PlatformCursor to be a QCursor* to be able create it dynamically.
76071 (WebCore::Widget::setCursor): Adjust to the PlatformCursor change.
DChangeLog57565 * platform/chromium/PlatformCursor.h: