HomeSort by relevance Sort by last modified time
    Searched refs:NativeMenuWin (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ui/views/controls/menu/
native_menu_win.h 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);
    [all...]
native_menu_win.cc 51 struct NativeMenuWin::ItemData {
61 NativeMenuWin* native_menu_win;
67 // Returns the NativeMenuWin for a particular HMENU.
68 static NativeMenuWin* GetNativeMenuWinFromHMENU(HMENU hmenu) {
73 return reinterpret_cast<NativeMenuWin*>(mi.dwMenuData);
77 // structure we have constructed in NativeMenuWin.
78 class NativeMenuWin::MenuHostWindow {
80 explicit MenuHostWindow(NativeMenuWin* parent) : parent_(parent) {
142 NativeMenuWin::ItemData* GetItemData(ULONG_PTR item_data) {
143 return reinterpret_cast<NativeMenuWin::ItemData*>(item_data)
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_desktop_root_window_host_win.h 17 class NativeMenuWin;
32 views::NativeMenuWin* GetSystemMenu();
61 scoped_ptr<views::NativeMenuWin> system_menu_;
browser_frame_win.h 19 class NativeMenuWin;
92 views::NativeMenuWin* GetSystemMenu();
100 scoped_ptr<views::NativeMenuWin> system_menu_;
browser_desktop_root_window_host_win.cc 95 views::NativeMenuWin* BrowserDesktopRootWindowHostWin::GetSystemMenu() {
99 new views::NativeMenuWin(browser_frame_->GetSystemMenuModel(),
browser_frame_win.cc 143 views::NativeMenuWin* BrowserFrameWin::GetSystemMenu() {
147 new views::NativeMenuWin(browser_frame_->GetSystemMenuModel(),