Searched refs:GetCommandIdAt (Results 1 – 9 of 9) sorted by relevance
225 int CefSimpleMenuModelImpl::GetCommandIdAt(int index) { in GetCommandIdAt() function in CefSimpleMenuModelImpl229 return model_->GetCommandIdAt(index); in GetCommandIdAt()375 return SetChecked(GetCommandIdAt(index), checked); in SetCheckedAt()417 return SetAccelerator(GetCommandIdAt(index), key_code, shift_pressed, in SetAcceleratorAt()429 return RemoveAccelerator(GetCommandIdAt(index)); in RemoveAcceleratorAt()
66 int GetCommandIdAt(int index) const override { in GetCommandIdAt() function in __anonef9d7b700111::CefSimpleMenuModel67 return impl_->GetCommandIdAt(index); in GetCommandIdAt()402 int CefMenuModelImpl::GetCommandIdAt(int index) { in GetCommandIdAt() function in CefMenuModelImpl775 const int command_id = GetCommandIdAt(index); in ActivatedAt()
75 int GetCommandIdAt(int index) override;
94 int GetCommandIdAt(int index) override;
63 int GetCommandIdAt(int index) override;
366 NO_SANITIZE("cfi-icall") int CefMenuModelCToCpp::GetCommandIdAt(int index) { in GetCommandIdAt() function in CefMenuModelCToCpp
182 virtual int GetCommandIdAt(int index) = 0;
667 mii.wID = model_->GetCommandIdAt(model_index); in AddMenuItemAt()
380 int _retval = CefMenuModelCppToC::Get(self)->GetCommandIdAt(index); in menu_model_get_command_id_at()