Home
last modified time | relevance | path

Searched refs:NotificationMenuModel (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/message_center/
Dmessage_center_tray.cc26 class NotificationMenuModel : public ui::SimpleMenuModel, class
29 NotificationMenuModel(MessageCenterTray* tray,
32 virtual ~NotificationMenuModel();
45 DISALLOW_COPY_AND_ASSIGN(NotificationMenuModel);
48 NotificationMenuModel::NotificationMenuModel( in NotificationMenuModel() function in message_center::__anonf65885fb0111::NotificationMenuModel
66 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 …]