/third_party/cef/include/views/ |
D | cef_view_delegate.h | 104 virtual void OnChildViewChanged(CefRefPtr<CefView> view, in OnChildViewChanged() function
|
/third_party/cef/libcef_dll/ctocpp/views/ |
D | view_delegate_ctocpp.h | 46 void OnChildViewChanged(CefRefPtr<CefView> view,
|
D | panel_delegate_ctocpp.h | 47 void OnChildViewChanged(CefRefPtr<CefView> view,
|
D | textfield_delegate_ctocpp.h | 52 void OnChildViewChanged(CefRefPtr<CefView> view,
|
D | button_delegate_ctocpp.h | 51 void OnChildViewChanged(CefRefPtr<CefView> view,
|
D | menu_button_delegate_ctocpp.h | 57 void OnChildViewChanged(CefRefPtr<CefView> view,
|
D | browser_view_delegate_ctocpp.h | 64 void OnChildViewChanged(CefRefPtr<CefView> view,
|
D | window_delegate_ctocpp.h | 66 void OnChildViewChanged(CefRefPtr<CefView> view,
|
D | panel_delegate_ctocpp.cc | 147 void CefPanelDelegateCToCpp::OnChildViewChanged(CefRefPtr<CefView> view, in OnChildViewChanged() function in CefPanelDelegateCToCpp
|
D | view_delegate_ctocpp.cc | 147 void CefViewDelegateCToCpp::OnChildViewChanged(CefRefPtr<CefView> view, in OnChildViewChanged() function in CefViewDelegateCToCpp
|
D | textfield_delegate_ctocpp.cc | 192 void CefTextfieldDelegateCToCpp::OnChildViewChanged(CefRefPtr<CefView> view, in OnChildViewChanged() function in CefTextfieldDelegateCToCpp
|
D | button_delegate_ctocpp.cc | 187 void CefButtonDelegateCToCpp::OnChildViewChanged(CefRefPtr<CefView> view, in OnChildViewChanged() function in CefButtonDelegateCToCpp
|
D | menu_button_delegate_ctocpp.cc | 219 void CefMenuButtonDelegateCToCpp::OnChildViewChanged(CefRefPtr<CefView> view, in OnChildViewChanged() function in CefMenuButtonDelegateCToCpp
|
D | browser_view_delegate_ctocpp.cc | 287 void CefBrowserViewDelegateCToCpp::OnChildViewChanged( in OnChildViewChanged() function in CefBrowserViewDelegateCToCpp
|
D | window_delegate_ctocpp.cc | 437 void CefWindowDelegateCToCpp::OnChildViewChanged(CefRefPtr<CefView> view, in OnChildViewChanged() function in CefWindowDelegateCToCpp
|
/third_party/cef/libcef_dll/cpptoc/views/ |
D | view_delegate_cpptoc.cc | 171 CefViewDelegateCppToC::Get(self)->OnChildViewChanged( in view_delegate_on_child_view_changed()
|
D | panel_delegate_cpptoc.cc | 171 ->OnChildViewChanged(CefViewCToCpp::Wrap(view), added ? true : false, in panel_delegate_on_child_view_changed()
|
D | textfield_delegate_cpptoc.cc | 226 ->OnChildViewChanged(CefViewCToCpp::Wrap(view), added ? true : false, in textfield_delegate_on_child_view_changed()
|
D | button_delegate_cpptoc.cc | 212 ->OnChildViewChanged(CefViewCToCpp::Wrap(view), added ? true : false, in button_delegate_on_child_view_changed()
|
D | menu_button_delegate_cpptoc.cc | 251 ->OnChildViewChanged(CefViewCToCpp::Wrap(view), added ? true : false, in menu_button_delegate_on_child_view_changed()
|
D | browser_view_delegate_cpptoc.cc | 320 ->OnChildViewChanged(CefViewCToCpp::Wrap(view), added ? true : false, in browser_view_delegate_on_child_view_changed()
|
D | window_delegate_cpptoc.cc | 475 ->OnChildViewChanged(CefViewCToCpp::Wrap(view), added ? true : false, in window_delegate_on_child_view_changed()
|
/third_party/cef/libcef/browser/views/ |
D | view_view.h | 218 cef_delegate()->OnChildViewChanged(GetCefView(), details.is_add, child); in NotifyChildViewChanged()
|
/third_party/cef/tests/ceftests/views/ |
D | panel_unittest.cc | 99 void OnChildViewChanged(CefRefPtr<CefView> view, in OnChildViewChanged() function in __anon296fe8d30211::ParentPanelDelegate 152 void OnChildViewChanged(CefRefPtr<CefView> view, in OnChildViewChanged() function in __anon296fe8d30211::ChildPanelDelegate
|