Home
last modified time | relevance | path

Searched refs:GetNativeMenu (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ui/views/controls/menu/
Dmenu_2.cc20 HMENU Menu2::GetNativeMenu() const { in GetNativeMenu() function in views::Menu2
21 return wrapper_->GetNativeMenu(); in GetNativeMenu()
Dmenu_wrapper.h55 virtual HMENU GetNativeMenu() const = 0;
Dmenu_2.h65 HMENU GetNativeMenu() const;
Dnative_menu_win.h40 virtual HMENU GetNativeMenu() const OVERRIDE;
Dnative_menu_win.cc509 HMENU NativeMenuWin::GetNativeMenu() const { in GetNativeMenu() function in views::NativeMenuWin
636 mii.hSubMenu = item_data->submenu->GetNativeMenu(); in AddMenuItemAt()