Home
last modified time | relevance | path

Searched refs:SetCommandIdAt (Results 1 – 8 of 8) sorted by relevance

/third_party/cef/libcef_dll/ctocpp/
Dmenu_model_ctocpp.h64 bool SetCommandIdAt(int index, int command_id) override;
Dmenu_model_ctocpp.cc383 bool CefMenuModelCToCpp::SetCommandIdAt(int index, int command_id) { in SetCommandIdAt() function in CefMenuModelCToCpp
/third_party/cef/include/
Dcef_menu_model.h188 virtual bool SetCommandIdAt(int index, int command_id) = 0;
/third_party/cef/libcef/browser/
Dsimple_menu_model_impl.h76 bool SetCommandIdAt(int index, int command_id) override;
Dmenu_model_impl.h95 bool SetCommandIdAt(int index, int command_id) override;
Dsimple_menu_model_impl.cc232 bool CefSimpleMenuModelImpl::SetCommandIdAt(int index, int command_id) { in SetCommandIdAt() function in CefSimpleMenuModelImpl
Dmenu_model_impl.cc411 bool CefMenuModelImpl::SetCommandIdAt(int index, int command_id) { in SetCommandIdAt() function in CefMenuModelImpl
/third_party/cef/libcef_dll/cpptoc/
Dmenu_model_cpptoc.cc399 CefMenuModelCppToC::Get(self)->SetCommandIdAt(index, command_id); in menu_model_set_command_id_at()