/external/chromium/base/ |
fix_wp64.h | 23 return reinterpret_cast<void*>(static_cast<LONG_PTR>(InterlockedExchange( 25 static_cast<LONG>(reinterpret_cast<LONG_PTR>(value))))); 33 // instead of a LONG_PTR. 34 inline LONG_PTR SetWindowLongPtrA(HWND window, int index, LONG_PTR new_long) { 41 inline LONG_PTR SetWindowLongPtrW(HWND window, int index, LONG_PTR new_long) { 48 inline LONG_PTR GetWindowLongPtrA(HWND window, int index) { 55 inline LONG_PTR GetWindowLongPtrW(HWND window, int index) { 62 inline LONG_PTR SetClassLongPtrA(HWND window, int index, LONG_PTR new_long) [all...] |
/external/webrtc/src/system_wrappers/interface/ |
fix_interlocked_exchange_pointer_win.h | 27 return reinterpret_cast<void*>(static_cast<LONG_PTR>(InterlockedExchange( 29 static_cast<LONG>(reinterpret_cast<LONG_PTR>(value)))));
|
/external/chromium_org/third_party/angle/samples/gles2_book/Common/Win32/ |
esUtil_win32.c | 45 ESContext *esContext = (ESContext*)(LONG_PTR) GetWindowLongPtr ( hWnd, GWL_USERDATA ); 55 ESContext *esContext = (ESContext*)(LONG_PTR) GetWindowLongPtr ( hWnd, GWL_USERDATA ); 72 ESContext *esContext = (ESContext*)(LONG_PTR) GetWindowLongPtr ( hWnd, GWL_USERDATA ); 143 SetWindowLongPtr ( esContext->hWnd, GWL_USERDATA, (LONG) (LONG_PTR) esContext );
|
/external/chromium_org/base/win/ |
message_window.cc | 138 LONG_PTR result = SetWindowLongPtr( 139 hwnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(self)); 148 LONG_PTR result = SetWindowLongPtr(hwnd, GWLP_USERDATA, NULL);
|
/external/chromium_org/third_party/angle/src/libEGL/ |
Surface.cpp | 262 LONG_PTR oldWndProc = SetWindowLongPtr(mWindow, GWLP_WNDPROC, reinterpret_cast<LONG_PTR>(SurfaceWindowProc)); 282 LONG_PTR parentWndFunc = reinterpret_cast<LONG_PTR>(GetProp(mWindow, kParentWndProc)); 291 LONG_PTR prevWndFunc = SetWindowLongPtr(mWindow, GWLP_WNDPROC, parentWndFunc); 292 ASSERT(prevWndFunc == reinterpret_cast<LONG_PTR>(SurfaceWindowProc));
|
/external/chromium_org/remoting/host/ |
continue_window_win.cc | 80 SetWindowLongPtr(hwnd, DWLP_USER, (LONG_PTR)win); 82 LONG_PTR lp = GetWindowLongPtr(hwnd, DWLP_USER);
|
disconnect_window_win.cc | 137 LONG_PTR self = NULL; 143 LONG_PTR result = SetWindowLongPtr(hwnd, DWLP_USER, self);
|
/external/chromium_org/sandbox/win/sandbox_poc/pocdll/ |
utils.h | 49 int c_file_handle = _open_osfhandle(reinterpret_cast<LONG_PTR>(new_handle),
|
registry.cc | 15 switch (reinterpret_cast<LONG_PTR>(key)) {
|
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_config_win32.h | 53 #if ((_MSC_VER <= 1200) && (!defined(LONG_PTR))) 54 #define LONG_PTR LONG
|
/external/chromium_org/remoting/host/win/ |
elevated_controller.h | 46 STDMETHOD(SetOwnerWindow)(LONG_PTR owner_window);
|
chromoting_lib_idl.templ | 33 HRESULT SetOwnerWindow([in] LONG_PTR owner_window);
|
/external/chromium_org/content/shell/browser/ |
shell_javascript_dialog_win.cc | 22 SetWindowLongPtr(dialog, DWLP_USER, static_cast<LONG_PTR>(lparam));
|
/external/chromium_org/chrome/installer/util/ |
html_dialog_impl.cc | 90 LONG_PTR style = ::GetWindowLongPtrW(target_window, GWL_STYLE); 164 LONG_PTR style = ::GetWindowLongPtrW(top_window, GWL_STYLE);
|
/external/e2fsprogs/ext2ed/ |
general_com.c | 277 long *long_ptr; local 296 long_ptr = (long *) ptr; 297 *long_ptr = v; 312 unsigned long *long_ptr; local 331 long_ptr = (unsigned long *) ptr; 332 *long_ptr = v; 362 unsigned long *long_ptr,offset=0; local
|
/external/chromium/third_party/libjingle/source/talk/base/ |
win32window.cc | 111 ::SetWindowLongPtr(hwnd, GWL_USERDATA, reinterpret_cast<LONG_PTR>(that));
|
/external/chromium_org/content/browser/ |
system_message_window_win.cc | 94 SetWindowLongPtr(window_, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(this));
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
win32window.cc | 115 ::SetWindowLongPtr(hwnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(that));
|
/external/chromium_org/third_party/libusb/src/libusb/os/ |
poll_windows.h | 41 #define DUMMY_HANDLE ((HANDLE)(LONG_PTR)-2)
|
/external/chromium_org/win8/metro_driver/ |
metro_driver_win7.cc | 19 void ODS(const char* str, LONG_PTR val = 0) {
|
chrome_app_view.cc | 224 hwnd, GWLP_WNDPROC, reinterpret_cast<LONG_PTR>(ChromeWindowProc))); 231 DVLOG(1) << __FUNCTION__ << ", hwnd=" << LONG_PTR(hwnd); 237 << LONG_PTR(current_top_frame); 275 DVLOG(1) << __FUNCTION__ << ", hwnd=" << LONG_PTR(hwnd); 443 DVLOG(1) << __FUNCTION__ << ", hwnd=" << LONG_PTR(hwnd); 453 DVLOG(1) << __FUNCTION__ << ", hwnd=" << LONG_PTR(hwnd); 642 reinterpret_cast<LONG_PTR>(ChromeAppView::CoreWindowProc))); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/ |
wintypes.py | 44 # LPARAM is defined as LONG_PTR (signed type)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/ |
wintypes.py | 44 # LPARAM is defined as LONG_PTR (signed type)
|
/external/chromium_org/ui/gfx/win/ |
hwnd_util.cc | 103 SetWindowLongPtr(hwnd, GWLP_WNDPROC, reinterpret_cast<LONG_PTR>(proc)); 110 reinterpret_cast<LONG_PTR>(user_data)));
|
/external/clang/test/Analysis/ |
null-deref-ps.c | 256 typedef long LONG_PTR, *PLONG_PTR; 259 typedef LONG_PTR LRESULT;
|