Home
last modified time | relevance | path

Searched refs:NorthEastSouthWestResize (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DCursor.cpp85 case Cursor::NorthEastSouthWestResize: in fromType()
358 DEFINE_STATIC_LOCAL(Cursor, c, (Cursor::NorthEastSouthWestResize)); in northEastSouthWestResizeCursor()
DCursor.h57 NorthEastSouthWestResize, enumerator
/external/chromium_org/third_party/WebKit/Source/web/
DAssertMatchingEnums.cpp350 …SSERT_MATCHING_ENUM(WebCursorInfo::TypeNorthEastSouthWestResize, Cursor::NorthEastSouthWestResize);
/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.cpp1894 case Cursor::NorthEastSouthWestResize: return "NorthEastSouthWestResize"; in cursorTypeToString()