Home
last modified time | relevance | path

Searched refs:HMENU (Results 1 – 20 of 20) sorted by relevance

/third_party/cef/libcef/browser/native/
Dnative_menu_win.h43 HMENU GetNativeMenu() const override;
104 static bool GetHighlightedMenuItemInfo(HMENU menu,
115 HMENU menu_;
Dnative_menu_win.cc119 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()
Dmenu_wrapper.h53 virtual HMENU GetNativeMenu() const = 0;
Dmenu_2.h66 HMENU GetNativeMenu() const;
Dmenu_2.cc18 HMENU Menu2::GetNativeMenu() const { in GetNativeMenu()
/third_party/cef/include/internal/
Dcef_types_win.h72 HMENU menu;
/third_party/cef/tests/cefclient/browser/
Droot_window_win.cc884 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/
Dwin32-videooverlay-playbin.c190 wr.right - wr.left, wr.bottom - wr.top, (HWND) NULL, (HMENU) NULL, in main()
Dwin32-videooverlay.c531 wr.right - wr.left, wr.bottom - wr.top, (HWND) NULL, (HMENU) NULL, in main()
/third_party/python/Lib/ctypes/
Dwintypes.py79 HMENU = HANDLE variable
/third_party/gstreamer/gstplugins_bad/tests/examples/d3d11/
Dd3d11videosink.c278 wr.right - wr.left, wr.bottom - wr.top, (HWND) NULL, (HMENU) NULL, in main()
Dd3d11videosink-shared-texture-d3d9ex.cpp293 wr.right - wr.left, wr.bottom - wr.top, (HWND) NULL, (HMENU) NULL, in main()
Dd3d11videosink-shared-texture.cpp310 wr.right - wr.left, wr.bottom - wr.top, (HWND) NULL, (HMENU) NULL, in main()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/win32/
Dgstvkwindow_win32.c337 x, y, 0, 0, (HWND) NULL, (HMENU) NULL, hinstance, window_win32); in gst_vulkan_window_win32_create_window()
/third_party/curl/tests/server/
Dutil.c690 (HWND)NULL, (HMENU)NULL, in main_window_loop()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/win32/
Dgstglwindow_win32.c285 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/
DVisualPng.c153 static HMENU hMenu; in WndProc()
/third_party/libpng/contrib/visupng/
DVisualPng.c153 static HMENU hMenu; in WndProc()
/third_party/flutter/skia/third_party/externals/libpng/contrib/visupng/
DVisualPng.c153 static HMENU hMenu; in WndProc()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11window_win32.cpp496 0, 0, (HWND) NULL, (HMENU) NULL, hinstance, self); in gst_d3d11_window_win32_create_internal_window()