Home
last modified time | relevance | path

Searched refs:TypeWait (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebCursorInfo.h54 TypeWait, enumerator
/external/chromium/webkit/glue/
Dwebcursor_win.cc25 case WebCursorInfo::TypeWait: in ToCursorID()
122 { LoadCursor(NULL, IDC_WAIT), WebCursorInfo::TypeWait }, in ToCursorType()
Dwebcursor_gtk.cc79 case WebCursorInfo::TypeWait: in GetCursorType()
Dwebcursor_mac.mm91 case WebCursorInfo::TypeWait:
196 cursor_info.type = WebCursorInfo::TypeWait;
/external/chromium_org/webkit/common/cursors/
Dwebcursor_aura.cc23 case WebCursorInfo::TypeWait: in GetNativeCursor()
Dwebcursor_win.cc25 case WebCursorInfo::TypeWait: in ToCursorID()
Dwebcursor_gtk.cc62 case WebCursorInfo::TypeWait: in GetCursorType()
Dwebcursor.cc179 { LoadCursor(NULL, IDC_WAIT), WebCursorInfo::TypeWait }, in ToCursorType()
Dwebcursor_mac.mm209 case WebCursorInfo::TypeWait:
/external/chromium_org/third_party/WebKit/Source/web/
DAssertMatchingEnums.cpp331 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeWait, Cursor::Wait);
/external/chromium_org/content/renderer/pepper/
Dpepper_plugin_instance_impl.cc248 COMPILE_ASSERT_MATCHING_ENUM(TypeWait, PP_MOUSECURSOR_TYPE_WAIT);