Home
last modified time | relevance | path

Searched refs:ConvertPointFromView (Results 1 – 25 of 30) sorted by relevance

12

/third_party/cef/libcef_dll/ctocpp/views/
Dview_ctocpp.h97 bool ConvertPointFromView(CefRefPtr<CefView> view, CefPoint& point) override;
Dscroll_view_ctocpp.h95 bool ConvertPointFromView(CefRefPtr<CefView> view, CefPoint& point) override;
Dbrowser_view_ctocpp.h91 bool ConvertPointFromView(CefRefPtr<CefView> view, CefPoint& point) override;
Dbutton_ctocpp.h95 bool ConvertPointFromView(CefRefPtr<CefView> view, CefPoint& point) override;
Dpanel_ctocpp.h108 bool ConvertPointFromView(CefRefPtr<CefView> view, CefPoint& point) override;
Dmenu_button_ctocpp.h114 bool ConvertPointFromView(CefRefPtr<CefView> view, CefPoint& point) override;
Dlabel_button_ctocpp.h110 bool ConvertPointFromView(CefRefPtr<CefView> view, CefPoint& point) override;
Dtextfield_ctocpp.h121 bool ConvertPointFromView(CefRefPtr<CefView> view, CefPoint& point) override;
Dwindow_ctocpp.h151 bool ConvertPointFromView(CefRefPtr<CefView> view, CefPoint& point) override;
Dview_ctocpp.cc804 bool CefViewCToCpp::ConvertPointFromView(CefRefPtr<CefView> view, in ConvertPointFromView() function in CefViewCToCpp
Dbutton_ctocpp.cc904 bool CefButtonCToCpp::ConvertPointFromView(CefRefPtr<CefView> view, in ConvertPointFromView() function in CefButtonCToCpp
Dbrowser_view_ctocpp.cc911 bool CefBrowserViewCToCpp::ConvertPointFromView(CefRefPtr<CefView> view, in ConvertPointFromView() function in CefBrowserViewCToCpp
Dscroll_view_ctocpp.cc944 bool CefScrollViewCToCpp::ConvertPointFromView(CefRefPtr<CefView> view, in ConvertPointFromView() function in CefScrollViewCToCpp
Dlabel_button_ctocpp.cc1118 bool CefLabelButtonCToCpp::ConvertPointFromView(CefRefPtr<CefView> view, in ConvertPointFromView() function in CefLabelButtonCToCpp
Dpanel_ctocpp.cc1036 bool CefPanelCToCpp::ConvertPointFromView(CefRefPtr<CefView> view, in ConvertPointFromView() function in CefPanelCToCpp
Dmenu_button_ctocpp.cc1162 bool CefMenuButtonCToCpp::ConvertPointFromView(CefRefPtr<CefView> view, in ConvertPointFromView() function in CefMenuButtonCToCpp
Dtextfield_ctocpp.cc1323 bool CefTextfieldCToCpp::ConvertPointFromView(CefRefPtr<CefView> view, in ConvertPointFromView() function in CefTextfieldCToCpp
/third_party/cef/include/views/
Dcef_view.h419 virtual bool ConvertPointFromView(CefRefPtr<CefView> view,
/third_party/cef/libcef/browser/views/
Dview_impl.h412 bool ConvertPointFromView(CefRefPtr<CefView> view, CefPoint& point) override;
731 CEF_VIEW_IMPL_T bool CEF_VIEW_IMPL_D::ConvertPointFromView( in ConvertPointFromView() function
/third_party/cef/tests/ceftests/views/
Dwindow_unittest.cc188 EXPECT_TRUE(view1->ConvertPointFromView(view2, point)); in RunWindowLayoutAndCoords()
191 EXPECT_TRUE(view2->ConvertPointFromView(view1, point)); in RunWindowLayoutAndCoords()
/third_party/cef/libcef_dll/cpptoc/views/
Dview_cpptoc.cc911 bool _retval = CefViewCppToC::Get(self)->ConvertPointFromView( in view_convert_point_from_view()
Dscroll_view_cpptoc.cc1143 ->ConvertPointFromView(CefViewCppToC::Unwrap(view), pointVal); in scroll_view_convert_point_from_view()
Dbrowser_view_cpptoc.cc1120 ->ConvertPointFromView(CefViewCppToC::Unwrap(view), pointVal); in browser_view_convert_point_from_view()
Dbutton_cpptoc.cc1072 ->ConvertPointFromView(CefViewCppToC::Unwrap(view), pointVal); in button_convert_point_from_view()
Dpanel_cpptoc.cc1200 ->ConvertPointFromView(CefViewCppToC::Unwrap(view), pointVal); in panel_convert_point_from_view()

12