Lines Matching refs:MenuModel
193 ui::MenuModel* model = menu_win->model_; in OnMenuCommand()
291 ui::MenuModel::ItemType type = in OnDrawItem()
312 DCHECK(type != ui::MenuModel::TYPE_CHECK); in OnDrawItem()
323 } else if (type == ui::MenuModel::TYPE_CHECK && in OnDrawItem()
441 CefNativeMenuWin::CefNativeMenuWin(ui::MenuModel* model, HWND system_menu_for) in CefNativeMenuWin()
523 if (model_->GetTypeAt(model_index) == ui::MenuModel::TYPE_SEPARATOR) in Rebuild()
658 ui::MenuModel::ItemType type = model_->GetTypeAt(model_index); in AddMenuItemAt()
659 if (type == ui::MenuModel::TYPE_SUBMENU) { in AddMenuItemAt()
665 if (type == ui::MenuModel::TYPE_RADIO) in AddMenuItemAt()
725 ui::MenuModel::ItemType type = model_->GetTypeAt(model_index); in UpdateMenuItemInfoForString()
729 if (type != ui::MenuModel::TYPE_SUBMENU) { in UpdateMenuItemInfoForString()
789 MenuWrapper* MenuWrapper::CreateWrapper(ui::MenuModel* model) { in CreateWrapper()