Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/chromium/public/
DWebCursorInfo.h86 TypeCopy, enumerator
/external/webkit/Source/WebCore/platform/chromium/
DPlatformCursor.h79 TypeCopy, enumerator
DCursorChromium.cpp281 static const Cursor c(PlatformCursor::TypeCopy); in copyCursor()
362 COMPILE_ASSERT_MATCHING_ENUM(Copy, TypeCopy);
/external/chromium/webkit/glue/
Dwebcursor_gtk.cc143 case WebCursorInfo::TypeCopy: in GetCursorType()
Dwebcursor_win.cc89 case WebCursorInfo::TypeCopy: in ToCursorID()
Dwebcursor_mac.mm146 case WebCursorInfo::TypeCopy:
179 cursor_info.type = WebCursorInfo::TypeCopy;
/external/webkit/Source/WebKit/chromium/src/
DAssertMatchingEnums.cpp267 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeCopy, PlatformCursor::TypeCopy);