Searched refs:ProfileMenuModel (Results 1 – 4 of 4) sorted by relevance
15 ProfileMenuModel::ProfileMenuModel() in ProfileMenuModel() function in views::ProfileMenuModel22 ProfileMenuModel::~ProfileMenuModel() { in ~ProfileMenuModel()25 void ProfileMenuModel::RunMenuAt(const gfx::Point& point) { in RunMenuAt()29 bool ProfileMenuModel::IsCommandIdChecked(int command_id) const { in IsCommandIdChecked()33 bool ProfileMenuModel::IsCommandIdEnabled(int command_id) const { in IsCommandIdEnabled()37 bool ProfileMenuModel::GetAcceleratorForCommandId(int command_id, in GetAcceleratorForCommandId()42 void ProfileMenuModel::ExecuteCommand(int command_id) { in ExecuteCommand()
25 class ProfileMenuModel : public ui::SimpleMenuModel,28 ProfileMenuModel();29 virtual ~ProfileMenuModel();43 DISALLOW_COPY_AND_ASSIGN(ProfileMenuModel);
22 class ProfileMenuModel; variable126 scoped_ptr<views::ProfileMenuModel> profile_menu_model_;
239 profile_menu_model_.reset(new views::ProfileMenuModel); in RunMenu()