HomeSort by relevance Sort by last modified time
    Searched refs:HMENU (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium_org/ui/views/controls/menu/
menu_insertion_delegate_win.h 15 virtual int GetInsertionIndex(HMENU native_menu) = 0;
native_menu_win.h 40 virtual HMENU GetNativeMenu() const OVERRIDE;
103 static bool GetHighlightedMenuItemInfo(HMENU menu,
113 HMENU menu_;
menu_2.h 65 HMENU GetNativeMenu() const;
menu_wrapper.h 55 virtual HMENU GetNativeMenu() const = 0;
menu_2.cc 20 HMENU Menu2::GetNativeMenu() const {
native_menu_win.cc 67 // Returns the NativeMenuWin for a particular HMENU.
68 static NativeMenuWin* GetNativeMenuWinFromHMENU(HMENU hmenu) {
72 GetMenuInfo(hmenu, &mi);
122 int GetMenuItemIndexFromWPARAM(HMENU menu, WPARAM w_param) const {
147 void OnMenuCommand(int position, HMENU menu) {
162 void OnMenuSelect(WPARAM w_param, HMENU menu) {
329 OnMenuCommand(w_param, reinterpret_cast<HMENU>(l_param));
333 OnMenuSelect(LOWORD(w_param), reinterpret_cast<HMENU>(l_param));
509 HMENU NativeMenuWin::GetNativeMenu() const
    [all...]
menu.h 231 virtual HMENU GetMenuHandle() const = 0;
  /external/chromium_org/chrome/browser/ui/views/frame/
system_menu_insertion_delegate_win.cc 11 int SystemMenuInsertionDelegateWin::GetInsertionIndex(HMENU native_menu) {
system_menu_insertion_delegate_win.h 21 virtual int GetInsertionIndex(HMENU native_menu) OVERRIDE;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wfext.h 91 HMENU hMenu;
98 HMENU hMenu;
122 HMENU hMenu;
128 HMENU hMenu;
smx.h 28 HMENU hMenu;
37 HMENU hMenu;
oleacc.h     [all...]
winuser.h 993 HMENU hmenuIn;
994 HMENU hmenuNext;
2617 HMENU hmenu; member in struct:tagMENUGETOBJECTINFO
    [all...]
umx.h 34 HMENU hMenu;
42 HMENU hMenu;
wownt32.h 31 #define HMENU_32(h16) ((HMENU) (WOWHandle32(h16,WOW_TYPE_HMENU)))
richole.h 98 STDMETHOD(GetContextMenu) (THIS_ WORD seltype,LPOLEOBJECT lpoleobj,CHARRANGE *lpchrg,HMENU *lphmenu) PURE;
windef.h 208 DECLARE_HANDLE(HMENU);
  /external/chromium_org/content/shell/browser/
shell_web_contents_view_delegate_win.cc 39 void MakeContextMenuItem(HMENU menu,
82 HMENU menu = CreateMenu();
83 HMENU sub_menu = CreatePopupMenu();
  /external/chromium_org/third_party/skia/include/views/
SkOSWindow_Win.h 82 HMENU fMBar;
  /external/skia/include/views/
SkOSWindow_Win.h 82 HMENU fMBar;
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_win.cc 178 (HMENU) NULL, // class menu used
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 82 HMENU = HANDLE
174 'HKL', 'HLOCAL', 'HMENU', 'HMETAFILE', 'HMODULE', 'HMONITOR',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 82 HMENU = HANDLE
174 'HKL', 'HLOCAL', 'HMENU', 'HMETAFILE', 'HMODULE', 'HMONITOR',
  /external/chromium_org/ui/gfx/win/
msg_util.h     [all...]
hwnd_util.cc 224 HMENU menu = GetSystemMenu(window, FALSE);

Completed in 1584 milliseconds

1 2