Home | History | Annotate | Download | only in menu

Lines Matching refs:NativeMenuWin

27 class VIEWS_EXPORT NativeMenuWin : public MenuWrapper {
29 // Construct a NativeMenuWin, with a model and delegate. If |system_menu_for|
30 // is non-NULL, the NativeMenuWin wraps the system menu for that window.
32 NativeMenuWin(ui::MenuModel* model, HWND system_menu_for);
33 virtual ~NativeMenuWin();
147 NativeMenuWin* menu_to_select_;
149 base::WeakPtrFactory<NativeMenuWin> menu_to_select_factory_;
152 NativeMenuWin* parent_;
162 static NativeMenuWin* open_native_menu_win_;
164 DISALLOW_COPY_AND_ASSIGN(NativeMenuWin);