/third_party/lzma/CPP/Windows/Control/ |
D | Dialog.h | 163 INT_PTR Create(LPCTSTR templateName, HWND parentWindow); 164 …INT_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()
|
D | PropertyPage.h | 15 INT_PTR APIENTRY ProperyPageProcedure(HWND dialogHWND, UINT message, WPARAM wParam, LPARAM lParam); 46 INT_PTR MyPropertySheet(const CObjectVector<CPageInfo> &pagesInfo, HWND hwndParent, const UString &…
|
D | Dialog.cpp | 21 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()
|
D | PropertyPage.cpp | 19 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()
|
D | ComboBox.h | 15 #define MY__int_TO_WPARAM(i) ((WPARAM)(INT_PTR)(i))
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
D | ProgressDialog.h | 136 INT_PTR Create(const UString &title, NWindows::CThread &thread, HWND wndParent = 0) 139 INT_PTR res = CModalDialog::Create(IDD_PROGRESS, wndParent);
|
D | PasswordDialog.h | 25 INT_PTR Create(HWND parentWindow = 0) { return CModalDialog::Create(IDD_PASSWORD, parentWindow); }
|
D | ComboDialog.h | 25 INT_PTR Create(HWND parentWindow = 0) { return CModalDialog::Create(IDD_COMBO, parentWindow); }
|
D | OverwriteDialog.h | 64 INT_PTR Create(HWND parent = 0)
|
D | ProgressDialog2.h | 268 INT_PTR Create(const UString &title, NWindows::CThread &thread, HWND wndParent = 0);
|
D | ProgressDialog2.cpp | 950 INT_PTR CProgressDialog::Create(const UString &title, NWindows::CThread &thread, HWND wndParent) in Create() 952 INT_PTR res = 0; in Create()
|
D | BrowseDialog.cpp | 144 INT_PTR Create(HWND parent = 0) { return CModalDialog::Create(IDD_BROWSE, parent); } in Create()
|
D | ExtractCallback.cpp | 210 INT_PTR writeAnswer = dialog.Create(*ProgressDialog); in AskOverwrite()
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | stw_ext_context.c | 207 dhglrc = (DHGLRC)(INT_PTR)context; in wglCreateContextAttribsARB() 208 share_dhglrc = (DHGLRC)(INT_PTR)hShareContext; in wglCreateContextAttribsARB()
|
/third_party/cef/libcef/browser/native/ |
D | javascript_dialog_runner_win.h | 41 static INT_PTR CALLBACK DialogProc(HWND dialog,
|
D | javascript_dialog_runner_win.cc | 21 INT_PTR CALLBACK CefJavaScriptDialogRunnerWin::DialogProc(HWND dialog, in DialogProc()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | main.cpp | 22 static INT_PTR CALLBACK DebuggerWaitDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in DebuggerWaitDialogProc()
|
/third_party/lzma/CPP/7zip/UI/GUI/ |
D | ExtractDialog.h | 94 INT_PTR Create(HWND aWndParent = 0)
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | global_state.cpp | 257 INT_PTR CALLBACK DebuggerWaitDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in DebuggerWaitDialogProc()
|
/third_party/vk-gl-cts/framework/delibs/debase/ |
D | deDefs.h | 176 typedef INT_PTR deIntptr;
|
/third_party/lzma/C/ |
D | 7zTypes.h | 199 typedef long INT_PTR; typedef
|
/third_party/gstreamer/gstplugins_bad/sys/winks/ |
D | ksdeviceprovider.c | 197 static INT_PTR WINAPI
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
D | main.cpp | 129 static INT_PTR CALLBACK DebuggerWaitDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in DebuggerWaitDialogProc()
|
/third_party/cef/tests/cefclient/browser/ |
D | root_window_win.cc | 32 INT_PTR CALLBACK AboutWndProc(HWND hDlg, in AboutWndProc()
|