Searched refs:NotificationMenuModel (Results 1 – 1 of 1) sorted by relevance
26 class NotificationMenuModel : public ui::SimpleMenuModel, class29 NotificationMenuModel(MessageCenterTray* tray,32 virtual ~NotificationMenuModel();45 DISALLOW_COPY_AND_ASSIGN(NotificationMenuModel);48 NotificationMenuModel::NotificationMenuModel( in NotificationMenuModel() function in message_center::__anonf65885fb0111::NotificationMenuModel66 NotificationMenuModel::~NotificationMenuModel() { in ~NotificationMenuModel()69 bool NotificationMenuModel::IsCommandIdChecked(int command_id) const { in IsCommandIdChecked()73 bool NotificationMenuModel::IsCommandIdEnabled(int command_id) const { in IsCommandIdEnabled()77 bool NotificationMenuModel::GetAcceleratorForCommandId( in GetAcceleratorForCommandId()83 void NotificationMenuModel::ExecuteCommand(int command_id, int event_flags) { in ExecuteCommand()[all …]