Lines Matching full:cursor_info
172 WebKit::WebCursorInfo cursor_info;
176 cursor_info.type = WebCursorInfo::TypePointer;
179 cursor_info.type = WebCursorInfo::TypeCopy;
182 cursor_info.type = WebCursorInfo::TypeAlias;
185 cursor_info.type = WebCursorInfo::TypeContextMenu;
188 cursor_info.type = WebCursorInfo::TypeIBeam;
192 cursor_info.type = WebCursorInfo::TypeCross;
196 cursor_info.type = WebCursorInfo::TypeWait;
199 cursor_info.type = WebCursorInfo::TypeGrabbing;
202 cursor_info.type = WebCursorInfo::TypeGrab;
208 cursor_info.type = WebCursorInfo::TypeHand;
211 cursor_info.type = WebCursorInfo::TypeWestResize;
214 cursor_info.type = WebCursorInfo::TypeEastResize;
217 cursor_info.type = WebCursorInfo::TypeEastWestResize;
220 cursor_info.type = WebCursorInfo::TypeNotAllowed;
223 cursor_info.type = WebCursorInfo::TypeNorthResize;
226 cursor_info.type = WebCursorInfo::TypeSouthResize;
229 cursor_info.type = WebCursorInfo::TypeNorthSouthResize;
233 cursor_info.type = WebCursorInfo::TypePointer;
237 InitFromCursorInfo(cursor_info);
277 WebKit::WebCursorInfo cursor_info;
278 cursor_info.type = WebCursorInfo::TypeCustom;
279 cursor_info.hotSpot = WebKit::WebPoint(cursor->hotSpot.h, cursor->hotSpot.v);
280 cursor_info.customImage = cg_image.get();
282 InitFromCursorInfo(cursor_info);
286 WebKit::WebCursorInfo cursor_info;
289 cursor_info.type = WebCursorInfo::TypePointer;
291 cursor_info.type = WebCursorInfo::TypeIBeam;
293 cursor_info.type = WebCursorInfo::TypeCross;
295 cursor_info.type = WebCursorInfo::TypeHand;
297 cursor_info.type = WebCursorInfo::TypeWestResize;
299 cursor_info.type = WebCursorInfo::TypeEastResize;
301 cursor_info.type = WebCursorInfo::TypeEastWestResize;
303 cursor_info.type = WebCursorInfo::TypeNorthResize;
305 cursor_info.type = WebCursorInfo::TypeSouthResize;
307 cursor_info.type = WebCursorInfo::TypeNorthSouthResize;
309 cursor_info.type = WebCursorInfo::TypeGrab;
311 cursor_info.type = WebCursorInfo::TypeGrabbing;
325 cursor_info.type = WebCursorInfo::TypeCustom;
327 cursor_info.hotSpot = WebKit::WebPoint(hot_spot.x, hot_spot.y);
328 cursor_info.customImage = cg_image;
330 cursor_info.type = WebCursorInfo::TypePointer;
334 InitFromCursorInfo(cursor_info);