Home
last modified time | relevance | path

Searched refs:l_param (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/libcef/browser/native/
Dnative_menu_win.cc381 LPARAM l_param, in ProcessWindowMessage() argument
385 OnMenuCommand(w_param, reinterpret_cast<HMENU>(l_param)); in ProcessWindowMessage()
392 OnMeasureItem(w_param, reinterpret_cast<MEASUREITEMSTRUCT*>(l_param)); in ProcessWindowMessage()
396 OnDrawItem(w_param, reinterpret_cast<DRAWITEMSTRUCT*>(l_param)); in ProcessWindowMessage()
407 LPARAM l_param) { in MenuHostWindowProc() argument
412 if (!host || !host->ProcessWindowMessage(window, message, w_param, l_param, in MenuHostWindowProc()
414 return DefWindowProc(window, message, w_param, l_param); in MenuHostWindowProc()
598 LPARAM l_param) { in MenuMessageHook() argument
599 LRESULT result = CallNextHookEx(NULL, n_code, w_param, l_param); in MenuMessageHook()
605 MSG* msg = reinterpret_cast<MSG*>(l_param); in MenuMessageHook()
Dnative_menu_win.h110 LPARAM l_param);
/third_party/cef/patch/patches/
Dviews_widget.patch414 - return (ui::RerouteMouseWheel(hwnd(), w_param, l_param) ||
418 + if (ui::RerouteMouseWheel(hwnd(), w_param, l_param) ||