Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/
DCursor.cpp101 case Cursor::NorthWestPanning: in fromType()
406 DEFINE_STATIC_LOCAL(Cursor, c, (Cursor::NorthWestPanning)); in northWestPanningCursor()
DCursor.h65 NorthWestPanning, enumerator
/external/chromium_org/third_party/WebKit/Source/web/
DAssertMatchingEnums.cpp351 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeNorthWestPanning, Cursor::NorthWestPanning);
/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.cpp2166 case Cursor::NorthWestPanning: return "NorthWestPanning"; in cursorTypeToString()