Home
last modified time | relevance | path

Searched refs:NoDrop (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/
DCursor.cpp122 case Cursor::NoDrop: in fromType()
217 case Cursor::NoDrop: in nameForCursorType()
346 DEFINE_STATIC_LOCAL(Cursor, c, (Cursor::NoDrop)); in noDropCursor()
DCursor.h143 NoDrop, enumerator
/external/webkit/Source/WebCore/platform/qt/
DCursorQt.cpp165 case NoDrop: in ensurePlatformCursor()
/external/webkit/Source/WebCore/platform/gtk/
DCursorGtk.cpp161 case Cursor::NoDrop: in ensurePlatformCursor()
/external/webkit/Source/WebCore/platform/chromium/
DCursorChromium.cpp361 COMPILE_ASSERT_MATCHING_ENUM(NoDrop, TypeNoDrop);
/external/webkit/Source/WebCore/platform/win/
DCursorWin.cpp244 case Cursor::NoDrop: in ensurePlatformCursor()
/external/webkit/Source/WebCore/platform/mac/
DCursorMac.mm169 case Cursor::NoDrop:
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1026475 Implement NoDrop, ZoomIn, and ZoomOut cursors