/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | windowsx.h | 70 #define DefDlgProcEx(hwnd,msg,wParam,lParam,pfRecursion) (*(pfRecursion) = TRUE,DefDlgProc(hwnd,msg… argument 73 #define HANDLE_WM_COMPACTING(hwnd,wParam,lParam,fn) ((fn)((hwnd),(UINT)(wParam)),(LRESULT)0) argument 75 #define HANDLE_WM_WININICHANGE(hwnd,wParam,lParam,fn) ((fn)((hwnd),(LPCTSTR)(lParam)),(LRESULT)0) argument 77 #define HANDLE_WM_SYSCOLORCHANGE(hwnd,wParam,lParam,fn) ((fn)(hwnd),(LRESULT)0) argument 79 #define HANDLE_WM_QUERYNEWPALETTE(hwnd,wParam,lParam,fn) MAKELRESULT((WINBOOL)(fn)(hwnd),(LRESULT)0) argument 81 #define HANDLE_WM_PALETTEISCHANGING(hwnd,wParam,lParam,fn) ((fn)((hwnd),(HWND)(wParam)),(LRESULT)0) argument 83 #define HANDLE_WM_PALETTECHANGED(hwnd,wParam,lParam,fn) ((fn)((hwnd),(HWND)(wParam)),(LRESULT)0) argument 85 #define HANDLE_WM_FONTCHANGE(hwnd,wParam,lParam,fn) ((fn)(hwnd),(LRESULT)0) argument 87 #define HANDLE_WM_SPOOLERSTATUS(hwnd,wParam,lParam,fn) ((fn)((hwnd),(UINT)(wParam),(int)(short)LOWO… argument 89 #define HANDLE_WM_DEVMODECHANGE(hwnd,wParam,lParam,fn) ((fn)((hwnd),(LPCTSTR)(lParam)),(LRESULT)0) argument [all …]
|
D | shdeprecated.h | 786 #define IBrowserService2_WndProcBS(This,hwnd,uMsg,wParam,lParam) (This)->lpVtbl->WndProcBS(This,hwn… argument 789 #define IBrowserService2_OnSize(This,wParam) (This)->lpVtbl->OnSize(This,wParam) argument 791 #define IBrowserService2_OnCommand(This,wParam,lParam) (This)->lpVtbl->OnCommand(This,wParam,lParam) argument 821 #define IBrowserService2__SendChildren(This,hwndBar,fBroadcast,uMsg,wParam,lParam) (This)->lpVtbl->… argument 834 #define IBrowserService2_ForwardViewMsg(This,uMsg,wParam,lParam) (This)->lpVtbl->ForwardViewMsg(Thi… argument 1128 #define IBrowserService3_WndProcBS(This,hwnd,uMsg,wParam,lParam) (This)->lpVtbl->WndProcBS(This,hwn… argument 1131 #define IBrowserService3_OnSize(This,wParam) (This)->lpVtbl->OnSize(This,wParam) argument 1133 #define IBrowserService3_OnCommand(This,wParam,lParam) (This)->lpVtbl->OnCommand(This,wParam,lParam) argument 1163 #define IBrowserService3__SendChildren(This,hwndBar,fBroadcast,uMsg,wParam,lParam) (This)->lpVtbl->… argument 1176 #define IBrowserService3_ForwardViewMsg(This,uMsg,wParam,lParam) (This)->lpVtbl->ForwardViewMsg(Thi… argument
|
D | winuser.h | 614 WPARAM wParam; member 622 WPARAM wParam; member 656 WPARAM wParam; member 681 WPARAM wParam; member 917 WPARAM wParam; member 1218 #define GET_WHEEL_DELTA_WPARAM(wParam) ((short)HIWORD(wParam)) argument 1222 #define GET_KEYSTATE_WPARAM(wParam) (LOWORD(wParam)) argument 1223 #define GET_NCHITTEST_WPARAM(wParam) ((short)LOWORD(wParam)) argument 1224 #define GET_XBUTTON_WPARAM(wParam) (HIWORD(wParam)) argument 2069 #define PostAppMessageA(idThread, wMsg, wParam, lParam) PostThreadMessageA ((DWORD)idThread, wMsg, … argument [all …]
|
/aosp_15_r20/external/lzma/CPP/Windows/Control/ |
H A D | Window2.cpp | 29 static LRESULT CALLBACK WindowProcedure(HWND aHWND, UINT message, WPARAM wParam, LPARAM lParam) in WindowProcedure() 123 LRESULT CWindow2::DefProc(UINT message, WPARAM wParam, LPARAM lParam) in DefProc() 133 LRESULT CWindow2::OnMessage(UINT message, WPARAM wParam, LPARAM lParam) in OnMessage()
|
H A D | ListView.cpp | 107 static LRESULT APIENTRY ListViewSubclassProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in ListViewSubclassProc() 116 LRESULT CListView2::OnMessage(UINT message, WPARAM wParam, LPARAM lParam) in OnMessage()
|
H A D | Dialog.h | 97 LRESULT SendMsg_NextDlgCtl(WPARAM wParam, LPARAM lParam) in SendMsg_NextDlgCtl() 110 LRESULT SendItemMessage(unsigned itemID, UINT message, WPARAM wParam, LPARAM lParam) in SendItemMessage()
|
H A D | Dialog.cpp | 28 DialogProcedure(HWND dialogHWND, UINT message, WPARAM wParam, LPARAM lParam) in DialogProcedure() 50 bool CDialog::OnMessage(UINT message, WPARAM wParam, LPARAM lParam) in OnMessage()
|
H A D | PropertyPage.cpp | 25 APIENTRY MyProperyPageProcedure(HWND dialogHWND, UINT message, WPARAM wParam, LPARAM lParam) in MyProperyPageProcedure()
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/ |
H A D | Panel.cpp | 120 LRESULT CPanel::OnMessage(UINT message, WPARAM wParam, LPARAM lParam) in OnMessage() 161 LRESULT CMyListView::OnMessage(UINT message, WPARAM wParam, LPARAM lParam) in OnMessage() 265 static LRESULT APIENTRY ComboBoxEditSubclassProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lPa… in ComboBoxEditSubclassProc() 276 LRESULT CMyComboBoxEdit::OnMessage(UINT message, WPARAM wParam, LPARAM lParam) in OnMessage()
|
H A D | ProgressDialog.cpp | 135 bool CProgressDialog::OnMessage(UINT message, WPARAM wParam, LPARAM lParam) in OnMessage()
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | win32_window.cc | 86 bool Win32Window::OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam, in OnMessage() 105 LRESULT Win32Window::WndProc(HWND hwnd, UINT uMsg, WPARAM wParam, in WndProc()
|
H A D | win32_window_unittest.cc | 25 WPARAM wParam, in OnMessage()
|
/aosp_15_r20/external/deqp/framework/platform/win32/ |
H A D | tcuWin32Window.cpp | 31 static LRESULT CALLBACK windowProcCallback(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in windowProcCallback() 147 LRESULT Window::windowProc(UINT uMsg, WPARAM wParam, LPARAM lParam) in windowProc()
|
/aosp_15_r20/external/skia/tools/sk_app/win/ |
H A D | Window_win.cpp | 160 static skui::ModifierKey get_modifiers(UINT message, WPARAM wParam, LPARAM lParam) { in get_modifiers() 207 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
|
/aosp_15_r20/external/python/cpython2/PC/bdist_wininst/ |
D | install.c | 1106 WindowProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) in WindowProc() 1188 IntroDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) in IntroDlgProc() 1537 SelectPythonDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) in SelectPythonDlgProc() 1839 InstallFilesDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) in InstallFilesDlgProc() 1994 FinishedDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) in FinishedDlgProc()
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_framebuffer.c | 216 stw_call_window_proc(int nCode, WPARAM wParam, LPARAM lParam) in stw_call_window_proc() 273 WPARAM wParam, LPARAM lParam) in stw_call_window_proc_xbox()
|
/aosp_15_r20/external/libpng/contrib/visupng/ |
H A D | VisualPng.c | 147 LRESULT CALLBACK WndProc (HWND hwnd, UINT message, WPARAM wParam, in WndProc() 432 WPARAM wParam, LPARAM lParam) in AboutDlgProc()
|
/aosp_15_r20/external/swiftshader/src/Vulkan/ |
H A D | main.cpp | 22 static INT_PTR CALLBACK DebuggerWaitDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in DebuggerWaitDialogProc()
|
/aosp_15_r20/external/python/cpython3/Lib/ctypes/test/ |
D | test_funcptr.py | 48 def wndproc(hwnd, msg, wParam, lParam): argument
|
/aosp_15_r20/external/python/cpython2/Lib/ctypes/test/ |
D | test_funcptr.py | 48 def wndproc(hwnd, msg, wParam, lParam): argument
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/test/ |
H A D | test_funcptr.py | 48 def wndproc(hwnd, msg, wParam, lParam): argument
|
/aosp_15_r20/hardware/google/gfxstream/host/ |
D | NativeSubWindow_win32.cpp | 24 static LRESULT CALLBACK subWindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { in subWindowProc()
|
/aosp_15_r20/external/mdnsresponder/mDNSWindows/ControlPanel/ |
H A D | ConfigPropertySheet.cpp | 95 CConfigPropertySheet::OnCommand(WPARAM wParam, LPARAM lParam) in OnCommand()
|
/aosp_15_r20/external/cronet/third_party/icu/source/samples/layout/ |
H A D | layout.cpp | 123 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
|
H A D | clayout.c | 125 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
|