Searched defs:wParam (Results 1 - 25 of 56) sorted by path

123

/external/chromium_org/base/
H A Devent_recorder_win.cc25 LRESULT CALLBACK StaticRecordWndProc(int nCode, WPARAM wParam, argument
28 return EventRecorder::current()->RecordWndProc(nCode, wParam, lParam);
31 LRESULT CALLBACK StaticPlaybackWndProc(int nCode, WPARAM wParam, argument
34 return EventRecorder::current()->PlaybackWndProc(nCode, wParam, lParam);
164 LRESULT EventRecorder::RecordWndProc(int nCode, WPARAM wParam, LPARAM lParam) { argument
171 return ::CallNextHookEx(journal_hook_, nCode, wParam, lParam);
176 return ::CallNextHookEx(journal_hook_, nCode, wParam, lParam);
198 return CallNextHookEx(journal_hook_, nCode, wParam, lParam);
202 LRESULT EventRecorder::PlaybackWndProc(int nCode, WPARAM wParam, argument
255 return CallNextHookEx(journal_hook_, nCode, wParam, lPara
[all...]
/external/chromium_org/chrome/installer/util/
H A Dhtml_dialog_impl.cc63 static LRESULT CALLBACK MsgFilter(int code, WPARAM wParam, LPARAM lParam);
85 LRESULT HTMLDialogWin::MsgFilter(int code, WPARAM wParam, LPARAM lParam) { argument
98 return ::CallNextHookEx(hook_, code, wParam, lParam);
/external/chromium_org/content/child/npapi/
H A Dwebplugin_delegate_impl_win.cc205 int code, WPARAM wParam, LPARAM lParam) {
211 return CallNextHookEx(NULL, code, wParam, lParam);
215 int code, WPARAM wParam, LPARAM lParam) {
219 HandleCaptureForMessage(hook_struct->hwnd, wParam);
222 return CallNextHookEx(NULL, code, wParam, lParam);
584 CallWindowProc(proc, msg.hwnd, msg.message, msg.wParam, msg.lParam);
598 UINT message, WPARAM wParam,
604 msg.wParam = wParam;
870 HWND hWnd, UINT message, WPARAM wParam, LPARA
204 HandleEventMessageFilterHook( int code, WPARAM wParam, LPARAM lParam) argument
214 MouseHookProc( int code, WPARAM wParam, LPARAM lParam) argument
597 ThrottleMessage(WNDPROC proc, HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) argument
869 WrapperWindowProc( HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
[all...]
/external/chromium_org/remoting/host/
H A Dcontinue_window_win.cc33 static BOOL CALLBACK DialogProc(HWND hwmd, UINT msg, WPARAM wParam,
36 BOOL OnDialogMessage(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
75 WPARAM wParam, LPARAM lParam) {
87 return win->OnDialogMessage(hwnd, msg, wParam, lParam);
91 WPARAM wParam, LPARAM lParam) {
103 switch (LOWORD(wParam)) {
106 ::EndDialog(hwnd, LOWORD(wParam));
111 ::EndDialog(hwnd, LOWORD(wParam));
74 DialogProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) argument
90 OnDialogMessage(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) argument
/external/chromium_org/third_party/angle/util/win32/
H A DWin32Window.cpp128 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
136 return DefWindowProcA(hWnd, message, wParam, lParam);
226 event.Key.Code = VirtualKeyCodeToKey(wParam, lParam);
236 event.MouseWheel.Delta = static_cast<short>(HIWORD(wParam)) / 120;
319 event.MouseButton.Button = (HIWORD(wParam) == XBUTTON1) ? MOUSEBUTTON_BUTTON4 : MOUSEBUTTON_BUTTON5;
331 event.MouseButton.Button = (HIWORD(wParam) == XBUTTON1) ? MOUSEBUTTON_BUTTON4 : MOUSEBUTTON_BUTTON5;
361 return DefWindowProcA(hWnd, message, wParam, lParam);
/external/chromium_org/third_party/icu/source/samples/layout/
H A Dclayout.c115 return msg.wParam;
118 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) argument
181 switch (LOWORD(wParam))
262 switch (LOWORD(wParam)) {
359 return DefWindowProc(hwnd, message, wParam, lParam);
H A Dlayout.cpp114 return msg.wParam;
117 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) argument
179 switch (LOWORD(wParam))
260 switch (LOWORD(wParam)) {
354 return DefWindowProc(hwnd, message, wParam, lParam);
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dgdivideorenderer.cc62 virtual bool OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam,
156 bool GdiVideoRenderer::VideoWindow::OnMessage(UINT uMsg, WPARAM wParam, argument
176 OnRenderFrame(reinterpret_cast<const VideoFrame*>(wParam));
H A Dwin32devicemanager.cc385 bool Win32DeviceWatcher::OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam, argument
388 if (wParam == DBT_DEVICEARRIVAL ||
389 wParam == DBT_DEVICEREMOVECOMPLETE) {
/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) argument
55 return DefWindowProc(hwnd, message, wParam, lParam);
187 return (int) msg.wParam;
/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) argument
55 return DefWindowProc(hwnd, message, wParam, lParam);
171 return (int) msg.wParam;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_ext_pbuffer.c47 WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) argument
63 return DefWindowProc(hWnd, uMsg, wParam, lParam);
H A Dstw_framebuffer.c195 WPARAM wParam,
207 return CallNextHookEx(tls_data->hCallWndProcHook, nCode, wParam, lParam);
235 return CallNextHookEx(tls_data->hCallWndProcHook, nCode, wParam, lParam);
193 stw_call_window_proc( int nCode, WPARAM wParam, LPARAM lParam ) argument
/external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-gdi/
H A Dgraw_gdi.c40 WPARAM wParam,
49 return DefWindowProc(hWnd, uMsg, wParam, lParam);
38 window_proc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) argument
/external/chromium_org/third_party/npapi/bindings/
H A Dnpapi.h554 uintptr_t wParam; member in struct:_NPEvent
561 uint32_t wParam; member in struct:_NPEvent
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
H A Dnpapi.h515 uint32 wParam; member in struct:_NPEvent
522 uint32 wParam; member in struct:_NPEvent
/external/chromium_org/third_party/npapi/npspy/windows/
H A Ddirpick.cpp520 static BOOL CALLBACK DirPickDlgProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) argument
527 HANDLE_WM_COMMAND(hWnd, wParam, lParam, onCommand);
551 onDrawItem((LPDRAWITEMSTRUCT)lParam, ((UINT)wParam == ID_COMBO_DIR));
H A Dgui_advanced.cpp86 BOOL CALLBACK AdvancedPageProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) argument
91 return (BOOL)HANDLE_WM_INITDIALOG(hWnd, wParam, lParam, onInitDialog);
93 HANDLE_WM_NOTIFY(hWnd, wParam, lParam, onNotify);
H A Dgui_fiter.cpp124 BOOL CALLBACK FilterPageProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) argument
129 return (BOOL)HANDLE_WM_INITDIALOG(hWnd, wParam, lParam, onInitDialog);
131 HANDLE_WM_COMMAND(hWnd, wParam, lParam, onCommand);
134 HANDLE_WM_NOTIFY(hWnd, wParam, lParam, onNotify);
H A Dgui_general.cpp86 BOOL CALLBACK GeneralPageProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) argument
91 return (BOOL)HANDLE_WM_INITDIALOG(hWnd, wParam, lParam, onInitDialog);
93 HANDLE_WM_NOTIFY(hWnd, wParam, lParam, onNotify);
H A Dgui_log.cpp150 BOOL CALLBACK LogPageProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) argument
155 return (BOOL)HANDLE_WM_INITDIALOG(hWnd, wParam, lParam, onInitDialog);
157 HANDLE_WM_COMMAND(hWnd, wParam, lParam, onCommand);
160 HANDLE_WM_NOTIFY(hWnd, wParam, lParam, onNotify);
H A Dgui_main.cpp259 BOOL CALLBACK MainDlgProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) argument
264 return (BOOL)HANDLE_WM_INITDIALOG(hWnd, wParam, lParam, onInitDialog);
266 HANDLE_WM_COMMAND(hWnd, wParam, lParam, onCommand);
272 HANDLE_WM_DESTROY(hWnd, wParam, lParam, onDestroy);
275 HANDLE_WM_SIZE(hWnd, wParam, lParam, onSize);
H A Dgui_pause.cpp64 BOOL CALLBACK PauseDlgProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) argument
69 return (BOOL)HANDLE_WM_INITDIALOG(hWnd, wParam, lParam, onInitDialog);
71 HANDLE_WM_COMMAND(hWnd, wParam, lParam, onCommand);
/external/chromium_org/third_party/skia/src/views/win/
H A DSkOSWindow_win.cpp110 bool SkOSWindow::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) { argument
113 SkKey key = winToskKey(wParam);
120 SkKey key = winToskKey(wParam);
127 this->handleChar((SkUnichar) wParam);
130 this->handleChar(SkUTF8_ToUnichar((char*)&wParam));
148 RECT* rect = (RECT*)wParam;
H A Dskia_win.cpp56 return (int) msg.wParam;
171 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
175 return DefWindowProc(hWnd, message, wParam, lParam);
180 if (gSkWind->wndProc(hWnd, message, wParam, lParam)) {
183 return DefWindowProc(hWnd, message, wParam, lParam);
190 INT_PTR CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) argument
199 if (LOWORD(wParam) == IDOK || LOWORD(wParam) == IDCANCEL)
201 EndDialog(hDlg, LOWORD(wParam));

Completed in 594 milliseconds

123