Home
last modified time | relevance | path

Searched refs:MoveCursorTo (Results 1 – 25 of 161) sorted by relevance

1234567

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/ozone/evdev/
H A Dinput_injector_evdev_unittest.cc117 injector_.MoveCursorTo(gfx::PointF(x, y)); in SimulateMouseClick()
162 injector_.MoveCursorTo(gfx::PointF(1, 1)); in TEST_F()
182 injector_.MoveCursorTo(gfx::PointF(1, 1)); in TEST_F()
183 injector_.MoveCursorTo(gfx::PointF(2, 3)); in TEST_F()
198 injector_.MoveCursorTo(gfx::PointF(10, 20)); in TEST_F()
H A Dcursor_delegate_evdev.h26 virtual void MoveCursorTo(gfx::AcceleratedWidget widget, in COMPONENT_EXPORT()
29 virtual void MoveCursorTo(const gfx::PointF& location) = 0; in COMPONENT_EXPORT()
H A Dinput_injector_evdev.cc63 void InputInjectorEvdev::MoveCursorTo(const gfx::PointF& location) { in MoveCursorTo() function in ui::InputInjectorEvdev
67 cursor_->MoveCursorTo(location); in MoveCursorTo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/events/ozone/evdev/
H A Dinput_injector_evdev_unittest.cc117 injector_.MoveCursorTo(gfx::PointF(x, y)); in SimulateMouseClick()
162 injector_.MoveCursorTo(gfx::PointF(1, 1)); in TEST_F()
182 injector_.MoveCursorTo(gfx::PointF(1, 1)); in TEST_F()
183 injector_.MoveCursorTo(gfx::PointF(2, 3)); in TEST_F()
198 injector_.MoveCursorTo(gfx::PointF(10, 20)); in TEST_F()
H A Dcursor_delegate_evdev.h26 virtual void MoveCursorTo(gfx::AcceleratedWidget widget, in COMPONENT_EXPORT()
29 virtual void MoveCursorTo(const gfx::PointF& location) = 0; in COMPONENT_EXPORT()
H A Dinput_injector_evdev.cc63 void InputInjectorEvdev::MoveCursorTo(const gfx::PointF& location) { in MoveCursorTo() function in ui::InputInjectorEvdev
67 cursor_->MoveCursorTo(location); in MoveCursorTo()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/ozone/evdev/testing/
H A Dfake_cursor_delegate_evdev.h18 void MoveCursorTo(gfx::AcceleratedWidget widget, in MoveCursorTo() function
22 void MoveCursorTo(const gfx::PointF& location) override { in MoveCursorTo() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/events/ozone/evdev/testing/
H A Dfake_cursor_delegate_evdev.h18 void MoveCursorTo(gfx::AcceleratedWidget widget, in MoveCursorTo() function
22 void MoveCursorTo(const gfx::PointF& location) override { in MoveCursorTo() function
/dports/net/go-bapu/carlostrub-bapu-23ca6b019fbc/vendor/github.com/nsf/termbox-go/_demos/
H A Deditbox.go155 func (eb *EditBox) MoveCursorTo(boffset int) { func
173 eb.MoveCursorTo(eb.cursor_boffset - size)
181 eb.MoveCursorTo(eb.cursor_boffset + size)
185 eb.MoveCursorTo(0)
189 eb.MoveCursorTo(len(eb.text))
/dports/deskutils/pet/pet-0.4.0/vendor/github.com/nsf/termbox-go/_demos/
H A Deditbox.go155 func (eb *EditBox) MoveCursorTo(boffset int) { func
173 eb.MoveCursorTo(eb.cursor_boffset - size)
181 eb.MoveCursorTo(eb.cursor_boffset + size)
185 eb.MoveCursorTo(0)
189 eb.MoveCursorTo(len(eb.text))
/dports/net/tunneller/tunneller-release-0.6/vendor/github.com/nsf/termbox-go/_demos/
H A Deditbox.go155 func (eb *EditBox) MoveCursorTo(boffset int) { func
173 eb.MoveCursorTo(eb.cursor_boffset - size)
181 eb.MoveCursorTo(eb.cursor_boffset + size)
185 eb.MoveCursorTo(0)
189 eb.MoveCursorTo(len(eb.text))
/dports/textproc/jid/jid-0.7.6/vendor/github.com/nsf/termbox-go/_demos/
H A Deditbox.go155 func (eb *EditBox) MoveCursorTo(boffset int) { func
173 eb.MoveCursorTo(eb.cursor_boffset - size)
181 eb.MoveCursorTo(eb.cursor_boffset + size)
185 eb.MoveCursorTo(0)
189 eb.MoveCursorTo(len(eb.text))
/dports/textproc/peco/peco-v0.4.4/vendor/github.com/nsf/termbox-go/_demos/
H A Deditbox.go155 func (eb *EditBox) MoveCursorTo(boffset int) { func
173 eb.MoveCursorTo(eb.cursor_boffset - size)
181 eb.MoveCursorTo(eb.cursor_boffset + size)
185 eb.MoveCursorTo(0)
189 eb.MoveCursorTo(len(eb.text))
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/nsf/termbox-go/_demos/
H A Deditbox.go155 func (eb *EditBox) MoveCursorTo(boffset int) { func
173 eb.MoveCursorTo(eb.cursor_boffset - size)
181 eb.MoveCursorTo(eb.cursor_boffset + size)
185 eb.MoveCursorTo(0)
189 eb.MoveCursorTo(len(eb.text))
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/nsf/termbox-go/_demos/
H A Deditbox.go155 func (eb *EditBox) MoveCursorTo(boffset int) { func
173 eb.MoveCursorTo(eb.cursor_boffset - size)
181 eb.MoveCursorTo(eb.cursor_boffset + size)
185 eb.MoveCursorTo(0)
189 eb.MoveCursorTo(len(eb.text))
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/textfield/
H A Dtextfield_model.h130 bool MoveCursorTo(const gfx::SelectionModel& cursor);
133 bool MoveCursorTo(size_t pos);
137 bool MoveCursorTo(const gfx::Point& point, bool select);
/dports/security/vuls/vuls-0.13.7/vendor/github.com/nsf/termbox-go/_demos/
H A Deditbox.go158 func (eb *EditBox) MoveCursorTo(boffset int) { func
176 eb.MoveCursorTo(eb.cursor_boffset - size)
184 eb.MoveCursorTo(eb.cursor_boffset + size)
188 eb.MoveCursorTo(0)
192 eb.MoveCursorTo(len(eb.text))
/dports/net/rclone/rclone-1.57.0/vendor/github.com/nsf/termbox-go/_demos/
H A Deditbox.go158 func (eb *EditBox) MoveCursorTo(boffset int) { func
176 eb.MoveCursorTo(eb.cursor_boffset - size)
184 eb.MoveCursorTo(eb.cursor_boffset + size)
188 eb.MoveCursorTo(0)
192 eb.MoveCursorTo(len(eb.text))
/dports/finance/cointop/cointop-1.5.4/vendor/github.com/miguelmota/termbox-go/termbox-go-58d4fcbce2a7/_demos/
H A Deditbox.go158 func (eb *EditBox) MoveCursorTo(boffset int) { func
176 eb.MoveCursorTo(eb.cursor_boffset - size)
184 eb.MoveCursorTo(eb.cursor_boffset + size)
188 eb.MoveCursorTo(0)
192 eb.MoveCursorTo(len(eb.text))
/dports/net/storj/storj-1.45.3/vendor/github.com/nsf/termbox-go/_demos/
H A Deditbox.go158 func (eb *EditBox) MoveCursorTo(boffset int) { func
176 eb.MoveCursorTo(eb.cursor_boffset - size)
184 eb.MoveCursorTo(eb.cursor_boffset + size)
188 eb.MoveCursorTo(0)
192 eb.MoveCursorTo(len(eb.text))
/dports/games/neo-cowsay/Neo-cowsay-2.0.1/vendor/github.com/nsf/termbox-go/_demos/
H A Deditbox.go158 func (eb *EditBox) MoveCursorTo(boffset int) { func
176 eb.MoveCursorTo(eb.cursor_boffset - size)
184 eb.MoveCursorTo(eb.cursor_boffset + size)
188 eb.MoveCursorTo(0)
192 eb.MoveCursorTo(len(eb.text))
/dports/www/wuzz/wuzz-0.5.0/vendor/github.com/nsf/termbox-go/_demos/
H A Deditbox.go158 func (eb *EditBox) MoveCursorTo(boffset int) { func
176 eb.MoveCursorTo(eb.cursor_boffset - size)
184 eb.MoveCursorTo(eb.cursor_boffset + size)
188 eb.MoveCursorTo(0)
192 eb.MoveCursorTo(len(eb.text))
/dports/benchmarks/ali/ali-0.7.5/vendor/github.com/nsf/termbox-go/_demos/
H A Deditbox.go158 func (eb *EditBox) MoveCursorTo(boffset int) { func
176 eb.MoveCursorTo(eb.cursor_boffset - size)
184 eb.MoveCursorTo(eb.cursor_boffset + size)
188 eb.MoveCursorTo(0)
192 eb.MoveCursorTo(len(eb.text))
/dports/irc/komanda-cli/komanda-cli-b5ba03b/vendor/github.com/nsf/termbox-go/termbox-go-93860e161317/_demos/
H A Deditbox.go158 func (eb *EditBox) MoveCursorTo(boffset int) { func
176 eb.MoveCursorTo(eb.cursor_boffset - size)
184 eb.MoveCursorTo(eb.cursor_boffset + size)
188 eb.MoveCursorTo(0)
192 eb.MoveCursorTo(len(eb.text))
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/textfield/
H A Dtextfield_model.h135 bool MoveCursorTo(const gfx::SelectionModel& cursor);
138 bool MoveCursorTo(size_t pos);
142 bool MoveCursorTo(const gfx::Point& point, bool select);

1234567