Home
last modified time | relevance | path

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

/external/chromium/webkit/glue/
Dwebcursor_gtk.cc157 case WebCursorInfo::TypeGrabbing: in GetCursorType()
185 case WebCursorInfo::TypeGrabbing: in GetCustomCursor()
Dwebcursor_mac.mm158 case WebCursorInfo::TypeGrabbing:
199 cursor_info.type = WebCursorInfo::TypeGrabbing;
311 cursor_info.type = WebCursorInfo::TypeGrabbing;
Dwebcursor_win.cc102 case WebCursorInfo::TypeGrabbing: in ToCursorID()
/external/webkit/Source/WebKit/chromium/public/
DWebCursorInfo.h92 TypeGrabbing, enumerator
/external/webkit/Source/WebCore/platform/chromium/
DPlatformCursor.h85 TypeGrabbing, enumerator
DCursorChromium.cpp317 static const Cursor c(PlatformCursor::TypeGrabbing); in grabbingCursor()
368 COMPILE_ASSERT_MATCHING_ENUM(Grabbing, TypeGrabbing);
/external/webkit/Source/WebKit/chromium/src/
DAssertMatchingEnums.cpp273 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeGrabbing, PlatformCursor::TypeGrabbing);