Searched defs:CursorData (Results 1 – 3 of 3) sorted by relevance
21 struct CursorData { struct22 int id;23 int resource_id;24 HotPoint hot_1x;25 HotPoint hot_2x;
35 CursorData(PassRefPtr<StyleImage> image, const IntPoint& hotSpot) in CursorData() function
40 class CursorData; variable