Home
last modified time | relevance | path

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

/external/webrtc/webrtc/test/win/
Dd3d_renderer.cc46 LRESULT WINAPI D3dRenderer::WindowProc(HWND hwnd, UINT msg, WPARAM wparam, in WindowProc() function in webrtc::test::D3dRenderer
143 wc.lpfnWndProc = WindowProc; in Create()
Dd3d_renderer.h36 static LRESULT WINAPI WindowProc(HWND hwnd, UINT msg, WPARAM wparam,
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c1106 WindowProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) in WindowProc() function
1137 wc.lpfnWndProc = WindowProc; in CreateBackground()