Home
last modified time | relevance | path

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

/external/chromium_org/ui/views/examples/
Dmenu_example.cc25 class ExampleMenuModel : public ui::SimpleMenuModel, class
28 ExampleMenuModel();
58 DISALLOW_COPY_AND_ASSIGN(ExampleMenuModel);
73 scoped_ptr<ExampleMenuModel> menu_model_;
81 ExampleMenuModel::ExampleMenuModel() in ExampleMenuModel() function in views::examples::__anon195d047b0111::ExampleMenuModel
104 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()