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

1 2

  /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);
  /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/third_party/libjingle/source/talk/base/
win32window.h 65 static LRESULT CALLBACK WndProc(HWND hwnd, UINT uMsg, WPARAM wParam,
win32window.cc 62 wcex.lpfnWndProc = &Win32Window::WndProc;
103 LRESULT Win32Window::WndProc(HWND hwnd, UINT uMsg,
  /external/chromium_org/chrome/browser/ui/views/status_icons/
status_tray_win.h 19 LRESULT CALLBACK WndProc(HWND hwnd,
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.cc 64 return msg_wnd->WndProc(hwnd, message, wparam, lparam);
69 LRESULT CALLBACK StatusTrayWin::WndProc(HWND hwnd,
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32window.h 63 static LRESULT CALLBACK WndProc(HWND hwnd, UINT uMsg, WPARAM wParam,
win32window.cc 59 reinterpret_cast<LPCWSTR>(&Win32Window::WndProc),
70 wcex.lpfnWndProc = &Win32Window::WndProc;
107 LRESULT Win32Window::WndProc(HWND hwnd, UINT uMsg,
  /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/base/power_monitor/
power_monitor_device_source.h 65 LRESULT CALLBACK WndProc(HWND hwnd, UINT message,
power_monitor_device_source_win.cc 99 LRESULT CALLBACK PowerMonitorDeviceSource::PowerMessageWindow::WndProc(
126 return message_hwnd->WndProc(hwnd, message, wparam, lparam);
  /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/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/win8/metro_driver/
metro_driver_win7.cc 42 LRESULT CALLBACK WndProc(HWND hwnd, UINT message,
66 wcex.lpfnWndProc = WndProc;
  /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/ui/base/win/
window_impl.h 75 // Handles the WndProc callback for this object.
88 static LRESULT CALLBACK WndProc(HWND window,
hwnd_subclass.cc 18 LRESULT CALLBACK WndProc(HWND hwnd,
32 WNDPROC GetCurrentWndProc(HWND target) {
33 return reinterpret_cast<WNDPROC>(GetWindowLongPtr(target, GWLP_WNDPROC));
126 ui::SetWindowProc(target_, &WndProc);
  /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;

Completed in 1814 milliseconds

1 2