Home
last modified time | relevance | path

Searched refs:screen_y (Results 1 – 7 of 7) sorted by relevance

/third_party/cef/include/views/
Dcef_window.h311 virtual void SendMouseMove(int screen_x, int screen_y) = 0;
/third_party/cef/include/capi/views/
Dcef_window_capi.h298 int screen_y);
/third_party/cef/libcef/browser/views/
Dwindow_impl.h77 void SendMouseMove(int screen_x, int screen_y) override;
Dwindow_impl.cc550 void CefWindowImpl::SendMouseMove(int screen_x, int screen_y) { in SendMouseMove() argument
554 gfx::Point point(screen_x, screen_y); in SendMouseMove()
/third_party/cef/libcef_dll/ctocpp/views/
Dwindow_ctocpp.h74 void SendMouseMove(int screen_x, int screen_y) override;
Dwindow_ctocpp.cc570 void CefWindowCToCpp::SendMouseMove(int screen_x, int screen_y) { in SendMouseMove() argument
580 _struct->send_mouse_move(_struct, screen_x, screen_y); in SendMouseMove()
/third_party/cef/libcef_dll/cpptoc/views/
Dwindow_cpptoc.cc578 int screen_y) { in window_send_mouse_move() argument
588 CefWindowCppToC::Get(self)->SendMouseMove(screen_x, screen_y); in window_send_mouse_move()