Home
last modified time | relevance | path

Searched refs:OnParentViewChanged (Results 1 – 24 of 24) sorted by relevance

/third_party/cef/include/views/
Dcef_view_delegate.h92 virtual void OnParentViewChanged(CefRefPtr<CefView> view, in OnParentViewChanged() function
/third_party/cef/libcef_dll/ctocpp/views/
Dpanel_delegate_ctocpp.h44 void OnParentViewChanged(CefRefPtr<CefView> view,
Dview_delegate_ctocpp.h43 void OnParentViewChanged(CefRefPtr<CefView> view,
Dbutton_delegate_ctocpp.h48 void OnParentViewChanged(CefRefPtr<CefView> view,
Dtextfield_delegate_ctocpp.h49 void OnParentViewChanged(CefRefPtr<CefView> view,
Dmenu_button_delegate_ctocpp.h54 void OnParentViewChanged(CefRefPtr<CefView> view,
Dbrowser_view_delegate_ctocpp.h61 void OnParentViewChanged(CefRefPtr<CefView> view,
Dwindow_delegate_ctocpp.h63 void OnParentViewChanged(CefRefPtr<CefView> view,
Dpanel_delegate_ctocpp.cc120 void CefPanelDelegateCToCpp::OnParentViewChanged(CefRefPtr<CefView> view, in OnParentViewChanged() function in CefPanelDelegateCToCpp
Dview_delegate_ctocpp.cc121 void CefViewDelegateCToCpp::OnParentViewChanged(CefRefPtr<CefView> view, in OnParentViewChanged() function in CefViewDelegateCToCpp
Dbutton_delegate_ctocpp.cc160 void CefButtonDelegateCToCpp::OnParentViewChanged(CefRefPtr<CefView> view, in OnParentViewChanged() function in CefButtonDelegateCToCpp
Dtextfield_delegate_ctocpp.cc164 void CefTextfieldDelegateCToCpp::OnParentViewChanged( in OnParentViewChanged() function in CefTextfieldDelegateCToCpp
Dmenu_button_delegate_ctocpp.cc191 void CefMenuButtonDelegateCToCpp::OnParentViewChanged( in OnParentViewChanged() function in CefMenuButtonDelegateCToCpp
Dbrowser_view_delegate_ctocpp.cc259 void CefBrowserViewDelegateCToCpp::OnParentViewChanged( in OnParentViewChanged() function in CefBrowserViewDelegateCToCpp
Dwindow_delegate_ctocpp.cc410 void CefWindowDelegateCToCpp::OnParentViewChanged(CefRefPtr<CefView> view, in OnParentViewChanged() function in CefWindowDelegateCToCpp
/third_party/cef/libcef_dll/cpptoc/views/
Dview_delegate_cpptoc.cc144 CefViewDelegateCppToC::Get(self)->OnParentViewChanged( in view_delegate_on_parent_view_changed()
Dpanel_delegate_cpptoc.cc144 ->OnParentViewChanged(CefViewCToCpp::Wrap(view), added ? true : false, in panel_delegate_on_parent_view_changed()
Dbutton_delegate_cpptoc.cc185 ->OnParentViewChanged(CefViewCToCpp::Wrap(view), added ? true : false, in button_delegate_on_parent_view_changed()
Dtextfield_delegate_cpptoc.cc198 ->OnParentViewChanged(CefViewCToCpp::Wrap(view), added ? true : false, in textfield_delegate_on_parent_view_changed()
Dmenu_button_delegate_cpptoc.cc223 ->OnParentViewChanged(CefViewCToCpp::Wrap(view), added ? true : false, in menu_button_delegate_on_parent_view_changed()
Dbrowser_view_delegate_cpptoc.cc292 ->OnParentViewChanged(CefViewCToCpp::Wrap(view), added ? true : false, in browser_view_delegate_on_parent_view_changed()
Dwindow_delegate_cpptoc.cc448 ->OnParentViewChanged(CefViewCToCpp::Wrap(view), added ? true : false, in window_delegate_on_parent_view_changed()
/third_party/cef/libcef/browser/views/
Dview_view.h236 cef_delegate()->OnParentViewChanged(GetCefView(), details.is_add, parent); in NotifyParentViewChanged()
/third_party/cef/tests/ceftests/views/
Dpanel_unittest.cc93 void OnParentViewChanged(CefRefPtr<CefView> view, in OnParentViewChanged() function in __anon77f3d1110211::ParentPanelDelegate
142 void OnParentViewChanged(CefRefPtr<CefView> view, in OnParentViewChanged() function in __anon77f3d1110211::ChildPanelDelegate