/third_party/cef/include/views/ |
D | cef_view_delegate.h | 92 virtual void OnParentViewChanged(CefRefPtr<CefView> view, in OnParentViewChanged() function
|
/third_party/cef/libcef_dll/ctocpp/views/ |
D | panel_delegate_ctocpp.h | 44 void OnParentViewChanged(CefRefPtr<CefView> view,
|
D | view_delegate_ctocpp.h | 43 void OnParentViewChanged(CefRefPtr<CefView> view,
|
D | button_delegate_ctocpp.h | 48 void OnParentViewChanged(CefRefPtr<CefView> view,
|
D | textfield_delegate_ctocpp.h | 49 void OnParentViewChanged(CefRefPtr<CefView> view,
|
D | menu_button_delegate_ctocpp.h | 54 void OnParentViewChanged(CefRefPtr<CefView> view,
|
D | browser_view_delegate_ctocpp.h | 61 void OnParentViewChanged(CefRefPtr<CefView> view,
|
D | window_delegate_ctocpp.h | 63 void OnParentViewChanged(CefRefPtr<CefView> view,
|
D | panel_delegate_ctocpp.cc | 120 void CefPanelDelegateCToCpp::OnParentViewChanged(CefRefPtr<CefView> view, in OnParentViewChanged() function in CefPanelDelegateCToCpp
|
D | view_delegate_ctocpp.cc | 121 void CefViewDelegateCToCpp::OnParentViewChanged(CefRefPtr<CefView> view, in OnParentViewChanged() function in CefViewDelegateCToCpp
|
D | button_delegate_ctocpp.cc | 160 void CefButtonDelegateCToCpp::OnParentViewChanged(CefRefPtr<CefView> view, in OnParentViewChanged() function in CefButtonDelegateCToCpp
|
D | textfield_delegate_ctocpp.cc | 164 void CefTextfieldDelegateCToCpp::OnParentViewChanged( in OnParentViewChanged() function in CefTextfieldDelegateCToCpp
|
D | menu_button_delegate_ctocpp.cc | 191 void CefMenuButtonDelegateCToCpp::OnParentViewChanged( in OnParentViewChanged() function in CefMenuButtonDelegateCToCpp
|
D | browser_view_delegate_ctocpp.cc | 259 void CefBrowserViewDelegateCToCpp::OnParentViewChanged( in OnParentViewChanged() function in CefBrowserViewDelegateCToCpp
|
D | window_delegate_ctocpp.cc | 410 void CefWindowDelegateCToCpp::OnParentViewChanged(CefRefPtr<CefView> view, in OnParentViewChanged() function in CefWindowDelegateCToCpp
|
/third_party/cef/libcef_dll/cpptoc/views/ |
D | view_delegate_cpptoc.cc | 144 CefViewDelegateCppToC::Get(self)->OnParentViewChanged( in view_delegate_on_parent_view_changed()
|
D | panel_delegate_cpptoc.cc | 144 ->OnParentViewChanged(CefViewCToCpp::Wrap(view), added ? true : false, in panel_delegate_on_parent_view_changed()
|
D | button_delegate_cpptoc.cc | 185 ->OnParentViewChanged(CefViewCToCpp::Wrap(view), added ? true : false, in button_delegate_on_parent_view_changed()
|
D | textfield_delegate_cpptoc.cc | 198 ->OnParentViewChanged(CefViewCToCpp::Wrap(view), added ? true : false, in textfield_delegate_on_parent_view_changed()
|
D | menu_button_delegate_cpptoc.cc | 223 ->OnParentViewChanged(CefViewCToCpp::Wrap(view), added ? true : false, in menu_button_delegate_on_parent_view_changed()
|
D | browser_view_delegate_cpptoc.cc | 292 ->OnParentViewChanged(CefViewCToCpp::Wrap(view), added ? true : false, in browser_view_delegate_on_parent_view_changed()
|
D | window_delegate_cpptoc.cc | 448 ->OnParentViewChanged(CefViewCToCpp::Wrap(view), added ? true : false, in window_delegate_on_parent_view_changed()
|
/third_party/cef/libcef/browser/views/ |
D | view_view.h | 236 cef_delegate()->OnParentViewChanged(GetCefView(), details.is_add, parent); in NotifyParentViewChanged()
|
/third_party/cef/tests/ceftests/views/ |
D | panel_unittest.cc | 93 void OnParentViewChanged(CefRefPtr<CefView> view, in OnParentViewChanged() function in __anon77f3d1110211::ParentPanelDelegate 142 void OnParentViewChanged(CefRefPtr<CefView> view, in OnParentViewChanged() function in __anon77f3d1110211::ChildPanelDelegate
|