Home
last modified time | relevance | path

Searched refs:LONG_PTR (Results 1 – 22 of 22) sorted by relevance

/external/lzma/CPP/Windows/
DWindow.h176 LONG_PTR SetStyle(LONG_PTR style) { return SetLongPtr(GWL_STYLE, style); } in SetStyle()
177 LONG_PTR GetStyle() const { return GetLongPtr(GWL_STYLE); } in GetStyle()
180LONG_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/
Dwindows_types.h52 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)
Dmessage_window.cc145 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/
DWindow2.h45 LONG_PTR SetMsgResult(LONG_PTR newLongPtr) { return SetLongPtr(DWLP_MSGRESULT, newLongPtr); } in SetMsgResult()
46 LONG_PTR GetMsgResult() const { return GetLongPtr(DWLP_MSGRESULT); } in GetMsgResult()
DListView.cpp121 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()
DDialog.h112 LONG_PTR SetMsgResult(LONG_PTR newLongPtr ) in SetMsgResult()
114 LONG_PTR GetMsgResult() const in GetMsgResult()
DWindow2.cpp33 tempWindow.SetUserDataLongPtr((LONG_PTR)(((LPCREATESTRUCT)lParam)->lpCreateParams)); in WindowProcedure()
/external/webrtc/modules/video_capture/windows/
Dsink_filter_ds.h122 void NotifyEvent(long code, LONG_PTR param1, LONG_PTR param2);
Dsink_filter_ds.cc927 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/
Dnull-deref-ps.c256 typedef long LONG_PTR, *PLONG_PTR; typedef
259 typedef LONG_PTR LRESULT;
/external/webrtc/rtc_base/
Dwin32_window.cc113 ::SetWindowLongPtr(hwnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(that)); in WndProc()
/external/deqp/framework/platform/win32/
DtcuWin32Window.cpp75 SetWindowLongPtr(m_window, GWLP_USERDATA, (LONG_PTR)this); in Window()
/external/icu/icu4c/source/samples/layout/
Dclayout.c158 SetWindowLongPtr(hwnd, 0, (LONG_PTR) context); in WndProc()
Dlayout.cpp155 SetWindowLongPtr(hwnd, GWLP_USERDATA, (LONG_PTR) context); in WndProc()
/external/cronet/third_party/icu/source/samples/layout/
Dclayout.c158 SetWindowLongPtr(hwnd, 0, (LONG_PTR) context); in WndProc()
Dlayout.cpp155 SetWindowLongPtr(hwnd, GWLP_USERDATA, (LONG_PTR) context); in WndProc()
/external/skia/tools/sk_app/win/
DWindow_win.cpp118 SetWindowLongPtr(fHWnd, GWLP_USERDATA, (LONG_PTR)this); in init()
/external/angle/util/windows/win32/
DWin32Window.cpp240 reinterpret_cast<LONG_PTR>(pCreateStruct->lpCreateParams)); in WndProc()
/external/webrtc/examples/peerconnection/client/
Dmain_wnd.cc411 ::SetWindowLongPtr(hwnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(me)); in WndProc()
/external/ImageMagick/MagickCore/
Dnt-base.c73 #define MAP_FAILED ((void *)(LONG_PTR)-1)
/external/angle/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp453 SetWindowLongPtr(info.window, GWLP_USERDATA, (LONG_PTR)&info); in init_window()
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp1867 ::SetWindowLongPtrW(hWnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(pBA)); in WndProc()