HomeSort by relevance Sort by last modified time
    Searched refs:LONG_PTR (Results 1 - 18 of 18) sorted by null

  /external/chromium/base/
fix_wp64.h 22 return reinterpret_cast<void*>(static_cast<LONG_PTR>(InterlockedExchange(
24 static_cast<LONG>(reinterpret_cast<LONG_PTR>(value)))));
32 // instead of a LONG_PTR.
33 inline LONG_PTR SetWindowLongPtrA(HWND window, int index, LONG_PTR new_long) {
40 inline LONG_PTR SetWindowLongPtrW(HWND window, int index, LONG_PTR new_long) {
47 inline LONG_PTR GetWindowLongPtrA(HWND window, int index) {
54 inline LONG_PTR GetWindowLongPtrW(HWND window, int index) {
61 inline LONG_PTR SetClassLongPtrA(HWND window, int index, LONG_PTR new_long)
    [all...]
win_util.cc 262 SetWindowLongPtr(hwnd, GWLP_WNDPROC, reinterpret_cast<LONG_PTR>(proc));
269 reinterpret_cast<LONG_PTR>(user_data)));
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_config_win32.h 53 #if ((_MSC_VER <= 1200) && (!defined(LONG_PTR)))
54 #define LONG_PTR LONG
  /external/webkit/WebCore/platform/win/
WindowMessageBroadcaster.cpp 80 m_originalWndProc = reinterpret_cast<WNDPROC>(SetWindowLongPtr(m_subclassedWindow, GWLP_WNDPROC, reinterpret_cast<LONG_PTR>(SubclassedWndProc)));
108 SetWindowLongPtr(m_subclassedWindow, GWLP_WNDPROC, reinterpret_cast<LONG_PTR>(m_originalWndProc));
PasteboardWin.cpp 54 LONG_PTR longPtr = GetWindowLongPtr(hWnd, 0);
PopupMenuWin.cpp 748 LONG_PTR longPtr = GetWindowLongPtr(hWnd, 0);
761 ::SetWindowLongPtr(hWnd, 0, (LONG_PTR)createStruct->lpCreateParams);
  /external/webkit/WebCore/platform/network/
ResourceHandle.h 51 typedef _W64 long LONG_PTR;
52 typedef LONG_PTR LRESULT;
  /external/webkit/WebKit/win/Interfaces/
IWebUIDelegatePrivate.idl 61 HRESULT webViewGetDlgCode([in] IWebView* sender, [in] UINT keyCode, [out, retval] LONG_PTR* code);
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_syswm.c 204 SetClassLongPtr(SDL_Window, GCLP_HICON, (LONG_PTR)screen_icn);
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibevents.c 556 SetWindowLongPtr(SDL_Window, GWLP_WNDPROC, (LONG_PTR)WinMessage);
580 SetWindowLongPtr(SDL_Window, GWLP_WNDPROC, (LONG_PTR)userWindowProc);
  /external/webkit/WebKit/win/
FullscreenVideoController.cpp 375 SetWindowLongPtr(m_hudWindow, 0, reinterpret_cast<LONG_PTR>(this));
475 LONG_PTR longPtr = GetWindowLongPtr(wnd, 0);
WebView.cpp     [all...]
  /external/icu4c/samples/layout/
clayout.c 151 SetWindowLongPtr(hwnd, 0, (LONG_PTR) context);
layout.cpp 149 SetWindowLongPtr(hwnd, GWLP_USERDATA, (LONG_PTR) context);
  /external/webkit/WebKitTools/DumpRenderTree/win/
UIDelegate.cpp 518 /* [retval][out] */ LONG_PTR *code)
UIDelegate.h 368 /* [retval][out] */ LONG_PTR *code);
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5events.c 878 SetWindowLongPtr(SDL_Window, GWLP_WNDPROC, (LONG_PTR)WinMessage);
912 SetWindowLongPtr(SDL_Window, GWLP_WNDPROC, (LONG_PTR)userWindowProc);
  /external/webkit/WebCore/plugins/win/
PluginViewWin.cpp 1025 ::SetWindowLongPtrA(platformPluginWidget(), GWLP_WNDPROC, (LONG_PTR)DefWindowProcA);
    [all...]

Completed in 409 milliseconds