Searched refs:ExampleMenuModel (Results 1 – 1 of 1) sorted by relevance
25 class ExampleMenuModel : public ui::SimpleMenuModel, class28 ExampleMenuModel();58 DISALLOW_COPY_AND_ASSIGN(ExampleMenuModel);73 scoped_ptr<ExampleMenuModel> menu_model_;81 ExampleMenuModel::ExampleMenuModel() in ExampleMenuModel() function in views::examples::__anon195d047b0111::ExampleMenuModel104 bool ExampleMenuModel::IsCommandIdChecked(int command_id) const { in IsCommandIdChecked()116 bool ExampleMenuModel::IsCommandIdEnabled(int command_id) const { in IsCommandIdEnabled()121 bool ExampleMenuModel::GetAcceleratorForCommandId( in GetAcceleratorForCommandId()128 void ExampleMenuModel::ExecuteCommand(int command_id, int event_flags) { in ExecuteCommand()205 menu_model_.reset(new ExampleMenuModel); in GetMenuModel()