Home | History | Annotate | Download | only in chromium

Lines Matching refs:PlatformCursor

58 Cursor::Cursor(PlatformCursor c)
65 static const Cursor c(PlatformCursor::TypePointer);
71 static const Cursor c(PlatformCursor::TypeCross);
77 static const Cursor c(PlatformCursor::TypeHand);
83 static const Cursor c(PlatformCursor::TypeIBeam);
89 static const Cursor c(PlatformCursor::TypeWait);
95 static const Cursor c(PlatformCursor::TypeHelp);
101 static const Cursor c(PlatformCursor::TypeEastResize);
107 static const Cursor c(PlatformCursor::TypeNorthResize);
113 static const Cursor c(PlatformCursor::TypeNorthEastResize);
119 static const Cursor c(PlatformCursor::TypeNorthWestResize);
125 static const Cursor c(PlatformCursor::TypeSouthResize);
131 static const Cursor c(PlatformCursor::TypeSouthEastResize);
137 static const Cursor c(PlatformCursor::TypeSouthWestResize);
143 static const Cursor c(PlatformCursor::TypeWestResize);
149 static const Cursor c(PlatformCursor::TypeNorthSouthResize);
155 static const Cursor c(PlatformCursor::TypeEastWestResize);
161 static const Cursor c(PlatformCursor::TypeNorthEastSouthWestResize);
167 static const Cursor c(PlatformCursor::TypeNorthWestSouthEastResize);
173 static const Cursor c(PlatformCursor::TypeColumnResize);
179 static const Cursor c(PlatformCursor::TypeRowResize);
185 static const Cursor c(PlatformCursor::TypeMiddlePanning);
191 static const Cursor c(PlatformCursor::TypeEastPanning);
197 static const Cursor c(PlatformCursor::TypeNorthPanning);
203 static const Cursor c(PlatformCursor::TypeNorthEastPanning);
209 static const Cursor c(PlatformCursor::TypeNorthWestPanning);
215 static const Cursor c(PlatformCursor::TypeSouthPanning);
221 static const Cursor c(PlatformCursor::TypeSouthEastPanning);
227 static const Cursor c(PlatformCursor::TypeSouthWestPanning);
233 static const Cursor c(PlatformCursor::TypeWestPanning);
239 static const Cursor c(PlatformCursor::TypeMove);
245 static const Cursor c(PlatformCursor::TypeVerticalText);
251 static const Cursor c(PlatformCursor::TypeCell);
257 static const Cursor c(PlatformCursor::TypeContextMenu);
263 static const Cursor c(PlatformCursor::TypeAlias);
269 static const Cursor c(PlatformCursor::TypeProgress);
275 static const Cursor c(PlatformCursor::TypeNoDrop);
281 static const Cursor c(PlatformCursor::TypeCopy);
287 static const Cursor c(PlatformCursor::TypeNone);
293 static const Cursor c(PlatformCursor::TypeNotAllowed);
299 static const Cursor c(PlatformCursor::TypeZoomIn);
305 static const Cursor c(PlatformCursor::TypeZoomOut);
311 static const Cursor c(PlatformCursor::TypeGrab);
317 static const Cursor c(PlatformCursor::TypeGrabbing);
324 COMPILE_ASSERT(int(WebCore::Cursor::cursor_name) == int(WebCore::PlatformCursor::platform_cursor_name), mismatching_enums)