OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetNativeMenu
(Results
1 - 6
of
6
) 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
507
HMENU NativeMenuWin::
GetNativeMenu
() const {
634
mii.hSubMenu = item_data->submenu->
GetNativeMenu
();
/external/chromium/chrome/browser/ui/views/tab_contents/
render_view_context_menu_views.h
24
return (menu_.get() ? menu_->
GetNativeMenu
() : NULL);
Completed in 451 milliseconds