/external/webrtc/rtc_base/ |
D | win32_window.cc | 40 reinterpret_cast<LPCWSTR>(&Win32Window::WndProc), in Create() 59 wcex.lpfnWndProc = &Win32Window::WndProc; in Create() 105 LRESULT Win32Window::WndProc(HWND hwnd, UINT uMsg, WPARAM wParam, in WndProc() function in rtc::Win32Window
|
D | win32_window.h | 54 static LRESULT CALLBACK WndProc(HWND hwnd,
|
/external/icu/icu4c/source/samples/layout/ |
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
|
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
|
/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/skia/tools/sk_app/win/ |
D | Window_win.cpp | 59 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam); 74 wcex.lpfnWndProc = WndProc; in init() 210 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/angle/util/windows/win32/ |
D | Win32Window.h | 47 static LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
|
D | Win32Window.cpp | 232 LRESULT CALLBACK Win32Window::WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() function in Win32Window 523 parentWindowClass.lpfnWndProc = WndProc; in initializeImpl() 540 childWindowClass.lpfnWndProc = WndProc; in initializeImpl()
|
/external/mesa3d/src/gallium/frontends/wgl/ |
D | stw_ext_pbuffer.c | 49 WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in WndProc() function 176 wc.lpfnWndProc = WndProc; in wglCreatePbufferARB()
|
/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/ |
D | wrappers.cpp | 32 static LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in WndProc() function 56 sizeof(WNDCLASSEX), CS_CLASSDC, WndProc, 0L, 0L, in WindowInit()
|
/external/webrtc/examples/peerconnection/client/ |
D | main_wnd.h | 168 static LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wp, LPARAM lp);
|
D | main_wnd.cc | 404 LRESULT CALLBACK MainWnd::WndProc(HWND hwnd, UINT msg, WPARAM wp, LPARAM lp) { in WndProc() function in MainWnd 450 wcex.lpfnWndProc = &WndProc; in RegisterWindowClass()
|
/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/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/angle/third_party/vulkan_memory_allocator/src/ |
D | VulkanSample.cpp | 1964 static LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in WndProc() function 2048 wndClassDesc.lpfnWndProc = WndProc; in main()
|
/external/angle/src/tests/test_utils/third_party/ |
D | vulkan_command_buffer_utils.cpp | 382 LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in WndProc() function 413 win_class.lpfnWndProc = WndProc; in init_window()
|
/external/python/cpython3/Tools/msi/bundle/bootstrap/ |
D | PythonBootstrapperApplication.cpp | 1754 wc.lpfnWndProc = PythonBootstrapperApplication::WndProc; in CreateMainWindow() 1853 static LRESULT CALLBACK WndProc( in WndProc() function in PythonBootstrapperApplication
|