Home
last modified time | relevance | path

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

/external/chromium/webkit/glue/
Dwebcursor_gtk.cc156 case WebCursorInfo::TypeGrab: in GetCursorType()
183 case WebCursorInfo::TypeGrab: in GetCustomCursor()
Dwebcursor_mac.mm156 case WebCursorInfo::TypeGrab:
202 cursor_info.type = WebCursorInfo::TypeGrab;
309 cursor_info.type = WebCursorInfo::TypeGrab;
Dwebcursor_win.cc101 case WebCursorInfo::TypeGrab: in ToCursorID()
/external/webkit/Source/WebKit/chromium/public/
DWebCursorInfo.h91 TypeGrab, enumerator
/external/webkit/Source/WebCore/platform/chromium/
DPlatformCursor.h84 TypeGrab, enumerator
DCursorChromium.cpp311 static const Cursor c(PlatformCursor::TypeGrab); in grabCursor()
367 COMPILE_ASSERT_MATCHING_ENUM(Grab, TypeGrab);
/external/webkit/Source/WebKit/chromium/src/
DAssertMatchingEnums.cpp272 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeGrab, PlatformCursor::TypeGrab);