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

  /external/chromium_org/ui/views/controls/menu/
menu_2.cc 20 HMENU Menu2::GetNativeMenu() const {
21 return wrapper_->GetNativeMenu();
menu_2.h 65 HMENU GetNativeMenu() const;
menu_wrapper.h 55 virtual HMENU GetNativeMenu() const = 0;
native_menu_win.h 40 virtual HMENU GetNativeMenu() const OVERRIDE;
native_menu_win.cc 509 HMENU NativeMenuWin::GetNativeMenu() const {
636 mii.hSubMenu = item_data->submenu->GetNativeMenu();

Completed in 59 milliseconds