OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetNativeMenu
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/controls/menu/
menu_2.cc
20
HMENU Menu2::
GetNativeMenu
() const {
21
return wrapper_->
GetNativeMenu
();
native_menu_win.cc
509
HMENU NativeMenuWin::
GetNativeMenu
() const {
636
mii.hSubMenu = item_data->submenu->
GetNativeMenu
();
Completed in 43 milliseconds