OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetWindowLongPtr
(Results
1 - 25
of
28
) sorted by null
1
2
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_lowvideo.h
36
#ifndef
SetWindowLongPtr
37
#define
SetWindowLongPtr
SetWindowLong
/external/chromium/third_party/libjingle/source/talk/base/
win32window.cc
111
::
SetWindowLongPtr
(hwnd, GWL_USERDATA, reinterpret_cast<LONG_PTR>(that));
123
::
SetWindowLongPtr
(hwnd, GWL_USERDATA, NULL);
/external/chromium_org/third_party/libjingle/source/talk/base/
win32window.cc
115
::
SetWindowLongPtr
(hwnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(that));
127
::
SetWindowLongPtr
(hwnd, GWLP_USERDATA, NULL);
/external/chromium_org/base/win/
message_window.cc
138
LONG_PTR result =
SetWindowLongPtr
(
148
LONG_PTR result =
SetWindowLongPtr
(hwnd, GWLP_USERDATA, NULL);
/external/chromium_org/base/power_monitor/
power_monitor_device_source_win.cc
55
SetWindowLongPtr
(message_hwnd_, GWLP_USERDATA,
/external/chromium_org/content/shell/
shell_javascript_dialog_win.cc
22
SetWindowLongPtr
(dialog, DWLP_USER, static_cast<LONG_PTR>(lparam));
/external/chromium_org/media/tools/shader_bench/
window_win.cc
91
SetWindowLongPtr
(window_handle_, GWLP_USERDATA,
/external/chromium_org/remoting/host/
continue_window_win.cc
80
SetWindowLongPtr
(hwnd, DWLP_USER, (LONG_PTR)win);
disconnect_window_win.cc
141
LONG_PTR result =
SetWindowLongPtr
(hwnd, DWLP_USER, self);
204
SetWindowLongPtr
(hwnd, DWLP_MSGRESULT, HTCAPTION);
/external/chromium_org/third_party/angle_dx11/src/libEGL/
Surface.cpp
260
LONG_PTR oldWndProc =
SetWindowLongPtr
(mWindow, GWLP_WNDPROC, reinterpret_cast<LONG_PTR>(SurfaceWindowProc));
289
LONG_PTR prevWndFunc =
SetWindowLongPtr
(mWindow, GWLP_WNDPROC, parentWndFunc);
/external/chromium_org/ui/base/win/
hwnd_util.cc
79
// The reason we don't return the
SetwindowLongPtr
() value is that it returns
84
SetWindowLongPtr
(hwnd, GWLP_WNDPROC, reinterpret_cast<LONG_PTR>(proc));
90
reinterpret_cast<void*>(
SetWindowLongPtr
(hwnd, GWLP_USERDATA,
/external/chromium_org/chrome/browser/storage_monitor/
storage_monitor_win.cc
59
SetWindowLongPtr
(window_, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(this));
/external/chromium_org/content/browser/
system_message_window_win.cc
94
SetWindowLongPtr
(window_, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(this));