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

  /external/chromium_org/base/win/
wrapped_window_proc.h 42 WNDPROC window_proc,
71 template <WNDPROC proc>
wrapped_window_proc.cc 35 WNDPROC window_proc,
  /external/chromium_org/ui/gfx/win/
hwnd_util.h 22 GFX_EXPORT WNDPROC SetWindowProc(HWND hwnd, WNDPROC wndproc);
hwnd_util.cc 97 WNDPROC SetWindowProc(HWND hwnd, WNDPROC proc) {
101 WNDPROC oldwindow_proc =
102 reinterpret_cast<WNDPROC>(GetWindowLongPtr(hwnd, GWLP_WNDPROC));
  /external/chromium_org/ui/base/win/
hwnd_subclass.h 75 WNDPROC original_wnd_proc_;
hwnd_subclass.cc 18 LRESULT CALLBACK WndProc(HWND hwnd,
32 WNDPROC GetCurrentWndProc(HWND target) {
33 return reinterpret_cast<WNDPROC>(GetWindowLongPtr(target, GWLP_WNDPROC));
126 gfx::SetWindowProc(target_, &WndProc);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_funcptr.py 46 WNDPROC = WINFUNCTYPE(c_long, c_int, c_int, c_int, c_int)
48 def wndproc(hwnd, msg, wParam, lParam): function in function:CFuncPtrTestCase.test_structures
58 ("lpfnWndProc", WNDPROC),
68 wndclass.lpfnWndProc = WNDPROC(wndproc)
75 ## "lpfnWndProc", WNDPROC_2(wndproc))
78 self.assertTrue(WNDPROC is WNDPROC_2)
86 del wndproc
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_funcptr.py 46 WNDPROC = WINFUNCTYPE(c_long, c_int, c_int, c_int, c_int)
48 def wndproc(hwnd, msg, wParam, lParam): function in function:CFuncPtrTestCase.test_structures
58 ("lpfnWndProc", WNDPROC),
68 wndclass.lpfnWndProc = WNDPROC(wndproc)
75 ## "lpfnWndProc", WNDPROC_2(wndproc))
78 self.assertTrue(WNDPROC is WNDPROC_2)
86 del wndproc
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_win.cc 72 base::LazyInstance<std::map<HWND, WNDPROC> > g_window_handle_proc_map =
324 WNDPROC current_wnd_proc = reinterpret_cast<WNDPROC>(
385 // is code to handle this in the wndproc. However the plugin subclasses the
515 WNDPROC current_wnd_proc = reinterpret_cast<WNDPROC>(
579 WNDPROC proc = reinterpret_cast<WNDPROC>(msg.time);
597 void WebPluginDelegateImpl::ThrottleMessage(WNDPROC proc, HWND hwnd,
625 std::map<HWND, WNDPROC>::iterator index
    [all...]
webplugin_delegate_impl.h 234 // Our WndProc functions.
247 static void ThrottleMessage(WNDPROC proc, HWND hwnd, UINT message,
298 // Original wndproc before we subclassed.
299 WNDPROC plugin_wnd_proc_;
329 WNDPROC old_dummy_window_proc_;
  /external/skia/src/gpu/gl/win/
SkNativeGLContext_win.cpp 61 wc.lpfnWndProc = (WNDPROC) DefWindowProc;
  /external/chromium_org/third_party/skia/src/gpu/gl/win/
SkNativeGLContext_win.cpp 65 wc.lpfnWndProc = (WNDPROC) DefWindowProc;
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_win.cc 155 wcx.lpfnWndProc = (WNDPROC) ViEAutoTestWinProc;
  /external/chromium_org/win8/metro_driver/
chrome_app_view.h 157 WNDPROC g_core_proc;
chrome_app_view.cc 204 WNDPROC old_proc = reinterpret_cast<WNDPROC>(
220 // Subclass the wndproc of the frame window, if it's not already there.
222 WNDPROC old_chrome_proc =
223 reinterpret_cast<WNDPROC>(::SetWindowLongPtr(
640 reinterpret_cast<WNDPROC>(::SetWindowLongPtr(
    [all...]
  /external/chromium_org/third_party/angle/src/libEGL/
Surface.cpp 246 WNDPROC prevWndFunc = reinterpret_cast<WNDPROC >(GetProp(hwnd, kParentWndProc));
  /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/skia/src/utils/win/
SkWGL_win.cpp 158 wc.lpfnWndProc = (WNDPROC) DefWindowProc;
  /external/chromium_org/third_party/skia/src/utils/win/
SkWGL_win.cpp 182 wc.lpfnWndProc = (WNDPROC) DefWindowProc;
  /external/chromium_org/third_party/webrtc/modules/video_render/test/testAPI/
testAPI.cc 116 wcx.lpfnWndProc = (WNDPROC)WebRtcWinProc;
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibevents.c 64 #define WNDPROCTYPE WNDPROC
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5events.c 65 #define WNDPROCTYPE WNDPROC
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winuser.h 39 typedef LRESULT (CALLBACK *WNDPROC)(HWND,UINT,WPARAM,LPARAM);
759 WNDPROC lpfnWndProc;
774 WNDPROC lpfnWndProc;
794 WNDPROC lpfnWndProc;
807 WNDPROC lpfnWndProc;
    [all...]
windowsx.h16 70 #define SubclassWindow(hwnd,lpfn) ((WNDPROC)SetWindowLong((hwnd),GWL_WNDPROC,(LPARAM)(WNDPROC)(lpfn)))
    [all...]
windowsx.h 58 #define SubclassWindow(hwnd,lpfn) ((WNDPROC)SetWindowLongPtr((hwnd),GWLP_WNDPROC,(LPARAM)(WNDPROC)(lpfn)))
    [all...]

Completed in 5337 milliseconds