Home
last modified time | relevance | path

Searched refs:TypeMiddlePanning (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
DWebCursorInfo.h70 TypeMiddlePanning, enumerator
/external/webkit/Source/WebCore/platform/chromium/
DPlatformCursor.h63 TypeMiddlePanning, enumerator
DCursorChromium.cpp185 static const Cursor c(PlatformCursor::TypeMiddlePanning); in middlePanningCursor()
346 COMPILE_ASSERT_MATCHING_ENUM(MiddlePanning, TypeMiddlePanning);
/external/chromium/webkit/glue/
Dwebcursor_gtk.cc111 case WebCursorInfo::TypeMiddlePanning: in GetCursorType()
Dwebcursor_win.cc57 case WebCursorInfo::TypeMiddlePanning: in ToCursorID()
Dwebcursor_mac.mm131 case WebCursorInfo::TypeMiddlePanning:
/external/webkit/Source/WebKit/chromium/src/
DAssertMatchingEnums.cpp251 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeMiddlePanning, PlatformCursor::TypeMiddlePanning);