/external/lzma/CPP/Windows/ |
D | Window.h | 176 LONG_PTR SetStyle(LONG_PTR style) { return SetLongPtr(GWL_STYLE, style); } in SetStyle() 177 LONG_PTR GetStyle() const { return GetLongPtr(GWL_STYLE); } in GetStyle() 180 …LONG_PTR SetLong(int index, LONG newLongPtr) { return ::SetWindowLong(_window, index, newLongPtr);… in SetLong() 181 LONG_PTR GetLong(int index) const { return ::GetWindowLong(_window, index); } in GetLong() 182 LONG_PTR SetUserDataLong(LONG newLongPtr) { return SetLong(GWLP_USERDATA, newLongPtr); } in SetUserDataLong() 183 LONG_PTR GetUserDataLong() const { return GetLong(GWLP_USERDATA); } in GetUserDataLong() 188 LONG_PTR SetLongPtr(int index, LONG_PTR newLongPtr) { return SetLong(index, newLongPtr); } in SetLongPtr() 189 LONG_PTR GetLongPtr(int index) const { return GetLong(index); } in GetLongPtr() 191 LONG_PTR SetUserDataLongPtr(LONG_PTR newLongPtr) { return SetUserDataLong(newLongPtr); } in SetUserDataLongPtr() 192 LONG_PTR GetUserDataLongPtr() const { return GetUserDataLong(); } in GetUserDataLongPtr() [all …]
|
/external/cronet/base/win/ |
D | windows_types.h | 52 typedef __int64 LONG_PTR, *PLONG_PTR; typedef 58 typedef __w64 long LONG_PTR, *PLONG_PTR; // NOLINT(runtime/int) typedef 63 typedef LONG_PTR LPARAM; 64 typedef LONG_PTR LRESULT; 65 #define LRESULT LONG_PTR 69 typedef LONG_PTR SSIZE_T, *PSSIZE_T; 198 #define INVALID_HANDLE_VALUE ((HANDLE)(LONG_PTR)-1)
|
D | message_window.cc | 145 LONG_PTR result = SetWindowLongPtr(hwnd, GWLP_USERDATA, in WindowProc() 146 reinterpret_cast<LONG_PTR>(self)); in WindowProc() 155 LONG_PTR result = SetWindowLongPtr(hwnd, GWLP_USERDATA, NULL); in WindowProc()
|
/external/lzma/CPP/Windows/Control/ |
D | Window2.h | 45 LONG_PTR SetMsgResult(LONG_PTR newLongPtr) { return SetLongPtr(DWLP_MSGRESULT, newLongPtr); } in SetMsgResult() 46 LONG_PTR GetMsgResult() const { return GetLongPtr(DWLP_MSGRESULT); } in GetMsgResult()
|
D | ListView.cpp | 121 SetUserDataLongPtr((LONG_PTR)this); in SetWindowProc() 124 _origWindowProc = (WNDPROC)SetLongPtrW(GWLP_WNDPROC, (LONG_PTR)ListViewSubclassProc); in SetWindowProc() 127 _origWindowProc = (WNDPROC)SetLongPtr(GWLP_WNDPROC, (LONG_PTR)ListViewSubclassProc); in SetWindowProc()
|
D | Dialog.h | 112 LONG_PTR SetMsgResult(LONG_PTR newLongPtr ) in SetMsgResult() 114 LONG_PTR GetMsgResult() const in GetMsgResult()
|
D | Window2.cpp | 33 tempWindow.SetUserDataLongPtr((LONG_PTR)(((LPCREATESTRUCT)lParam)->lpCreateParams)); in WindowProcedure()
|
/external/webrtc/modules/video_capture/windows/ |
D | sink_filter_ds.h | 122 void NotifyEvent(long code, LONG_PTR param1, LONG_PTR param2);
|
D | sink_filter_ds.cc | 927 LONG_PTR param1, in NotifyEvent() 928 LONG_PTR param2) { in NotifyEvent() 934 param2 = reinterpret_cast<LONG_PTR>(static_cast<IBaseFilter*>(this)); in NotifyEvent()
|
/external/clang/test/Analysis/ |
D | null-deref-ps.c | 256 typedef long LONG_PTR, *PLONG_PTR; typedef 259 typedef LONG_PTR LRESULT;
|
/external/webrtc/rtc_base/ |
D | win32_window.cc | 113 ::SetWindowLongPtr(hwnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(that)); in WndProc()
|
/external/deqp/framework/platform/win32/ |
D | tcuWin32Window.cpp | 75 SetWindowLongPtr(m_window, GWLP_USERDATA, (LONG_PTR)this); in Window()
|
/external/icu/icu4c/source/samples/layout/ |
D | clayout.c | 158 SetWindowLongPtr(hwnd, 0, (LONG_PTR) context); in WndProc()
|
D | layout.cpp | 155 SetWindowLongPtr(hwnd, GWLP_USERDATA, (LONG_PTR) context); in WndProc()
|
/external/cronet/third_party/icu/source/samples/layout/ |
D | clayout.c | 158 SetWindowLongPtr(hwnd, 0, (LONG_PTR) context); in WndProc()
|
D | layout.cpp | 155 SetWindowLongPtr(hwnd, GWLP_USERDATA, (LONG_PTR) context); in WndProc()
|
/external/skia/tools/sk_app/win/ |
D | Window_win.cpp | 118 SetWindowLongPtr(fHWnd, GWLP_USERDATA, (LONG_PTR)this); in init()
|
/external/angle/util/windows/win32/ |
D | Win32Window.cpp | 240 reinterpret_cast<LONG_PTR>(pCreateStruct->lpCreateParams)); in WndProc()
|
/external/webrtc/examples/peerconnection/client/ |
D | main_wnd.cc | 411 ::SetWindowLongPtr(hwnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(me)); in WndProc()
|
/external/ImageMagick/MagickCore/ |
D | nt-base.c | 73 #define MAP_FAILED ((void *)(LONG_PTR)-1)
|
/external/angle/src/tests/test_utils/third_party/ |
D | vulkan_command_buffer_utils.cpp | 453 SetWindowLongPtr(info.window, GWLP_USERDATA, (LONG_PTR)&info); in init_window()
|
/external/python/cpython3/Tools/msi/bundle/bootstrap/ |
D | PythonBootstrapperApplication.cpp | 1867 ::SetWindowLongPtrW(hWnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(pBA)); in WndProc()
|