/third_party/lzma/CPP/Windows/ |
H A D | Window.h | 254 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 D | Window2.h | 47 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 D | ListView.cpp | 128 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 D | Dialog.h | 134 LONG_PTR SetMsgResult(LONG_PTR newLongPtr )
in SetMsgResult() 136 LONG_PTR GetMsgResult() const
in GetMsgResult()
|
H A D | Window2.cpp | 33 tempWindow.SetUserDataLongPtr((LONG_PTR)(((LPCREATESTRUCT)lParam)->lpCreateParams));
in WindowProcedure()
|
/third_party/lzma/C/ |
H A D | 7zWindows.h | 52 typedef long LONG_PTR, *PLONG_PTR;
typedef
|
H A D | 7zTypes.h | 206 typedef long LONG_PTR;
typedef
|
/third_party/vk-gl-cts/framework/platform/win32/ |
H A D | tcuWin32Window.cpp | 75 SetWindowLongPtr(m_window, GWLP_USERDATA, (LONG_PTR)this); in Window()
|
/third_party/icu/icu4c/source/samples/layout/ |
H A D | layout.cpp | 155 SetWindowLongPtr(hwnd, GWLP_USERDATA, (LONG_PTR) context); in WndProc()
|
H A D | clayout.c | 158 SetWindowLongPtr(hwnd, 0, (LONG_PTR) context); in WndProc()
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
H A D | clayout.c | 157 SetWindowLongPtr(hwnd, 0, (LONG_PTR) context); in WndProc()
|
H A D | layout.cpp | 155 SetWindowLongPtr(hwnd, GWLP_USERDATA, (LONG_PTR) context); in WndProc()
|
/third_party/ffmpeg/libavdevice/ |
H A D | vfwcap.c | 302 SetWindowLongPtr(ctx->hwnd, GWLP_USERDATA, (LONG_PTR) s); in vfw_read_header()
|
H A D | gdigrab.c | 163 SetWindowLongPtr(hwnd, GWLP_WNDPROC, (LONG_PTR) gdigrab_region_wnd_proc); in gdigrab_region_wnd_init()
|
H A D | dshow.c | 1844 LONG_PTR p1, p2; in dshow_check_event_queue()
|
/third_party/skia/tools/sk_app/win/ |
H A D | Window_win.cpp | 120 SetWindowLongPtr(fHWnd, GWLP_USERDATA, (LONG_PTR)this); in init()
|
/third_party/skia/third_party/externals/angle2/util/windows/win32/ |
H A D | Win32Window.cpp | 240 reinterpret_cast<LONG_PTR>(pCreateStruct->lpCreateParams)); in WndProc()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
H A D | vulkan_command_buffer_utils.cpp | 453 SetWindowLongPtr(info.window, GWLP_USERDATA, (LONG_PTR)&info); in init_window()
|
/third_party/python/Tools/msi/bundle/bootstrap/ |
H A D | PythonBootstrapperApplication.cpp | 1882 ::SetWindowLongPtrW(hWnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(pBA)); in WndProc()
|