/third_party/cef/tests/shared/browser/ |
D | main_message_loop_external_pump_win.cc | 41 static LRESULT CALLBACK WndProc(HWND hwnd, 60 wcex.lpfnWndProc = WndProc; in MainMessageLoopExternalPumpWin() 127 LRESULT CALLBACK MainMessageLoopExternalPumpWin::WndProc(HWND hwnd, in WndProc() function in client::__anon1f3b3ce20111::MainMessageLoopExternalPumpWin
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testnativew32.c | 27 WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) in WndProc() function 49 wc.lpfnWndProc = WndProc; in CreateWindowNative()
|
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx9/ |
D | main.cpp | 20 LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam); 27 …WNDCLASSEX wc = { sizeof(WNDCLASSEX), CS_CLASSDC, WndProc, 0L, 0L, GetModuleHandle(NULL), NULL, NU… in main() 212 LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in WndProc() function
|
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx10/ |
D | main.cpp | 22 LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam); 29 …WNDCLASSEX wc = { sizeof(WNDCLASSEX), CS_CLASSDC, WndProc, 0L, 0L, GetModuleHandle(NULL), NULL, NU… in main() 218 LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in WndProc() function
|
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx11/ |
D | main.cpp | 22 LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam); 29 …WNDCLASSEX wc = { sizeof(WNDCLASSEX), CS_CLASSDC, WndProc, 0L, 0L, GetModuleHandle(NULL), NULL, NU… in main() 222 LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in WndProc() function
|
/third_party/flutter/skia/third_party/externals/icu/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
|
/third_party/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
|
/third_party/skia/third_party/externals/icu/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
|
/third_party/flutter/skia/third_party/externals/imgui/examples/example_win32_directx9/ |
D | main.cpp | 17 LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in WndProc() function 50 …WNDCLASSEX wc = { sizeof(WNDCLASSEX), CS_CLASSDC, WndProc, 0L, 0L, GetModuleHandle(NULL), NULL, NU… in main()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/example_win32_directx11/ |
D | main.cpp | 71 LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in WndProc() function 100 …WNDCLASSEX wc = { sizeof(WNDCLASSEX), CS_CLASSDC, WndProc, 0L, 0L, GetModuleHandle(NULL), NULL, NU… in main()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/example_win32_directx10/ |
D | main.cpp | 68 LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in WndProc() function 97 …WNDCLASSEX wc = { sizeof(WNDCLASSEX), CS_CLASSDC, WndProc, 0L, 0L, GetModuleHandle(NULL), NULL, NU… in main()
|
/third_party/flutter/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
|
/third_party/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
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | stw_ext_pbuffer.c | 49 WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in WndProc() function 175 wc.lpfnWndProc = WndProc; in wglCreatePbufferARB()
|
/third_party/flutter/engine/flutter/shell/platform/windows/ |
D | win32_window.cc | 74 window_class.lpfnWndProc = WndProc; in ResgisterWindowClass() 79 LRESULT CALLBACK Win32Window::WndProc(HWND const window, in WndProc() function in flutter::Win32Window
|
D | win32_window.h | 50 static LRESULT CALLBACK WndProc(HWND const window,
|
/third_party/flutter/skia/third_party/externals/angle2/util/windows/win32/ |
D | Win32Window.h | 45 static LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
|
D | Win32Window.cpp | 231 LRESULT CALLBACK Win32Window::WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() function in Win32Window 521 parentWindowClass.lpfnWndProc = WndProc; in initialize() 538 childWindowClass.lpfnWndProc = WndProc; in initialize()
|
/third_party/skia/third_party/externals/angle2/util/windows/win32/ |
D | Win32Window.h | 47 static LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
|
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx12/ |
D | main.cpp | 57 LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam); 64 …WNDCLASSEX wc = { sizeof(WNDCLASSEX), CS_CLASSDC, WndProc, 0L, 0L, GetModuleHandle(NULL), NULL, NU… in main() 438 LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in WndProc() function
|
/third_party/cef/libcef/browser/native/ |
D | browser_platform_delegate_native_win.h | 48 static LRESULT CALLBACK WndProc(HWND hwnd,
|
/third_party/openh264/codec/console/dec/src/ |
D | d3d9_utils.cpp | 62 LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM); 470 sWndClassEx.lpfnWndProc = (WNDPROC)WndProc; in InitWindow() 497 LRESULT CALLBACK WndProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) { in WndProc() function
|