Home
last modified time | relevance | path

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

12

/third_party/cef/tests/shared/browser/
Dmain_message_loop_external_pump_win.cc41 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/
Dtestnativew32.c27 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/
Dmain.cpp20 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/
Dmain.cpp22 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/
Dmain.cpp22 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/
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
/third_party/icu/icu4c/source/samples/layout/
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
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
/third_party/skia/third_party/externals/icu/source/samples/layout/
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
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
/third_party/flutter/skia/third_party/externals/imgui/examples/example_win32_directx9/
Dmain.cpp17 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/
Dmain.cpp71 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/
Dmain.cpp68 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/
DWindow_win.cpp59 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/
DWindow_win.cpp59 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/
Dstw_ext_pbuffer.c49 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/
Dwin32_window.cc74 window_class.lpfnWndProc = WndProc; in ResgisterWindowClass()
79 LRESULT CALLBACK Win32Window::WndProc(HWND const window, in WndProc() function in flutter::Win32Window
Dwin32_window.h50 static LRESULT CALLBACK WndProc(HWND const window,
/third_party/flutter/skia/third_party/externals/angle2/util/windows/win32/
DWin32Window.h45 static LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
DWin32Window.cpp231 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/
DWin32Window.h47 static LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx12/
Dmain.cpp57 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/
Dbrowser_platform_delegate_native_win.h48 static LRESULT CALLBACK WndProc(HWND hwnd,
/third_party/openh264/codec/console/dec/src/
Dd3d9_utils.cpp62 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

12