Searched refs:MouseMoveAt (Results 1 – 6 of 6) sorted by relevance
101 virtual void MouseMoveAt(const gfx::Point& mouse_position) = 0;
138 virtual void MouseMoveAt(const gfx::Point& viewport_point) OVERRIDE;
1547 host_impl_->MouseMoveAt(gfx::Point(1, 1)); in SetupMouseMoveAtWithDeviceScale()1550 host_impl_->MouseMoveAt(gfx::Point(200, 50)); in SetupMouseMoveAtWithDeviceScale()1553 host_impl_->MouseMoveAt(gfx::Point(184, 100)); in SetupMouseMoveAtWithDeviceScale()1557 host_impl_->MouseMoveAt(gfx::Point(184, 100)); in SetupMouseMoveAtWithDeviceScale()1562 host_impl_->MouseMoveAt(gfx::Point(290, 100)); in SetupMouseMoveAtWithDeviceScale()1564 host_impl_->MouseMoveAt(gfx::Point(290, 120)); in SetupMouseMoveAtWithDeviceScale()1566 host_impl_->MouseMoveAt(gfx::Point(150, 120)); in SetupMouseMoveAtWithDeviceScale()
2627 void LayerTreeHostImpl::MouseMoveAt(const gfx::Point& viewport_point) { in MouseMoveAt() function in cc::LayerTreeHostImpl
351 input_handler_->MouseMoveAt(gfx::Point(mouse_event.x, mouse_event.y)); in HandleInputEvent()
110 virtual void MouseMoveAt(const gfx::Point& mouse_position) OVERRIDE {} in MouseMoveAt() function in content::__anonb051d01f0111::MockInputHandler