Home
last modified time | relevance | path

Searched refs:LONG_PTR (Results 1 - 19 of 19) sorted by relevance

/third_party/lzma/CPP/Windows/
H A DWindow.h254 LONG_PTR SetStyle(LONG_PTR style) { return SetLongPtr(GWL_STYLE, style); } in SetStyle()
255 // LONG_PTR SetStyle(DWORD style) { return SetLongPtr(GWL_STYLE, (LONG_PTR)style); }
256 LONG_PTR GetStyle() const { return GetLongPtr(GWL_STYLE); } in GetStyle()
259 LONG_PTR SetLong(int index, LONG newLongPtr) { return ::SetWindowLong(_window, index, newLongPtr); } in SetLong()
260 LONG_PTR GetLong(int index) const { return ::GetWindowLong(_window, index); } in GetLong()
261 LONG_PTR SetUserDataLong(LONG newLongPtr) { return SetLong(GWLP_USERDATA, newLongPtr); } in SetUserDataLong()
262 LONG_PTR GetUserDataLong() const { return GetLong(GWLP_USERDATA); } in GetUserDataLong()
267 LONG_PTR SetLongPt
[all...]
/third_party/lzma/CPP/Windows/Control/
H A DWindow2.h47 LONG_PTR SetMsgResult(LONG_PTR newLongPtr) { return SetLongPtr(DWLP_MSGRESULT, newLongPtr); } in SetMsgResult()
48 LONG_PTR GetMsgResult() const { return GetLongPtr(DWLP_MSGRESULT); } in GetMsgResult()
H A DListView.cpp128 SetUserDataLongPtr((LONG_PTR)this); in SetWindowProc()
131 _origWindowProc = (WNDPROC)SetLongPtrW(GWLP_WNDPROC, (LONG_PTR)ListViewSubclassProc); in SetWindowProc()
134 _origWindowProc = (WNDPROC)SetLongPtr(GWLP_WNDPROC, (LONG_PTR)ListViewSubclassProc); in SetWindowProc()
H A DDialog.h134 LONG_PTR SetMsgResult(LONG_PTR newLongPtr ) in SetMsgResult()
136 LONG_PTR GetMsgResult() const in GetMsgResult()
H A DWindow2.cpp33 tempWindow.SetUserDataLongPtr((LONG_PTR)(((LPCREATESTRUCT)lParam)->lpCreateParams)); in WindowProcedure()
/third_party/lzma/C/
H A D7zWindows.h52 typedef long LONG_PTR, *PLONG_PTR; typedef
H A D7zTypes.h206 typedef long LONG_PTR; typedef
/third_party/vk-gl-cts/framework/platform/win32/
H A DtcuWin32Window.cpp75 SetWindowLongPtr(m_window, GWLP_USERDATA, (LONG_PTR)this); in Window()
/third_party/icu/icu4c/source/samples/layout/
H A Dlayout.cpp155 SetWindowLongPtr(hwnd, GWLP_USERDATA, (LONG_PTR) context); in WndProc()
H A Dclayout.c158 SetWindowLongPtr(hwnd, 0, (LONG_PTR) context); in WndProc()
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A Dclayout.c157 SetWindowLongPtr(hwnd, 0, (LONG_PTR) context); in WndProc()
H A Dlayout.cpp155 SetWindowLongPtr(hwnd, GWLP_USERDATA, (LONG_PTR) context); in WndProc()
/third_party/ffmpeg/libavdevice/
H A Dvfwcap.c302 SetWindowLongPtr(ctx->hwnd, GWLP_USERDATA, (LONG_PTR) s); in vfw_read_header()
H A Dgdigrab.c163 SetWindowLongPtr(hwnd, GWLP_WNDPROC, (LONG_PTR) gdigrab_region_wnd_proc); in gdigrab_region_wnd_init()
H A Ddshow.c1844 LONG_PTR p1, p2; in dshow_check_event_queue()
/third_party/skia/tools/sk_app/win/
H A DWindow_win.cpp120 SetWindowLongPtr(fHWnd, GWLP_USERDATA, (LONG_PTR)this); in init()
/third_party/skia/third_party/externals/angle2/util/windows/win32/
H A DWin32Window.cpp240 reinterpret_cast<LONG_PTR>(pCreateStruct->lpCreateParams)); in WndProc()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
H A Dvulkan_command_buffer_utils.cpp453 SetWindowLongPtr(info.window, GWLP_USERDATA, (LONG_PTR)&info); in init_window()
/third_party/python/Tools/msi/bundle/bootstrap/
H A DPythonBootstrapperApplication.cpp1882 ::SetWindowLongPtrW(hWnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(pBA)); in WndProc()

Completed in 19 milliseconds