Home
last modified time | relevance | path

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

/external/chromium_org/webkit/common/cursors/
Dwebcursor_gtk.cc135 case WebCursorInfo::TypeGrabbing: in GetCursorType()
158 case WebCursorInfo::TypeGrabbing: in GetCustomCursor()
Dwebcursor_aura.cc99 case WebCursorInfo::TypeGrabbing: in GetNativeCursor()
Dwebcursor_win.cc101 case WebCursorInfo::TypeGrabbing: in ToCursorID()
Dwebcursor_mac.mm301 case WebCursorInfo::TypeGrabbing:
337 cursor_info.type = WebCursorInfo::TypeGrabbing;
/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/chromium_org/third_party/WebKit/public/platform/
DWebCursorInfo.h92 TypeGrabbing, enumerator
/external/chromium_org/third_party/WebKit/Source/web/
DAssertMatchingEnums.cpp369 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeGrabbing, Cursor::Grabbing);
/external/chromium_org/content/renderer/pepper/
Dpepper_plugin_instance_impl.cc303 COMPILE_ASSERT_MATCHING_ENUM(TypeGrabbing, PP_MOUSECURSOR_TYPE_GRABBING);