Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dwin32windowpicker.cc29 BOOL CALLBACK Win32WindowPicker::EnumProc(HWND hwnd, LPARAM l_param) { in EnumProc() argument
31 reinterpret_cast<WindowDescriptionList*>(l_param); in EnumProc()
74 LPARAM l_param) { in MonitorEnumProc() argument
76 reinterpret_cast<DesktopDescriptionList*>(l_param); in MonitorEnumProc()
Dwin32windowpicker.h30 static BOOL CALLBACK EnumProc(HWND hwnd, LPARAM l_param);
34 LPARAM l_param);
/external/google-breakpad/src/client/windows/tests/crash_generation_app/
Dcrash_generation_app.cc360 LPARAM l_param) { in WndProc() argument
402 return DefWindowProc(wnd, message, w_param, l_param); in WndProc()
423 LOWORD(l_param), // width of client area. in WndProc()
424 HIWORD(l_param), // height of client area. in WndProc()
439 return DefWindowProc(wnd, message, w_param, l_param); in WndProc()
449 LPARAM l_param) { in About() argument
450 UNREFERENCED_PARAMETER(l_param); in About()