Searched refs:GetGroupId (Results 1 – 8 of 8) sorted by relevance
71 int GetGroupId(int command_id) override;
514 NO_SANITIZE("cfi-icall") int CefMenuModelCToCpp::GetGroupId(int command_id) { in GetGroupId() function in CefMenuModelCToCpp
231 virtual int GetGroupId(int command_id) = 0;
83 int GetGroupId(int command_id) override;
102 int GetGroupId(int command_id) override;
273 int CefSimpleMenuModelImpl::GetGroupId(int command_id) { in GetGroupId() function in CefSimpleMenuModelImpl
463 int CefMenuModelImpl::GetGroupId(int command_id) { in GetGroupId() function in CefMenuModelImpl
532 int _retval = CefMenuModelCppToC::Get(self)->GetGroupId(command_id); in menu_model_get_group_id()