Home
last modified time | relevance | path

Searched refs:CursorType (Results 1 – 25 of 1067) sorted by relevance

12345678910>>...43

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/cursor/
H A Dcursors_aura.cc33 mojom::CursorType id;
71 {mojom::CursorType::kNorthResize,
75 {mojom::CursorType::kSouthResize,
79 {mojom::CursorType::kEastResize,
83 {mojom::CursorType::kWestResize,
102 {mojom::CursorType::kRowResize,
138 {mojom::CursorType::kNoDrop,
188 {mojom::CursorType::kCross,
197 {mojom::CursorType::kZoomIn,
201 {mojom::CursorType::kZoomOut,
[all …]
H A Dcursor_loader_win.cc24 case mojom::CursorType::kNull: in GetCursorId()
26 case mojom::CursorType::kPointer: in GetCursorId()
28 case mojom::CursorType::kCross: in GetCursorId()
30 case mojom::CursorType::kHand: in GetCursorId()
32 case mojom::CursorType::kIBeam: in GetCursorId()
34 case mojom::CursorType::kWait: in GetCursorId()
36 case mojom::CursorType::kHelp: in GetCursorId()
62 case mojom::CursorType::kMove: in GetCursorId()
98 case mojom::CursorType::kCell: in GetCursorId()
104 case mojom::CursorType::kGrab: in GetCursorId()
[all …]
H A Dcursor_loader_x11.cc62 case mojom::CursorType::kNone: in LoadFontCursorForCursorType()
64 case mojom::CursorType::kGrab: in LoadFontCursorForCursorType()
68 case mojom::CursorType::kNull: in LoadFontCursorForCursorType()
71 case mojom::CursorType::kMove: in LoadFontCursorForCursorType()
73 case mojom::CursorType::kCross: in LoadFontCursorForCursorType()
75 case mojom::CursorType::kHand: in LoadFontCursorForCursorType()
77 case mojom::CursorType::kIBeam: in LoadFontCursorForCursorType()
81 case mojom::CursorType::kWait: in LoadFontCursorForCursorType()
83 case mojom::CursorType::kHelp: in LoadFontCursorForCursorType()
127 case mojom::CursorType::kCell: in LoadFontCursorForCursorType()
[all …]
H A Dimage_cursors.cc25 mojom::CursorType::kNull,
27 mojom::CursorType::kNoDrop,
29 mojom::CursorType::kCopy,
30 mojom::CursorType::kHand,
31 mojom::CursorType::kMove,
40 mojom::CursorType::kIBeam,
41 mojom::CursorType::kAlias,
42 mojom::CursorType::kCell,
45 mojom::CursorType::kHelp,
55 mojom::CursorType::kGrab,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/ozone/platform/wayland/host/
H A Dwayland_zcr_cursor_shapes.cc18 using mojom::CursorType;
32 case CursorType::kNull: in ShapeFromType()
34 case CursorType::kPointer: in ShapeFromType()
36 case CursorType::kCross: in ShapeFromType()
38 case CursorType::kHand: in ShapeFromType()
40 case CursorType::kIBeam: in ShapeFromType()
42 case CursorType::kWait: in ShapeFromType()
44 case CursorType::kHelp: in ShapeFromType()
92 case CursorType::kMove: in ShapeFromType()
96 case CursorType::kCell: in ShapeFromType()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/cursor/ozone/
H A Dbitmap_cursor_factory_ozone.cc23 using mojom::CursorType; in UseDefaultCursorForType()
25 case CursorType::kNull: in UseDefaultCursorForType()
27 case CursorType::kCross: in UseDefaultCursorForType()
28 case CursorType::kHand: in UseDefaultCursorForType()
29 case CursorType::kIBeam: in UseDefaultCursorForType()
30 case CursorType::kWait: in UseDefaultCursorForType()
31 case CursorType::kHelp: in UseDefaultCursorForType()
55 case CursorType::kMove: in UseDefaultCursorForType()
57 case CursorType::kCell: in UseDefaultCursorForType()
62 case CursorType::kCopy: in UseDefaultCursorForType()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/x/
H A Dx11_cursor_factory.cc45 case mojom::CursorType::kMove: in CursorNamesFromType()
77 case mojom::CursorType::kNone: in CursorNamesFromType()
79 case mojom::CursorType::kGrab: in CursorNamesFromType()
85 case mojom::CursorType::kHand: in CursorNamesFromType()
91 case mojom::CursorType::kWait: in CursorNamesFromType()
93 case mojom::CursorType::kHelp: in CursorNamesFromType()
113 case mojom::CursorType::kCell: in CursorNamesFromType()
121 case mojom::CursorType::kCopy: in CursorNamesFromType()
155 mojom::CursorType type) { in GetDefaultCursor()
184 mojom::CursorType type, in CreateAnimatedCursor()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/cursor/
H A Dcursors_aura.cc35 mojom::CursorType id;
71 {mojom::CursorType::kNorthResize,
75 {mojom::CursorType::kSouthResize,
79 {mojom::CursorType::kEastResize,
83 {mojom::CursorType::kWestResize,
102 {mojom::CursorType::kRowResize,
140 {mojom::CursorType::kNoDrop,
190 {mojom::CursorType::kCross,
199 {mojom::CursorType::kZoomIn,
203 {mojom::CursorType::kZoomOut,
[all …]
H A Dcursor_loader_win.cc26 case mojom::CursorType::kNull: in GetCursorId()
28 case mojom::CursorType::kPointer: in GetCursorId()
30 case mojom::CursorType::kCross: in GetCursorId()
32 case mojom::CursorType::kHand: in GetCursorId()
34 case mojom::CursorType::kIBeam: in GetCursorId()
36 case mojom::CursorType::kWait: in GetCursorId()
38 case mojom::CursorType::kHelp: in GetCursorId()
64 case mojom::CursorType::kMove: in GetCursorId()
100 case mojom::CursorType::kCell: in GetCursorId()
106 case mojom::CursorType::kGrab: in GetCursorId()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/
H A Dcursors.cc59 (ui::mojom::blink::CursorType::kVerticalText)); in VerticalTextCursor()
70 (ui::mojom::blink::CursorType::kContextMenu)); in ContextMenuCursor()
111 (ui::mojom::blink::CursorType::kNotAllowed)); in NotAllowedCursor()
132 (ui::mojom::blink::CursorType::kEastResize)); in EastResizeCursor()
138 (ui::mojom::blink::CursorType::kNorthResize)); in NorthResizeCursor()
156 (ui::mojom::blink::CursorType::kSouthResize)); in SouthResizeCursor()
174 (ui::mojom::blink::CursorType::kWestResize)); in WestResizeCursor()
204 (ui::mojom::blink::CursorType::kColumnResize)); in ColumnResizeCursor()
210 (ui::mojom::blink::CursorType::kRowResize)); in RowResizeCursor()
234 (ui::mojom::blink::CursorType::kEastPanning)); in EastPanningCursor()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/
H A Dcursors.cc59 (ui::mojom::blink::CursorType::kVerticalText)); in VerticalTextCursor()
70 (ui::mojom::blink::CursorType::kContextMenu)); in ContextMenuCursor()
111 (ui::mojom::blink::CursorType::kNotAllowed)); in NotAllowedCursor()
132 (ui::mojom::blink::CursorType::kEastResize)); in EastResizeCursor()
138 (ui::mojom::blink::CursorType::kNorthResize)); in NorthResizeCursor()
156 (ui::mojom::blink::CursorType::kSouthResize)); in SouthResizeCursor()
174 (ui::mojom::blink::CursorType::kWestResize)); in WestResizeCursor()
204 (ui::mojom::blink::CursorType::kColumnResize)); in ColumnResizeCursor()
210 (ui::mojom::blink::CursorType::kRowResize)); in RowResizeCursor()
234 (ui::mojom::blink::CursorType::kEastPanning)); in EastPanningCursor()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/android/java/src/org/chromium/ui/base/
H A DViewAndroidDelegate.java27 import org.chromium.ui.mojom.CursorType;
206 case CursorType.NONE: in onCursorChanged()
215 case CursorType.HAND: in onCursorChanged()
218 case CursorType.HELP: in onCursorChanged()
221 case CursorType.WAIT: in onCursorChanged()
224 case CursorType.CELL: in onCursorChanged()
227 case CursorType.CROSS: in onCursorChanged()
236 case CursorType.ALIAS: in onCursorChanged()
239 case CursorType.COPY: in onCursorChanged()
263 case CursorType.GRAB: in onCursorChanged()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/common/cursors/
H A Dwebcursor_mac.mm166 case ui::mojom::CursorType::kCross:
168 case ui::mojom::CursorType::kHand:
170 case ui::mojom::CursorType::kIBeam:
172 case ui::mojom::CursorType::kWait:
175 case ui::mojom::CursorType::kHelp:
231 case ui::mojom::CursorType::kMove:
236 case ui::mojom::CursorType::kCell:
250 case ui::mojom::CursorType::kCopy:
252 case ui::mojom::CursorType::kNone:
260 case ui::mojom::CursorType::kGrab:
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/common/cursors/
H A Dwebcursor_mac.mm165 case ui::mojom::CursorType::kCross:
167 case ui::mojom::CursorType::kHand:
169 case ui::mojom::CursorType::kIBeam:
171 case ui::mojom::CursorType::kWait:
174 case ui::mojom::CursorType::kHelp:
230 case ui::mojom::CursorType::kMove:
239 case ui::mojom::CursorType::kCell:
253 case ui::mojom::CursorType::kCopy:
255 case ui::mojom::CursorType::kNone:
263 case ui::mojom::CursorType::kGrab:
[all …]
/dports/www/castor/castor-0.8.16/cargo-crates/gdk-0.12.1/src/auto/
H A Denums.rs296 pub enum CursorType { enum
381 impl fmt::Display for CursorType { implementation
474 impl ToGlib for CursorType { implementation
570 2 => CursorType::Arrow, in from_glib()
573 8 => CursorType::Boat, in from_glib()
588 38 => CursorType::Dot, in from_glib()
601 64 => CursorType::Icon, in from_glib()
609 80 => CursorType::Man, in from_glib()
614 90 => CursorType::Plus, in from_glib()
654 impl StaticType for CursorType { implementation
[all …]
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gdk-0.11.0/src/auto/
H A Denums.rs296 pub enum CursorType { enum
381 impl fmt::Display for CursorType { implementation
474 impl ToGlib for CursorType { implementation
570 2 => CursorType::Arrow, in from_glib()
573 8 => CursorType::Boat, in from_glib()
588 38 => CursorType::Dot, in from_glib()
601 64 => CursorType::Icon, in from_glib()
609 80 => CursorType::Man, in from_glib()
614 90 => CursorType::Plus, in from_glib()
654 impl StaticType for CursorType { implementation
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/gdk/src/auto/
H A Denums.rs296 pub enum CursorType { enum
381 impl fmt::Display for CursorType { implementation
474 impl ToGlib for CursorType { implementation
570 2 => CursorType::Arrow, in from_glib()
573 8 => CursorType::Boat, in from_glib()
588 38 => CursorType::Dot, in from_glib()
601 64 => CursorType::Icon, in from_glib()
609 80 => CursorType::Man, in from_glib()
614 90 => CursorType::Plus, in from_glib()
654 impl StaticType for CursorType { implementation
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tsage/blue_force/
H A Dblueforce_scenes3.h50 virtual bool startAction(CursorType action, Event &event);
54 virtual bool startAction(CursorType action, Event &event);
60 virtual bool startAction(CursorType action, Event &event);
64 virtual bool startAction(CursorType action, Event &event);
68 virtual bool startAction(CursorType action, Event &event);
72 virtual bool startAction(CursorType action, Event &event);
138 virtual bool startAction(CursorType action, Event &event);
142 virtual bool startAction(CursorType action, Event &event);
146 virtual bool startAction(CursorType action, Event &event);
152 virtual bool startAction(CursorType action, Event &event);
[all …]
H A Dblueforce_scenes8.h52 virtual bool startAction(CursorType action, Event &event);
56 virtual bool startAction(CursorType action, Event &event);
62 virtual bool startAction(CursorType action, Event &event);
66 virtual bool startAction(CursorType action, Event &event);
70 virtual bool startAction(CursorType action, Event &event);
74 virtual bool startAction(CursorType action, Event &event);
78 virtual bool startAction(CursorType action, Event &event);
116 virtual bool startAction(CursorType action, Event &event);
120 virtual bool startAction(CursorType action, Event &event);
124 virtual bool startAction(CursorType action, Event &event);
[all …]
H A Dblueforce_scenes4.h76 virtual bool startAction(CursorType action, Event &event);
80 virtual bool startAction(CursorType action, Event &event);
84 virtual bool startAction(CursorType action, Event &event);
90 virtual bool startAction(CursorType action, Event &event);
94 virtual bool startAction(CursorType action, Event &event);
138 virtual bool startAction(CursorType action, Event &event);
143 virtual bool startAction(CursorType action, Event &event);
147 virtual bool startAction(CursorType action, Event &event);
152 virtual bool startAction(CursorType action, Event &event);
156 virtual bool startAction(CursorType action, Event &event);
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/tsage/blue_force/
H A Dblueforce_scenes3.h50 bool startAction(CursorType action, Event &event) override;
54 bool startAction(CursorType action, Event &event) override;
60 bool startAction(CursorType action, Event &event) override;
64 bool startAction(CursorType action, Event &event) override;
68 bool startAction(CursorType action, Event &event) override;
72 bool startAction(CursorType action, Event &event) override;
138 bool startAction(CursorType action, Event &event) override;
142 bool startAction(CursorType action, Event &event) override;
146 bool startAction(CursorType action, Event &event) override;
152 bool startAction(CursorType action, Event &event) override;
[all …]
H A Dblueforce_scenes8.h52 bool startAction(CursorType action, Event &event) override;
56 bool startAction(CursorType action, Event &event) override;
62 bool startAction(CursorType action, Event &event) override;
66 bool startAction(CursorType action, Event &event) override;
70 bool startAction(CursorType action, Event &event) override;
74 bool startAction(CursorType action, Event &event) override;
78 bool startAction(CursorType action, Event &event) override;
116 bool startAction(CursorType action, Event &event) override;
120 bool startAction(CursorType action, Event &event) override;
124 bool startAction(CursorType action, Event &event) override;
[all …]
H A Dblueforce_scenes4.h76 bool startAction(CursorType action, Event &event) override;
80 bool startAction(CursorType action, Event &event) override;
84 bool startAction(CursorType action, Event &event) override;
90 bool startAction(CursorType action, Event &event) override;
94 bool startAction(CursorType action, Event &event) override;
138 bool startAction(CursorType action, Event &event) override;
143 bool startAction(CursorType action, Event &event) override;
147 bool startAction(CursorType action, Event &event) override;
152 bool startAction(CursorType action, Event &event) override;
156 bool startAction(CursorType action, Event &event) override;
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tsage/ringworld2/
H A Dringworld2_scenes0.h60 bool startAction(CursorType action, Event &event);
64 bool startAction(CursorType action, Event &event);
68 bool startAction(CursorType action, Event &event);
72 bool startAction(CursorType action, Event &event);
76 bool startAction(CursorType action, Event &event);
82 bool startAction(CursorType action, Event &event);
107 virtual bool startAction(CursorType action, Event &event);
131 virtual bool startAction(CursorType action, Event &event);
232 virtual bool startAction(CursorType action, Event &event);
236 virtual bool startAction(CursorType action, Event &event);
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/tsage/ringworld2/
H A Dringworld2_scenes0.h60 bool startAction(CursorType action, Event &event) override;
64 bool startAction(CursorType action, Event &event) override;
68 bool startAction(CursorType action, Event &event) override;
72 bool startAction(CursorType action, Event &event) override;
76 bool startAction(CursorType action, Event &event) override;
82 bool startAction(CursorType action, Event &event) override;
107 bool startAction(CursorType action, Event &event) override;
131 bool startAction(CursorType action, Event &event) override;
232 bool startAction(CursorType action, Event &event) override;
236 bool startAction(CursorType action, Event &event) override;
[all …]

12345678910>>...43