Searched refs:SetCommandIdAt (Results 1 – 8 of 8) sorted by relevance
64 bool SetCommandIdAt(int index, int command_id) override;
383 bool CefMenuModelCToCpp::SetCommandIdAt(int index, int command_id) { in SetCommandIdAt() function in CefMenuModelCToCpp
188 virtual bool SetCommandIdAt(int index, int command_id) = 0;
76 bool SetCommandIdAt(int index, int command_id) override;
95 bool SetCommandIdAt(int index, int command_id) override;
232 bool CefSimpleMenuModelImpl::SetCommandIdAt(int index, int command_id) { in SetCommandIdAt() function in CefSimpleMenuModelImpl
411 bool CefMenuModelImpl::SetCommandIdAt(int index, int command_id) { in SetCommandIdAt() function in CefMenuModelImpl
399 CefMenuModelCppToC::Get(self)->SetCommandIdAt(index, command_id); in menu_model_set_command_id_at()