Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/
DCursor.cpp71 case Cursor::NorthWestResize: in fromType()
316 DEFINE_STATIC_LOCAL(Cursor, c, (Cursor::NorthWestResize)); in northWestResizeCursor()
DCursor.h50 NorthWestResize, enumerator
/external/chromium_org/third_party/WebKit/Source/web/
DAssertMatchingEnums.cpp336 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeNorthWestResize, Cursor::NorthWestResize);
/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.cpp2151 case Cursor::NorthWestResize: return "NorthWestResize"; in cursorTypeToString()