Home
last modified time | relevance | path

Searched refs:WndProc (Results 1 – 16 of 16) sorted by relevance

/external/webrtc/webrtc/base/
Dwin32window.cc42 reinterpret_cast<LPCWSTR>(&Win32Window::WndProc), in Create()
53 wcex.lpfnWndProc = &Win32Window::WndProc; in Create()
90 LRESULT Win32Window::WndProc(HWND hwnd, UINT uMsg, in WndProc() function in rtc::Win32Window
Dwin32window.h46 static LRESULT CALLBACK WndProc(HWND hwnd, UINT uMsg, WPARAM wParam,
/external/icu/icu4c/source/samples/layout/
Dclayout.c42 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
86 wndclass.lpfnWndProc = WndProc; in WinMain()
124 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() function
Dlayout.cpp41 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
85 wndclass.lpfnWndProc = WndProc; in WinMain()
123 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() function
/external/skqp/tools/sk_app/win/
DWindow_win.cpp57 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
72 wcex.lpfnWndProc = WndProc; in init()
208 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() function
/external/google-breakpad/src/client/windows/tests/crash_generation_app/
Dcrash_generation_app.cc73 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
96 wcex.lpfnWndProc = WndProc; in MyRegisterClass()
357 LRESULT CALLBACK WndProc(HWND wnd, in WndProc() function
/external/skia/tools/sk_app/win/
DWindow_win.cpp57 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
72 wcex.lpfnWndProc = WndProc; in init()
208 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() function
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_ext_pbuffer.c49 WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in WndProc() function
174 wc.lpfnWndProc = WndProc; in wglCreatePbufferARB()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
DOGLES2HelloAPI_Windows.cpp53 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() function
194 sWC.lpfnWndProc = WndProc; in WinMain()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.cpp55 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
558 wc.lpfnWndProc = (WNDPROC)WndProc; in MyRegisterClass()
613 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() function
/external/libpng/contrib/visupng/
DVisualPng.c42 LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
89 wndclass.lpfnWndProc = WndProc; in WinMain()
147 LRESULT CALLBACK WndProc (HWND hwnd, UINT message, WPARAM wParam, in WndProc() function
/external/webrtc/webrtc/examples/peerconnection/client/
Dmain_wnd.h166 static LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wp, LPARAM lp);
Dmain_wnd.cc392 LRESULT CALLBACK MainWnd::WndProc(HWND hwnd, UINT msg, WPARAM wp, LPARAM lp) { in WndProc() function in MainWnd
438 wcex.lpfnWndProc = &WndProc; in RegisterWindowClass()
/external/mdnsresponder/mDNSWindows/DLLX/
DDNSSDService.h374 WndProc( HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam );
DDNSSDService.cpp106 wc.lpfnWndProc = WndProc; in FinalConstruct()
2062 CDNSSDService::WndProc( HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam ) in WndProc() function in CDNSSDService
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp1736 wc.lpfnWndProc = PythonBootstrapperApplication::WndProc; in CreateMainWindow()
1835 static LRESULT CALLBACK WndProc( in WndProc() function in PythonBootstrapperApplication