Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/chromium/public/
DWebCursorInfo.h88 TypeNotAllowed, enumerator
/external/webkit/Source/WebCore/platform/chromium/
DPlatformCursor.h81 TypeNotAllowed, enumerator
DCursorChromium.cpp293 static const Cursor c(PlatformCursor::TypeNotAllowed); in notAllowedCursor()
364 COMPILE_ASSERT_MATCHING_ENUM(NotAllowed, TypeNotAllowed);
/external/chromium/webkit/glue/
Dwebcursor_win.cc93 case WebCursorInfo::TypeNotAllowed: in ToCursorID()
130 { LoadCursor(NULL, IDC_NO), WebCursorInfo::TypeNotAllowed }, in ToCursorType()
Dwebcursor_gtk.cc152 case WebCursorInfo::TypeNotAllowed: in GetCursorType()
Dwebcursor_mac.mm150 case WebCursorInfo::TypeNotAllowed:
220 cursor_info.type = WebCursorInfo::TypeNotAllowed;
/external/webkit/Source/WebKit/chromium/src/
DAssertMatchingEnums.cpp269 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeNotAllowed, PlatformCursor::TypeNotAllowed);