Home
last modified time | relevance | path

Searched refs:GetSubMenuAt (Results 1 – 9 of 9) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Dviews_style.cc105 ApplyTo(menu_model->GetSubMenuAt(i)); in ApplyTo()
/third_party/cef/libcef/browser/
Dsimple_menu_model_impl.cc294 return GetSubMenuAt(GetIndexOf(command_id)); in GetSubMenu()
297 CefRefPtr<CefMenuModel> CefSimpleMenuModelImpl::GetSubMenuAt(int index) { in GetSubMenuAt() function in CefSimpleMenuModelImpl
Dsimple_menu_model_impl.h88 CefRefPtr<CefMenuModel> GetSubMenuAt(int index) override;
Dmenu_model_impl.cc134 CefRefPtr<CefMenuModel> submenu = impl_->GetSubMenuAt(index); in GetSubmenuModelAt()
492 return GetSubMenuAt(GetIndexOf(command_id)); in GetSubMenu()
495 CefRefPtr<CefMenuModel> CefMenuModelImpl::GetSubMenuAt(int index) { in GetSubMenuAt() function in CefMenuModelImpl
Dmenu_model_impl.h107 CefRefPtr<CefMenuModel> GetSubMenuAt(int index) override;
/third_party/cef/libcef_dll/ctocpp/
Dmenu_model_ctocpp.h76 CefRefPtr<CefMenuModel> GetSubMenuAt(int index) override;
Dmenu_model_ctocpp.cc598 CefRefPtr<CefMenuModel> CefMenuModelCToCpp::GetSubMenuAt(int index) { in GetSubMenuAt() function in CefMenuModelCToCpp
/third_party/cef/include/
Dcef_menu_model.h261 virtual CefRefPtr<CefMenuModel> GetSubMenuAt(int index) = 0;
/third_party/cef/libcef_dll/cpptoc/
Dmenu_model_cpptoc.cc622 CefMenuModelCppToC::Get(self)->GetSubMenuAt(index); in menu_model_get_sub_menu_at()