Searched refs:l_param (Results 1 – 3 of 3) sorted by relevance
/third_party/cef/libcef/browser/native/ |
D | native_menu_win.cc | 381 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()
|
D | native_menu_win.h | 110 LPARAM l_param);
|
/third_party/cef/patch/patches/ |
D | views_widget.patch | 414 - return (ui::RerouteMouseWheel(hwnd(), w_param, l_param) || 418 + if (ui::RerouteMouseWheel(hwnd(), w_param, l_param) ||
|