Searched refs:wParam (Results 1 - 25 of 95) sorted by relevance

1234

/external/webkit/Source/WebKit2/Shared/win/
H A DNativeWebKeyboardEventWin.cpp33 NativeWebKeyboardEvent::NativeWebKeyboardEvent(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) argument
34 : WebKeyboardEvent(WebEventFactory::createWebKeyboardEvent(hwnd, message, wParam, lParam))
39 m_nativeEvent.wParam = wParam;
H A DNativeWebMouseEventWin.cpp33 NativeWebMouseEvent::NativeWebMouseEvent(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam, bool didActivateWebView) argument
34 : WebMouseEvent(WebEventFactory::createWebMouseEvent(hwnd, message, wParam, lParam, didActivateWebView))
39 m_nativeEvent.wParam = wParam;
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
H A DSDL_dibevents_c.h30 DIB_HandleMessage(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
H A DSDL_dibevents.c132 LRESULT DIB_HandleMessage(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) argument
145 if (wParam == 0x84 || wParam == 0x5B)
148 wParam = rotateKey(wParam, this->hidden->gapiInfo->coordinateTransform);
155 switch (wParam) {
158 wParam = VK_RCONTROL;
160 wParam = VK_LCONTROL;
167 wParam = VK_LSHIFT;
169 wParam
[all...]
/external/webkit/Source/WebCore/platform/win/
H A DPlatformMouseEventWin.cpp80 PlatformMouseEvent::PlatformMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool didActivateWebView) argument
84 , m_shiftKey(wParam & MK_SHIFT)
85 , m_ctrlKey(wParam & MK_CONTROL)
90 , m_modifierFlags(wParam)
114 if (wParam & MK_LBUTTON)
116 else if (wParam & MK_MBUTTON)
118 else if (wParam & MK_RBUTTON)
H A DWheelEventWin.cpp90 PlatformWheelEvent::PlatformWheelEvent(HWND hWnd, WPARAM wParam, LPARAM lParam, bool isMouseHWheel) argument
94 , m_shiftKey(wParam & MK_SHIFT)
95 , m_ctrlKey(wParam & MK_CONTROL)
107 float delta = GET_WHEEL_DELTA_WPARAM(wParam) / static_cast<float>(WHEEL_DELTA);
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
H A DSDL_dx5events_c.h30 DX5_HandleMessage(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DLayerChangesFlusher.cpp72 LRESULT LayerChangesFlusher::hookCallback(int code, WPARAM wParam, LPARAM lParam) argument
74 return shared().hookFired(code, wParam, lParam);
77 LRESULT LayerChangesFlusher::hookFired(int code, WPARAM wParam, LPARAM lParam) argument
92 LRESULT result = ::CallNextHookEx(m_hook, code, wParam, lParam);
/external/chromium/base/
H A Devent_recorder.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...]
H A Devent_recorder.h70 LRESULT RecordWndProc(int nCode, WPARAM wParam, LPARAM lParam);
71 LRESULT PlaybackWndProc(int nCode, WPARAM wParam, LPARAM lParam);
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/win/
H A DDrawsGradient.cpp53 LRESULT DrawsGradient::wndProc(UINT message, WPARAM wParam, LPARAM lParam, bool& handled) argument
59 result = onPaint(wParam, lParam, handled);
62 result = onPrintClient(wParam, lParam, handled);
85 LRESULT DrawsGradient::onPrintClient(WPARAM wParam, LPARAM, bool& handled) argument
87 paint(reinterpret_cast<HDC>(wParam));
/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebInspectorProxyWin.cpp72 LRESULT CALLBACK WebInspectorProxy::InspectorViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
77 return inspectorView->wndProc(hWnd, message, wParam, lParam);
87 return ::DefWindowProc(hWnd, message, wParam, lParam);
90 LRESULT WebInspectorProxy::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
97 lResult = onSizeEvent(hWnd, message, wParam, lParam, handled);
100 lResult = onMinMaxInfoEvent(hWnd, message, wParam, lParam, handled);
103 lResult = onSetFocusEvent(hWnd, message, wParam, lParam, handled);
106 lResult = onCloseEvent(hWnd, message, wParam, lParam, handled);
114 lResult = ::DefWindowProc(hWnd, message, wParam, lParam);
H A DWebPopupMenuProxyWin.cpp74 LRESULT CALLBACK WebPopupMenuProxyWin::WebPopupMenuProxyWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
79 return popupMenuProxy->wndProc(hWnd, message, wParam, lParam);
89 return ::DefWindowProc(hWnd, message, wParam, lParam);
92 LRESULT WebPopupMenuProxyWin::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
99 lResult = onMouseActivate(hWnd, message, wParam, lParam, handled);
102 lResult = onSize(hWnd, message, wParam, lParam, handled);
105 lResult = onKeyDown(hWnd, message, wParam, lParam, handled);
108 lResult = onChar(hWnd, message, wParam, lParam, handled);
111 lResult = onMouseMove(hWnd, message, wParam, lParam, handled);
114 lResult = onLButtonDown(hWnd, message, wParam, lPara
537 onKeyDown(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) argument
600 onChar(HWND hWnd, UINT message, WPARAM wParam, LPARAM, bool& handled) argument
628 onMouseMove(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) argument
666 onLButtonDown(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) argument
696 onLButtonUp(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) argument
730 onMouseWheel(HWND hWnd, UINT message, WPARAM wParam, LPARAM, bool& handled) argument
761 onPrintClient(HWND hWnd, UINT, WPARAM wParam, LPARAM, bool& handled) argument
[all...]
/external/chromium/third_party/libjingle/source/talk/base/
H A Dwin32window.h58 virtual bool OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam,
65 static LRESULT CALLBACK WndProc(HWND hwnd, UINT uMsg, WPARAM wParam,
H A Dwin32window.cc90 bool Win32Window::OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam, argument
104 WPARAM wParam, LPARAM lParam) {
115 bool handled = that->OnMessage(uMsg, wParam, lParam, result);
131 return ::DefWindowProc(hwnd, uMsg, wParam, lParam);
103 WndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) argument
/external/webkit/Source/JavaScriptCore/wtf/win/
H A DMainThreadWin.cpp45 LRESULT CALLBACK ThreadingWindowWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
50 return DefWindowProc(hWnd, message, wParam, lParam);
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/win/
H A DWindowedPluginTest.cpp61 LRESULT WindowedPluginTest::staticWndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) argument
66 LRESULT result = instance->wndProc(message, wParam, lParam, handled);
70 return ::CallWindowProcW(instance->m_originalWndProc, hwnd, message, wParam, lParam);
/external/webkit/Source/WebKit/wince/
H A DWebView.cpp59 LRESULT CALLBACK WebView::webViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
62 return webView->wndProc(hWnd, message, wParam, lParam);
64 return DefWindowProc(hWnd, message, wParam, lParam);
279 bool WebView::handleMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
289 PlatformMouseEvent mouseEvent(hWnd, message, wParam, lParam);
341 bool WebView::handleMouseWheel(HWND hWnd, WPARAM wParam, LPARAM lParam, bool isHorizontal)
343 PlatformWheelEvent wheelEvent(hWnd, wParam, lParam, isHorizontal);
391 LRESULT WebView::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
412 handled = handleMouseEvent(hWnd, message, wParam, lParam);
417 handled = handleMouseWheel(hWnd, wParam, lPara
[all...]
/external/webkit/Source/WebKit2/Platform/win/
H A DRunLoopWin.cpp39 LRESULT CALLBACK RunLoop::RunLoopWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
44 return runLoop->wndProc(hWnd, message, wParam, lParam);
54 return ::DefWindowProc(hWnd, message, wParam, lParam);
57 LRESULT RunLoop::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
64 RunLoop::TimerBase::timerFired(this, wParam);
68 return ::DefWindowProc(hWnd, message, wParam, lParam);
/external/webkit/Source/WebCore/platform/graphics/win/
H A DQTMovieWinTimer.cpp48 static LRESULT CALLBACK TimerWindowWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
54 } else if (message == WM_TIMER && wParam == timerID) {
58 return DefWindowProc(hWnd, message, wParam, lParam);
/external/webkit/Tools/WebKitAPITest/
H A DTestsController.cpp137 LRESULT TestsController::wndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) argument
139 if (uMsg == WM_TIMER && wParam == runNextTestTimerID) {
145 return DefWindowProcW(hWnd, uMsg, wParam, lParam);
/external/webkit/Tools/WinCELauncher/
H A Dmain.cpp34 static LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
42 return DefWindowProc(hWnd, message, wParam, lParam);
132 return msg.wParam;
/external/openssl/apps/
H A Dwinrand.c113 return msg.wParam;
116 LRESULT CALLBACK WndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam) argument
138 if (RAND_event(iMsg, wParam, lParam) == 1 && seeded == 0)
147 return DefWindowProc(hwnd, iMsg, wParam, lParam);
/external/webkit/Source/WebCore/plugins/win/
H A DPluginMessageThrottlerWin.cpp71 void PluginMessageThrottlerWin::appendMessage(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) argument
77 message->wParam = wParam;
111 ::CallWindowProc(m_pluginView->pluginWndProc(), message->hWnd, message->msg, message->wParam, message->lParam);
/external/webkit/Tools/WinLauncher/
H A DWinLauncher.cpp256 return static_cast<int>(msg.wParam);
326 void PrintView(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
376 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
382 wmId = LOWORD(wParam);
383 wmEvent = HIWORD(wParam);
393 PrintView(hWnd, message, wParam, lParam);
396 return DefWindowProc(hWnd, message, wParam, lParam);
408 return DefWindowProc(hWnd, message, wParam, lParam);
416 LRESULT CALLBACK MyEditProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) argument
420 if (wParam
441 About(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) argument
[all...]

Completed in 363 milliseconds

1234