/third_party/cef/tests/shared/browser/ |
D | util_win.cc | 29 LONG_PTR result = in SetUserDataPtr() 30 ::SetWindowLongPtr(hWnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(ptr)); in SetUserDataPtr() 38 LONG_PTR result = ::SetWindowLongPtr(hWnd, GWLP_WNDPROC, in SetWndProcPtr() 39 reinterpret_cast<LONG_PTR>(wndProc)); in SetWndProcPtr()
|
/third_party/flutter/skia/third_party/externals/sdl/premake/config/ |
D | SDL_config_windows.template.h | 53 #if ((_MSC_VER <= 1200) && (!defined(LONG_PTR))) 54 #define LONG_PTR LONG macro
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_config_winrt.h | 68 #if ((_MSC_VER <= 1200) && (!defined(LONG_PTR))) 69 #define LONG_PTR LONG macro
|
D | SDL_config_windows.h | 53 #if ((_MSC_VER <= 1200) && (!defined(LONG_PTR))) 54 #define LONG_PTR LONG macro
|
D | SDL_config.h.cmake | 400 # if ((_MSC_VER <= 1200) && (!defined(LONG_PTR))) 401 #define LONG_PTR LONG
|
/third_party/flutter/skia/third_party/externals/sdl/premake/VisualC/VS2010/ |
D | SDL_config_premake.h | 53 #if ((_MSC_VER <= 1200) && (!defined(LONG_PTR))) 54 #define LONG_PTR LONG macro
|
/third_party/flutter/skia/third_party/externals/sdl/premake/VisualC/VS2012/ |
D | SDL_config_premake.h | 53 #if ((_MSC_VER <= 1200) && (!defined(LONG_PTR))) 54 #define LONG_PTR LONG macro
|
/third_party/flutter/skia/third_party/externals/sdl/premake/MinGW/ |
D | SDL_config_premake.h | 53 #if ((_MSC_VER <= 1200) && (!defined(LONG_PTR))) 54 #define LONG_PTR LONG macro
|
/third_party/flutter/skia/third_party/externals/sdl/premake/VisualC/VS2008/ |
D | SDL_config_premake.h | 53 #if ((_MSC_VER <= 1200) && (!defined(LONG_PTR))) 54 #define LONG_PTR LONG macro
|
/third_party/gettext/gettext-runtime/intl/ |
D | langprefs.c | 212 ret_first_language (HMODULE h, LPCSTR type, LPCSTR name, WORD lang, LONG_PTR param) in ret_first_language() 224 ret_first_language, (LONG_PTR)&languages); in _nl_language_preferences_win32_system()
|
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
D | gststrmif.h | 84 /* [in] */ LONG_PTR userData) = 0; 186 /* [in] */ LONG_PTR userData);
|
/third_party/cef/tests/cefclient/browser/ |
D | root_window_win.cc | 1142 LONG_PTR hOldWndProc = SetWindowLongPtr( in SubclassWindow() 1143 hWnd, GWLP_WNDPROC, reinterpret_cast<LONG_PTR>(SubclassedWindowProc)); in SubclassWindow() 1153 LONG_PTR hParentWndProc = in UnSubclassWindow() 1154 reinterpret_cast<LONG_PTR>(::GetPropW(hWnd, kParentWndProc)); in UnSubclassWindow() 1156 LONG_PTR hPreviousWndProc = in UnSubclassWindow() 1160 reinterpret_cast<LONG_PTR>(SubclassedWindowProc)); in UnSubclassWindow()
|
/third_party/boost/libs/winapi/test/run/ |
D | basic_types_abi.cpp | 60 BOOST_WINAPI_TEST_TYPE_SAME(LONG_PTR); in main()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowswindow.c | 150 SetWindowLongPtr(hwnd, GWLP_WNDPROC, (LONG_PTR) WIN_WindowProc); in SetupWindowData() 157 SetWindowLong(hwnd, GWL_WNDPROC, (LONG_PTR) WIN_WindowProc); in SetupWindowData() 683 (LONG_PTR) data->wndproc); in WIN_DestroyWindow() 686 (LONG_PTR) data->wndproc); in WIN_DestroyWindow()
|
/third_party/vk-gl-cts/framework/platform/win32/ |
D | tcuWin32Window.cpp | 75 SetWindowLongPtr(m_window, GWLP_USERDATA, (LONG_PTR)this); in Window()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/win32/ |
D | gstvkwindow_win32.c | 246 (LONG_PTR) sub_class_proc); in set_parent_win_id() 279 (LONG_PTR) parent_proc); in release_parent_win_id()
|
/third_party/boost/boost/winapi/ |
D | basic_types.hpp | 141 typedef ::LONG_PTR LONG_PTR_;
|
/third_party/gstreamer/gstplugins_bad/sys/dshowvideosink/ |
D | dshowvideosink.cpp | 128 SetWindowLongPtr (previous_window, GWLP_WNDPROC, (LONG_PTR)sink->prevWndProc); in gst_dshowvideosink_set_window_handle() 506 LONG_PTR param1, param2; in gst_dshowvideosink_handle_event() 673 SetWindowLongPtr (video_window, GWLP_USERDATA, (LONG_PTR)sink); in gst_dshowvideosink_window_thread() 750 …sink->prevWndProc = (WNDPROC) SetWindowLongPtr (sink->window_id, GWLP_WNDPROC, (LONG_PTR)WndProcHo… in gst_dshowvideosink_set_window_for_renderer() 943 SetWindowLongPtr (sink->window_id, GWLP_WNDPROC, (LONG_PTR)sink->prevWndProc); in gst_dshowvideosink_stop_graph()
|
/third_party/cef/libcef/browser/native/ |
D | javascript_dialog_runner_win.cc | 27 SetWindowLongPtr(dialog, DWLP_USER, static_cast<LONG_PTR>(lparam)); in DialogProc()
|
/third_party/flutter/engine/flutter/shell/platform/windows/ |
D | win32_window.cc | 86 reinterpret_cast<LONG_PTR>(cs->lpCreateParams)); in WndProc()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/win32/ |
D | gstglwindow_win32.c | 195 (LONG_PTR) sub_class_proc); in set_parent_win_id() 227 (LONG_PTR) parent_proc); in release_parent_win_id()
|
/third_party/gstreamer/gstplugins_bad/sys/winks/ |
D | ksdeviceprovider.c | 202 LONG_PTR user_data; in msg_window_message_proc() 230 SetWindowLongPtr (window_handle, GWLP_USERDATA, (LONG_PTR) self); in msg_window_message_proc()
|
/third_party/flutter/skia/third_party/externals/icu/source/samples/layout/ |
D | clayout.c | 157 SetWindowLongPtr(hwnd, 0, (LONG_PTR) context); in WndProc()
|
D | layout.cpp | 155 SetWindowLongPtr(hwnd, GWLP_USERDATA, (LONG_PTR) context); in WndProc()
|
/third_party/icu/icu4c/source/samples/layout/ |
D | layout.cpp | 155 SetWindowLongPtr(hwnd, GWLP_USERDATA, (LONG_PTR) context); in WndProc()
|