/external/webrtc/webrtc/base/ |
D | win32window.cc | 42 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
|
D | win32window.h | 46 static LRESULT CALLBACK WndProc(HWND hwnd, UINT uMsg, WPARAM wParam,
|
/external/icu/icu4c/source/samples/layout/ |
D | clayout.c | 42 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
|
D | layout.cpp | 41 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/ |
D | Window_win.cpp | 57 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/ |
D | crash_generation_app.cc | 73 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/ |
D | Window_win.cpp | 57 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/ |
D | stw_ext_pbuffer.c | 49 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/ |
D | OGLES2HelloAPI_Windows.cpp | 53 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/ |
D | PVRShellOS.cpp | 55 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/ |
D | VisualPng.c | 42 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/ |
D | main_wnd.h | 166 static LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wp, LPARAM lp);
|
D | main_wnd.cc | 392 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/ |
D | DNSSDService.h | 374 WndProc( HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam );
|
D | DNSSDService.cpp | 106 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/ |
D | PythonBootstrapperApplication.cpp | 1736 wc.lpfnWndProc = PythonBootstrapperApplication::WndProc; in CreateMainWindow() 1835 static LRESULT CALLBACK WndProc( in WndProc() function in PythonBootstrapperApplication
|