Home
last modified time | relevance | path

Searched defs:UnhandledCloseSubmenu (Results 1 – 5 of 5) sorted by relevance

/third_party/cef/include/
Dcef_menu_model_delegate.h83 virtual void UnhandledCloseSubmenu(CefRefPtr<CefMenuModel> menu_model, in UnhandledCloseSubmenu() function
/third_party/cef/libcef/browser/
Dmenu_model_impl.h39 virtual void UnhandledCloseSubmenu(CefRefPtr<CefMenuModelImpl> source, in UnhandledCloseSubmenu() function
Dmenu_model_impl.cc148 void UnhandledCloseSubmenu(bool is_rtl) override { in UnhandledCloseSubmenu() function in __anondb1ec2500111::CefSimpleMenuModel
804 void CefMenuModelImpl::UnhandledCloseSubmenu(bool is_rtl) { in UnhandledCloseSubmenu() function in CefMenuModelImpl
/third_party/cef/libcef_dll/ctocpp/
Dmenu_model_delegate_ctocpp.cc89 void CefMenuModelDelegateCToCpp::UnhandledCloseSubmenu( in UnhandledCloseSubmenu() function in CefMenuModelDelegateCToCpp
/third_party/cef/tests/cefclient/browser/
Dviews_menu_bar.cc237 void ViewsMenuBar::UnhandledCloseSubmenu(CefRefPtr<CefMenuModel> menu_model, in UnhandledCloseSubmenu() function in client::ViewsMenuBar