Home
last modified time | relevance | path

Searched defs:screen_point (Results 1 – 22 of 22) sorted by relevance

/third_party/cef/libcef/browser/native/
Dmenu_runner_win.cc26 const gfx::Point& screen_point = in RunContextMenu() local
Dmenu_runner_linux.cc22 const gfx::Point& screen_point = in RunContextMenu() local
/third_party/cef/libcef/browser/views/
Dmenu_runner_views.cc21 CefPoint screen_point(params.x, params.y); in RunContextMenu() local
Dmenu_button_impl.cc35 const CefPoint& screen_point, in ShowMenu()
Dwindow_impl.cc314 const CefPoint& screen_point, in ShowMenu()
446 const CefPoint& screen_point, in ShowMenu()
Dbrowser_platform_delegate_views.cc239 gfx::Point screen_point = view_pt; in GetScreenPoint() local
/third_party/cef/include/
Dcef_menu_model_delegate.h68 const CefPoint& screen_point) {} in MouseOutsideMenu()
/third_party/cef/tests/cefclient/browser/
Dviews_menu_bar.cc153 const CefPoint& screen_point, in OnMenuButtonPressed()
183 const CefPoint& screen_point) { in MouseOutsideMenu()
Dosr_dragdrop_win.cc49 POINT screen_point = {p.x, p.y}; in ToMouseEvent() local
Dviews_window.cc418 const CefPoint& screen_point, in OnMenuButtonPressed()
Dosr_window_win.cc733 POINT screen_point = {GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam)}; in OnMouseEvent() local
/third_party/cef/libcef/browser/
Dmenu_model_impl.h33 const gfx::Point& screen_point) {} in MouseOutsideMenu()
Dmenu_model_impl.cc140 void MouseOutsideMenu(const gfx::Point& screen_point) override { in MouseOutsideMenu()
782 void CefMenuModelImpl::MouseOutsideMenu(const gfx::Point& screen_point) { in MouseOutsideMenu()
1000 void CefMenuModelImpl::OnMouseOutsideMenu(const gfx::Point& screen_point) { in OnMouseOutsideMenu()
/third_party/cef/libcef_dll/ctocpp/
Dmenu_model_delegate_ctocpp.cc47 const CefPoint& screen_point) { in MouseOutsideMenu()
/third_party/cef/libcef_dll/cpptoc/
Dmenu_model_delegate_cpptoc.cc48 const cef_point_t* screen_point) { in menu_model_delegate_mouse_outside_menu()
/third_party/cef/tests/ceftests/views/
Dbutton_unittest.cc104 const CefPoint& screen_point, in OnMenuButtonPressed()
331 const CefPoint& screen_point, in OnMenuButtonPressed()
552 const CefPoint& screen_point, in OnMenuButtonPressed()
/third_party/cef/libcef_dll/ctocpp/views/
Dmenu_button_delegate_ctocpp.cc27 const CefPoint& screen_point, in OnMenuButtonPressed()
Dmenu_button_ctocpp.cc58 const CefPoint& screen_point, in ShowMenu()
Dwindow_ctocpp.cc439 const CefPoint& screen_point, in ShowMenu()
/third_party/cef/libcef_dll/cpptoc/views/
Dmenu_button_delegate_cpptoc.cc29 const cef_point_t* screen_point, in menu_button_delegate_on_menu_button_pressed()
Dmenu_button_cpptoc.cc60 const cef_point_t* screen_point, in menu_button_show_menu()
Dwindow_cpptoc.cc445 const cef_point_t* screen_point, in window_show_menu()