Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/
DCursor.cpp81 case Cursor::NorthSouthResize: in fromType()
346 DEFINE_STATIC_LOCAL(Cursor, c, (Cursor::NorthSouthResize)); in northSouthResizeCursor()
DCursor.h55 NorthSouthResize, enumerator
/external/chromium_org/third_party/WebKit/Source/web/
DAssertMatchingEnums.cpp341 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeNorthSouthResize, Cursor::NorthSouthResize);
/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.cpp2156 case Cursor::NorthSouthResize: return "NorthSouthResize"; in cursorTypeToString()