Searched refs:WndProc (Results 1 - 25 of 44) sorted by relevance

12

/external/chromium_org/content/browser/
H A Dsystem_message_window_win.h27 LRESULT CALLBACK WndProc(HWND hwnd, UINT message,
37 return msg_wnd->WndProc(hwnd, message, wparam, lparam);
/external/chromium/chrome/browser/ui/views/status_icons/
H A Dstatus_tray_win.h19 LRESULT CALLBACK WndProc(HWND hwnd,
H A Dstatus_tray_win_unittest.cc50 tray.WndProc(NULL, icon->message_id(), icon->icon_id(), WM_LBUTTONDOWN);
52 tray.WndProc(NULL, icon->message_id(), icon->icon_id(), WM_RBUTTONDOWN);
H A Dstatus_tray_win.cc47 return msg_wnd->WndProc(hwnd, message, wparam, lparam);
52 LRESULT CALLBACK StatusTrayWin::WndProc(HWND hwnd, function in class:StatusTrayWin
/external/chromium_org/chrome/browser/ui/views/status_icons/
H A Dstatus_tray_win_unittest.cc69 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);
H A Dstatus_tray_win.h19 LRESULT CALLBACK WndProc(HWND hwnd,
H A Dstatus_tray_win.cc64 return msg_wnd->WndProc(hwnd, message, wparam, lparam);
69 LRESULT CALLBACK StatusTrayWin::WndProc(HWND hwnd, function in class:StatusTrayWin
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dwin32window.cc59 reinterpret_cast<LPCWSTR>(&Win32Window::WndProc),
70 wcex.lpfnWndProc = &Win32Window::WndProc;
107 LRESULT Win32Window::WndProc(HWND hwnd, UINT uMsg, function in class:talk_base::Win32Window
H A Dwin32window.h63 static LRESULT CALLBACK WndProc(HWND hwnd, UINT uMsg, WPARAM wParam,
/external/chromium_org/third_party/openssl/openssl/apps/
H A Dwinrand.c66 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
87 wndclass.lpfnWndProc = WndProc;
116 LRESULT CALLBACK WndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam) function
/external/openssl/apps/
H A Dwinrand.c66 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
87 wndclass.lpfnWndProc = WndProc;
116 LRESULT CALLBACK WndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam) function
/external/chromium/third_party/libjingle/source/talk/base/
H A Dwin32window.h65 static LRESULT CALLBACK WndProc(HWND hwnd, UINT uMsg, WPARAM wParam,
H A Dwin32window.cc62 wcex.lpfnWndProc = &Win32Window::WndProc;
103 LRESULT Win32Window::WndProc(HWND hwnd, UINT uMsg, function in class:talk_base::Win32Window
/external/chromium/chrome/browser/
H A Dprocess_singleton.h135 LRESULT CALLBACK WndProc(HWND hwnd,
146 return msg_wnd->WndProc(hwnd, message, wparam, lparam);
/external/chromium_org/base/power_monitor/
H A Dpower_monitor_device_source_win.cc99 LRESULT CALLBACK PowerMonitorDeviceSource::PowerMessageWindow::WndProc( function in class:base::PowerMonitorDeviceSource::PowerMessageWindow
126 return message_hwnd->WndProc(hwnd, message, wparam, lparam);
H A Dpower_monitor_device_source.h65 LRESULT CALLBACK WndProc(HWND hwnd, UINT message,
/external/chromium_org/third_party/skia/src/views/win/
H A Dskia_win.cpp23 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) function
/external/skia/src/views/win/
H A Dskia_win.cpp23 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) function
/external/chromium_org/win8/metro_driver/
H A Dmetro_driver_win7.cc42 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, function
66 wcex.lpfnWndProc = WndProc;
/external/chromium_org/chrome/browser/storage_monitor/
H A Dstorage_monitor_win.h64 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wparam,
H A Dstorage_monitor_win.cc132 return msg_wnd->WndProc(hwnd, message, wparam, lparam);
136 LRESULT CALLBACK StorageMonitorWin::WndProc(HWND hwnd, UINT message, function in class:chrome::StorageMonitorWin
/external/chromium_org/ui/base/win/
H A Dwindow_impl.h75 // Handles the WndProc callback for this object.
88 static LRESULT CALLBACK WndProc(HWND window,
H A Dhwnd_subclass.cc18 LRESULT CALLBACK WndProc(HWND hwnd, function in namespace:__anon14263
126 ui::SetWindowProc(target_, &WndProc);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10app/
H A Dd3d10winmain.cpp40 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) function
68 wcex.lpfnWndProc = WndProc;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11winmain.cpp40 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) function
68 wcex.lpfnWndProc = WndProc;

Completed in 564 milliseconds

12