/third_party/cef/libcef/browser/native/ |
D | native_menu_win.h | 43 HMENU GetNativeMenu() const override; 104 static bool GetHighlightedMenuItemInfo(HMENU menu, 115 HMENU menu_;
|
D | native_menu_win.cc | 119 static CefNativeMenuWin* GetCefNativeMenuWinFromHMENU(HMENU hmenu) { in GetCefNativeMenuWinFromHMENU() 166 int GetMenuItemIndexFromWPARAM(HMENU menu, WPARAM w_param) const { in GetMenuItemIndexFromWPARAM() 191 void OnMenuCommand(int position, HMENU menu) { in OnMenuCommand() 385 OnMenuCommand(w_param, reinterpret_cast<HMENU>(l_param)); in ProcessWindowMessage() 549 HMENU CefNativeMenuWin::GetNativeMenu() const { in GetNativeMenu() 574 HMENU menu, in GetHighlightedMenuItemInfo() 580 HMENU submenu = GetSubMenu(menu, i); in GetHighlightedMenuItemInfo()
|
D | menu_wrapper.h | 53 virtual HMENU GetNativeMenu() const = 0;
|
D | menu_2.h | 66 HMENU GetNativeMenu() const;
|
D | menu_2.cc | 18 HMENU Menu2::GetNativeMenu() const { in GetNativeMenu()
|
/third_party/cef/include/internal/ |
D | cef_types_win.h | 72 HMENU menu;
|
/third_party/cef/tests/cefclient/browser/ |
D | root_window_win.cc | 884 reinterpret_cast<HMENU>(IDC_NAV_BACK), hInstance, 0); in OnCreate() 892 reinterpret_cast<HMENU>(IDC_NAV_FORWARD), hInstance, 0); in OnCreate() 900 reinterpret_cast<HMENU>(IDC_NAV_RELOAD), hInstance, 0); in OnCreate() 907 reinterpret_cast<HMENU>(IDC_NAV_STOP), hInstance, 0); in OnCreate() 928 HMENU hMenu = ::GetMenu(hwnd_); in OnCreate() 930 HMENU hTestMenu = ::GetSubMenu(hMenu, 2); in OnCreate()
|
/third_party/gstreamer/gstplugins_base/tests/examples/overlay/ |
D | win32-videooverlay-playbin.c | 190 wr.right - wr.left, wr.bottom - wr.top, (HWND) NULL, (HMENU) NULL, in main()
|
D | win32-videooverlay.c | 531 wr.right - wr.left, wr.bottom - wr.top, (HWND) NULL, (HMENU) NULL, in main()
|
/third_party/python/Lib/ctypes/ |
D | wintypes.py | 79 HMENU = HANDLE variable
|
/third_party/gstreamer/gstplugins_bad/tests/examples/d3d11/ |
D | d3d11videosink.c | 278 wr.right - wr.left, wr.bottom - wr.top, (HWND) NULL, (HMENU) NULL, in main()
|
D | d3d11videosink-shared-texture-d3d9ex.cpp | 293 wr.right - wr.left, wr.bottom - wr.top, (HWND) NULL, (HMENU) NULL, in main()
|
D | d3d11videosink-shared-texture.cpp | 310 wr.right - wr.left, wr.bottom - wr.top, (HWND) NULL, (HMENU) NULL, in main()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/win32/ |
D | gstvkwindow_win32.c | 337 x, y, 0, 0, (HWND) NULL, (HMENU) NULL, hinstance, window_win32); in gst_vulkan_window_win32_create_window()
|
/third_party/curl/tests/server/ |
D | util.c | 690 (HWND)NULL, (HMENU)NULL, in main_window_loop()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/win32/ |
D | gstglwindow_win32.c | 285 x, y, 0, 0, (HWND) NULL, (HMENU) NULL, hinstance, window_win32); in gst_gl_window_win32_create_window()
|
/third_party/skia/third_party/externals/libpng/contrib/visupng/ |
D | VisualPng.c | 153 static HMENU hMenu; in WndProc()
|
/third_party/libpng/contrib/visupng/ |
D | VisualPng.c | 153 static HMENU hMenu; in WndProc()
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/visupng/ |
D | VisualPng.c | 153 static HMENU hMenu; in WndProc()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11window_win32.cpp | 496 0, 0, (HWND) NULL, (HMENU) NULL, hinstance, self); in gst_d3d11_window_win32_create_internal_window()
|