Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/
DCursor.cpp73 case Cursor::SouthResize: in fromType()
322 DEFINE_STATIC_LOCAL(Cursor, c, (Cursor::SouthResize)); in southResizeCursor()
DCursor.h51 SouthResize, enumerator
/external/chromium_org/third_party/WebKit/Source/web/
DAssertMatchingEnums.cpp344 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeSouthResize, Cursor::SouthResize);
/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.cpp1888 case Cursor::SouthResize: return "SouthResize"; in cursorTypeToString()