Lines Matching refs:MenuModel
16 - (NSMenu*)menuFromModel:(ui::MenuModel*)model; argument
31 - (id)initWithModel:(ui::MenuModel*)model
48 - (NSMenu*)menuFromModel:(ui::MenuModel*)model { argument
59 if (model->GetTypeAt(modelIndex) == ui::MenuModel::TYPE_SEPARATOR) {
83 fromModel:(ui::MenuModel*)model
101 ui::MenuModel::ItemType type = model->GetTypeAt(modelIndex);
102 if (type == ui::MenuModel::TYPE_SUBMENU) {
106 ui::MenuModel* submenuModel = model->GetSubmenuModelAt(modelIndex);
111 // The MenuModel works on indexes so we can't just set the command id as the
138 ui::MenuModel* model =
139 static_cast<ui::MenuModel*>(
167 ui::MenuModel* model =
168 static_cast<ui::MenuModel*>(