Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/
DCursor.cpp109 case Cursor::WestPanning: in fromType()
430 DEFINE_STATIC_LOCAL(Cursor, c, (Cursor::WestPanning)); in westPanningCursor()
DCursor.h69 WestPanning, enumerator
/external/chromium_org/third_party/WebKit/Source/web/
DAssertMatchingEnums.cpp355 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeWestPanning, Cursor::WestPanning);
/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.cpp2170 case Cursor::WestPanning: return "WestPanning"; in cursorTypeToString()