Home | History | Annotate | Download | only in menu

Lines Matching refs:Menu2

12 Menu2::Menu2(ui::MenuModel* model)
18 Menu2::~Menu2() {}
20 HMENU Menu2::GetNativeMenu() const {
24 void Menu2::RunMenuAt(const gfx::Point& point, Alignment alignment) {
28 void Menu2::RunContextMenuAt(const gfx::Point& point) {
32 void Menu2::CancelMenu() {
36 void Menu2::Rebuild() {
40 void Menu2::UpdateStates() {
44 MenuWrapper::MenuAction Menu2::GetMenuAction() const {
48 void Menu2::AddMenuListener(MenuListener* listener) {
52 void Menu2::RemoveMenuListener(MenuListener* listener) {
56 void Menu2::SetMinimumWidth(int width) {