Searched refs:SetGroupId (Results 1 – 8 of 8) sorted by relevance
73 bool SetGroupId(int command_id, int group_id) override;
547 bool CefMenuModelCToCpp::SetGroupId(int command_id, int group_id) { in SetGroupId() function in CefMenuModelCToCpp
243 virtual bool SetGroupId(int command_id, int group_id) = 0;
85 bool SetGroupId(int command_id, int group_id) override;
104 bool SetGroupId(int command_id, int group_id) override;
284 bool CefSimpleMenuModelImpl::SetGroupId(int command_id, int group_id) { in SetGroupId() function in CefSimpleMenuModelImpl
476 bool CefMenuModelImpl::SetGroupId(int command_id, int group_id) { in SetGroupId() function in CefMenuModelImpl
568 CefMenuModelCppToC::Get(self)->SetGroupId(command_id, group_id); in menu_model_set_group_id()