/external/chromium_org/chrome/browser/storage_monitor/ |
storage_monitor_win.h | 64 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wparam,
|
storage_monitor_win.cc | 132 return msg_wnd->WndProc(hwnd, message, wparam, lparam); 136 LRESULT CALLBACK StorageMonitorWin::WndProc(HWND hwnd, UINT message,
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
win32window.h | 63 static LRESULT CALLBACK WndProc(HWND hwnd, UINT uMsg, WPARAM wParam,
|
/external/chromium_org/third_party/skia/src/gpu/gl/win/ |
SkNativeGLContext_win.cpp | 61 wc.lpfnWndProc = (WNDPROC) DefWindowProc;
|
/external/chromium_org/ui/views/controls/ |
native_control.cc | 167 WNDPROC original_handler_; 366 WNDPROC original_handler = native_control->container_->original_handler_; 381 ui::SetWindowProc(window, reinterpret_cast<WNDPROC>(original_handler)); 385 return CallWindowProc(reinterpret_cast<WNDPROC>(original_handler), window,
|
/external/skia/src/gpu/gl/win/ |
SkNativeGLContext_win.cpp | 61 wc.lpfnWndProc = (WNDPROC) DefWindowProc;
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
app-win32.c | 162 static LRESULT CALLBACK wndProc(HWND wnd, UINT message, 223 wc.lpfnWndProc = (WNDPROC)wndProc;
|
/external/chromium_org/chrome_frame/ |
function_stub.h | 42 // for patching entries of a vtable or e.g. a globally registered wndproc 56 // LRESULT WndProc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam); 62 // LRESULT MyNewWndProc(WNDPROC original, HWND hwnd, UINT msg,
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
winrand.c | 66 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); 87 wndclass.lpfnWndProc = WndProc; 116 LRESULT CALLBACK WndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam)
|
/external/openssl/apps/ |
winrand.c | 66 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); 87 wndclass.lpfnWndProc = WndProc; 116 LRESULT CALLBACK WndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam)
|
/external/chromium_org/ui/base/win/ |
window_impl.cc | 107 &base::win::WrappedWindowProc<WindowImpl::WndProc>, 210 base::win::WrappedWindowProc<&WindowImpl::WndProc>; 244 LRESULT CALLBACK WindowImpl::WndProc(HWND hwnd,
|
hwnd_subclass.h | 75 WNDPROC original_wnd_proc_;
|
/external/icu4c/samples/layout/ |
clayout.c | 36 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); 80 wndclass.lpfnWndProc = WndProc; 118 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
|
layout.cpp | 35 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); 79 wndclass.lpfnWndProc = WndProc; 117 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
|
/external/chromium/third_party/libjingle/source/talk/base/ |
win32window.h | 65 static LRESULT CALLBACK WndProc(HWND hwnd, UINT uMsg, WPARAM wParam,
|
/external/chromium_org/base/power_monitor/ |
power_monitor_device_source.h | 65 LRESULT CALLBACK WndProc(HWND hwnd, UINT message,
|
/external/chromium/chrome/browser/ |
process_singleton.h | 135 LRESULT CALLBACK WndProc(HWND hwnd, 146 return msg_wnd->WndProc(hwnd, message, wparam, lparam);
|
/external/chromium_org/content/shell/ |
shell_win.cc | 179 &Shell::WndProc, 193 LRESULT CALLBACK Shell::WndProc(HWND hwnd, UINT message, WPARAM wParam,
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10app/ |
d3d10winmain.cpp | 40 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) 68 wcex.lpfnWndProc = WndProc;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/ |
d3d11winmain.cpp | 40 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) 68 wcex.lpfnWndProc = WndProc;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
stw_ext_pbuffer.c | 47 WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) 139 wc.lpfnWndProc = WndProc;
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/ |
d3d10winmain.cpp | 40 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) 68 wcex.lpfnWndProc = WndProc;
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/ |
d3d11winmain.cpp | 40 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) 68 wcex.lpfnWndProc = WndProc;
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_ext_pbuffer.c | 47 WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) 139 wc.lpfnWndProc = WndProc;
|
/external/chromium_org/content/child/npapi/ |
webplugin_delegate_impl.h | 231 // Our WndProc functions. 244 static void ThrottleMessage(WNDPROC proc, HWND hwnd, UINT message, 295 // Original wndproc before we subclassed. 296 WNDPROC plugin_wnd_proc_; 347 WNDPROC old_dummy_window_proc_;
|