Home
last modified time | relevance | path

Searched refs:INT_PTR (Results 1 – 24 of 24) sorted by relevance

/third_party/lzma/CPP/Windows/Control/
DDialog.h163 INT_PTR Create(LPCTSTR templateName, HWND parentWindow);
164INT_PTR Create(UINT resID, HWND parentWindow) { return Create(MAKEINTRESOURCEW(resID), parentWindo… in Create()
166 INT_PTR Create(LPCWSTR templateName, HWND parentWindow);
169 bool End(INT_PTR result) { return BOOLToBool(::EndDialog(_window, result)); } in End()
DPropertyPage.h15 INT_PTR APIENTRY ProperyPageProcedure(HWND dialogHWND, UINT message, WPARAM wParam, LPARAM lParam);
46 INT_PTR MyPropertySheet(const CObjectVector<CPageInfo> &pagesInfo, HWND hwndParent, const UString &…
DDialog.cpp21 static INT_PTR APIENTRY DialogProcedure(HWND dialogHWND, UINT message, WPARAM wParam, LPARAM lParam) in DialogProcedure()
366 INT_PTR CModalDialog::Create(LPCTSTR templateName, HWND parentWindow) in Create()
397 INT_PTR CModalDialog::Create(LPCWSTR templateName, HWND parentWindow) in Create()
DPropertyPage.cpp19 static INT_PTR APIENTRY MyProperyPageProcedure(HWND dialogHWND, UINT message, WPARAM wParam, LPARAM… in MyProperyPageProcedure()
47 INT_PTR MyPropertySheet(const CObjectVector<CPageInfo> &pagesInfo, HWND hwndParent, const UString &… in MyPropertySheet()
DComboBox.h15 #define MY__int_TO_WPARAM(i) ((WPARAM)(INT_PTR)(i))
/third_party/lzma/CPP/7zip/UI/FileManager/
DProgressDialog.h136 INT_PTR Create(const UString &title, NWindows::CThread &thread, HWND wndParent = 0)
139 INT_PTR res = CModalDialog::Create(IDD_PROGRESS, wndParent);
DPasswordDialog.h25 INT_PTR Create(HWND parentWindow = 0) { return CModalDialog::Create(IDD_PASSWORD, parentWindow); }
DComboDialog.h25 INT_PTR Create(HWND parentWindow = 0) { return CModalDialog::Create(IDD_COMBO, parentWindow); }
DOverwriteDialog.h64 INT_PTR Create(HWND parent = 0)
DProgressDialog2.h268 INT_PTR Create(const UString &title, NWindows::CThread &thread, HWND wndParent = 0);
DProgressDialog2.cpp950 INT_PTR CProgressDialog::Create(const UString &title, NWindows::CThread &thread, HWND wndParent) in Create()
952 INT_PTR res = 0; in Create()
DBrowseDialog.cpp144 INT_PTR Create(HWND parent = 0) { return CModalDialog::Create(IDD_BROWSE, parent); } in Create()
DExtractCallback.cpp210 INT_PTR writeAnswer = dialog.Create(*ProgressDialog); in AskOverwrite()
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_ext_context.c207 dhglrc = (DHGLRC)(INT_PTR)context; in wglCreateContextAttribsARB()
208 share_dhglrc = (DHGLRC)(INT_PTR)hShareContext; in wglCreateContextAttribsARB()
/third_party/cef/libcef/browser/native/
Djavascript_dialog_runner_win.h41 static INT_PTR CALLBACK DialogProc(HWND dialog,
Djavascript_dialog_runner_win.cc21 INT_PTR CALLBACK CefJavaScriptDialogRunnerWin::DialogProc(HWND dialog, in DialogProc()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
Dmain.cpp22 static INT_PTR CALLBACK DebuggerWaitDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in DebuggerWaitDialogProc()
/third_party/lzma/CPP/7zip/UI/GUI/
DExtractDialog.h94 INT_PTR Create(HWND aWndParent = 0)
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dglobal_state.cpp257 INT_PTR CALLBACK DebuggerWaitDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in DebuggerWaitDialogProc()
/third_party/vk-gl-cts/framework/delibs/debase/
DdeDefs.h176 typedef INT_PTR deIntptr;
/third_party/lzma/C/
D7zTypes.h199 typedef long INT_PTR; typedef
/third_party/gstreamer/gstplugins_bad/sys/winks/
Dksdeviceprovider.c197 static INT_PTR WINAPI
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
Dmain.cpp129 static INT_PTR CALLBACK DebuggerWaitDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in DebuggerWaitDialogProc()
/third_party/cef/tests/cefclient/browser/
Droot_window_win.cc32 INT_PTR CALLBACK AboutWndProc(HWND hDlg, in AboutWndProc()