HomeSort by relevance Sort by last modified time
    Searched full:wndproc (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/chromium_org/content/browser/
system_message_window_win.h 27 LRESULT CALLBACK WndProc(HWND hwnd, UINT message,
37 return msg_wnd->WndProc(hwnd, message, wparam, lparam);
  /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/ui/gfx/win/
hwnd_util.h 22 GFX_EXPORT WNDPROC SetWindowProc(HWND hwnd, WNDPROC wndproc);
window_impl.h 75 // Handles the WndProc callback for this object.
88 static LRESULT CALLBACK WndProc(HWND window,
  /external/chromium/chrome/browser/ui/views/status_icons/
status_tray_win.h 19 LRESULT CALLBACK WndProc(HWND hwnd,
status_tray_win_unittest.cc 50 tray.WndProc(NULL, icon->message_id(), icon->icon_id(), WM_LBUTTONDOWN);
52 tray.WndProc(NULL, icon->message_id(), icon->icon_id(), WM_RBUTTONDOWN);
status_tray_win.cc 47 return msg_wnd->WndProc(hwnd, message, wparam, lparam);
52 LRESULT CALLBACK StatusTrayWin::WndProc(HWND hwnd,
  /external/chromium_org/chrome/browser/ui/views/status_icons/
status_tray_win_unittest.cc 69 tray.WndProc(NULL, icon->message_id(), icon->icon_id(), WM_LBUTTONDOWN);
71 tray.WndProc(NULL, icon->message_id(), icon->icon_id(), WM_RBUTTONDOWN);
87 tray.WndProc(
104 tray.WndProc(NULL, message_id, icon_id, WM_LBUTTONDOWN);
status_tray_win.h 19 LRESULT CALLBACK WndProc(HWND hwnd,
status_tray_win.cc 64 return msg_wnd->WndProc(hwnd, message, wparam, lparam);
69 LRESULT CALLBACK StatusTrayWin::WndProc(HWND hwnd,
  /external/chromium_org/ui/base/win/
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);
  /external/chromium_org/third_party/skia/src/views/win/
skia_win.cpp 23 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
81 wcex.lpfnWndProc = WndProc;
162 // FUNCTION: WndProc(HWND, UINT, WPARAM, LPARAM)
171 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
180 if (gSkWind->wndProc(hWnd, message, wParam, lParam)) {
  /external/skia/src/views/win/
skia_win.cpp 23 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
81 wcex.lpfnWndProc = WndProc;
162 // FUNCTION: WndProc(HWND, UINT, WPARAM, LPARAM)
171 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
180 if (gSkWind->wndProc(hWnd, message, wParam, lParam)) {
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32window.cc 59 reinterpret_cast<LPCWSTR>(&Win32Window::WndProc),
70 wcex.lpfnWndProc = &Win32Window::WndProc;
107 LRESULT Win32Window::WndProc(HWND hwnd, UINT uMsg,
win32window.h 63 static LRESULT CALLBACK WndProc(HWND hwnd, UINT uMsg, WPARAM wParam,
  /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/third_party/skia/include/views/
SkOSWindow_Win.h 49 bool wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
  /external/skia/include/views/
SkOSWindow_Win.h 49 bool wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
  /external/chromium/third_party/libjingle/source/talk/base/
win32window.cc 62 wcex.lpfnWndProc = &Win32Window::WndProc;
103 LRESULT Win32Window::WndProc(HWND hwnd, UINT uMsg,
  /external/chromium_org/win8/metro_driver/
metro_driver_win7.cc 42 LRESULT CALLBACK WndProc(HWND hwnd, UINT message,
66 wcex.lpfnWndProc = WndProc;
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_win.cc 72 base::LazyInstance<std::map<HWND, WNDPROC> > g_window_handle_proc_map =
328 WNDPROC current_wnd_proc = reinterpret_cast<WNDPROC>(
389 // is code to handle this in the wndproc. However the plugin subclasses the
550 WNDPROC current_wnd_proc = reinterpret_cast<WNDPROC>(
614 WNDPROC proc = reinterpret_cast<WNDPROC>(msg.time);
632 void WebPluginDelegateImpl::ThrottleMessage(WNDPROC proc, HWND hwnd,
660 std::map<HWND, WNDPROC>::iterator index
    [all...]
  /external/chromium/base/win/
wrapped_window_proc.h 55 template <WNDPROC proc>
  /external/chromium_org/chrome/browser/storage_monitor/
storage_monitor_win.h 59 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wparam,

Completed in 624 milliseconds

1 2 3