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

1 2 3 4 5

  /external/webkit/Source/WebKit2/Shared/win/
NativeWebKeyboardEventWin.cpp 33 NativeWebKeyboardEvent::NativeWebKeyboardEvent(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
34 : WebKeyboardEvent(WebEventFactory::createWebKeyboardEvent(hwnd, message, wParam, lParam))
40 m_nativeEvent.lParam = lParam;
NativeWebMouseEventWin.cpp 33 NativeWebMouseEvent::NativeWebMouseEvent(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam, bool didActivateWebView)
34 : WebMouseEvent(WebEventFactory::createWebMouseEvent(hwnd, message, wParam, lParam, didActivateWebView))
40 m_nativeEvent.lParam = lParam;
  /external/webkit/Source/WebCore/platform/win/
PlatformMouseEventWin.cpp 38 static IntPoint positionForEvent(HWND hWnd, LPARAM lParam)
40 POINT point = {GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam)};
44 static IntPoint globalPositionForEvent(HWND hWnd, LPARAM lParam)
46 POINT point = {GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam)};
80 PlatformMouseEvent::PlatformMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool didActivateWebView
    [all...]
WheelEventWin.cpp 39 static IntPoint positionForEvent(HWND hWnd, LPARAM lParam)
41 POINT point = {GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam)};
46 static IntPoint globalPositionForEvent(HWND hWnd, LPARAM lParam)
48 POINT point = {GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam)};
90 PlatformWheelEvent::PlatformWheelEvent(HWND hWnd, WPARAM wParam, LPARAM lParam, bool isMouseHWheel
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibevents_c.h 30 DIB_HandleMessage(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
  /external/webkit/Source/WebKit2/UIProcess/win/
WebInspectorProxyWin.cpp 72 LRESULT CALLBACK WebInspectorProxy::InspectorViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
77 return inspectorView->wndProc(hWnd, message, wParam, lParam);
80 LPCREATESTRUCT createStruct = reinterpret_cast<LPCREATESTRUCT>(lParam);
87 return ::DefWindowProc(hWnd, message, wParam, lParam);
90 LRESULT WebInspectorProxy::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
97 lResult = onSizeEvent(hWnd, message, wParam, lParam, handled);
100 lResult = onMinMaxInfoEvent(hWnd, message, wParam, lParam, handled);
103 lResult = onSetFocusEvent(hWnd, message, wParam, lParam, handled)
    [all...]
WebPopupMenuProxyWin.cpp 65 static void translatePoint(LPARAM& lParam, HWND from, HWND to)
68 pt.x = static_cast<short>(GET_X_LPARAM(lParam));
69 pt.y = static_cast<short>(GET_Y_LPARAM(lParam));
71 lParam = MAKELPARAM(pt.x, pt.y);
74 LRESULT CALLBACK WebPopupMenuProxyWin::WebPopupMenuProxyWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
79 return popupMenuProxy->wndProc(hWnd, message, wParam, lParam);
82 LPCREATESTRUCT createStruct = reinterpret_cast<LPCREATESTRUCT>(lParam);
89 return ::DefWindowProc(hWnd, message, wParam, lParam);
    [all...]
  /external/chromium/base/
event_recorder.cc 26 LPARAM lParam) {
28 return EventRecorder::current()->RecordWndProc(nCode, wParam, lParam);
32 LPARAM lParam) {
34 return EventRecorder::current()->PlaybackWndProc(nCode, wParam, lParam);
164 LRESULT EventRecorder::RecordWndProc(int nCode, WPARAM wParam, LPARAM lParam) {
171 return ::CallNextHookEx(journal_hook_, nCode, wParam, lParam);
176 return ::CallNextHookEx(journal_hook_, nCode, wParam, lParam);
    [all...]
event_recorder.h 70 LRESULT RecordWndProc(int nCode, WPARAM wParam, LPARAM lParam);
71 LRESULT PlaybackWndProc(int nCode, WPARAM wParam, LPARAM lParam);
  /external/chromium/third_party/libjingle/source/talk/base/
win32window.h 58 virtual bool OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam,
66 LPARAM lParam);
win32window.cc 90 bool Win32Window::OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam,
104 WPARAM wParam, LPARAM lParam) {
108 CREATESTRUCT* cs = reinterpret_cast<CREATESTRUCT*>(lParam);
115 bool handled = that->OnMessage(uMsg, wParam, lParam, result);
131 return ::DefWindowProc(hwnd, uMsg, wParam, lParam);
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5events_c.h 30 DX5_HandleMessage(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
LayerChangesFlusher.cpp 72 LRESULT LayerChangesFlusher::hookCallback(int code, WPARAM wParam, LPARAM lParam)
74 return shared().hookFired(code, wParam, lParam);
77 LRESULT LayerChangesFlusher::hookFired(int code, WPARAM wParam, LPARAM lParam)
92 LRESULT result = ::CallNextHookEx(m_hook, code, wParam, lParam);
  /external/webkit/Source/JavaScriptCore/wtf/win/
MainThreadWin.cpp 45 LRESULT CALLBACK ThreadingWindowWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
50 return DefWindowProc(hWnd, message, wParam, lParam);
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/win/
WindowedPluginTest.cpp 61 LRESULT WindowedPluginTest::staticWndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
66 LRESULT result = instance->wndProc(message, wParam, lParam, handled);
70 return ::CallWindowProcW(instance->m_originalWndProc, hwnd, message, wParam, lParam);
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateFullscreenWindow.cpp 125 LRESULT MediaPlayerPrivateFullscreenWindow::staticWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
130 LPCREATESTRUCT lpcs = reinterpret_cast<LPCREATESTRUCT>(lParam);
136 return window->wndProc(hWnd, message, wParam, lParam);
138 return ::DefWindowProc(hWnd, message, wParam, lParam);
141 LRESULT MediaPlayerPrivateFullscreenWindow::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
156 LPWINDOWPOS wp = reinterpret_cast<LPWINDOWPOS>(lParam);
177 lResult = m_client->fullscreenClientWndProc(hWnd, message, wParam, lParam);
  /external/webkit/Source/WebKit/wince/
WebView.cpp 59 LRESULT CALLBACK WebView::webViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
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)
289 PlatformMouseEvent mouseEvent(hWnd, message, wParam, lParam);
302 PlatformMouseEvent moveEvent(hWnd, WM_MOUSEMOVE, 0, lParam, false);
341 bool WebView::handleMouseWheel(HWND hWnd, WPARAM wParam, LPARAM lParam, bool isHorizontal
    [all...]
WebView.h 79 static LRESULT CALLBACK webViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
80 LRESULT wndProc(HWND, UINT, WPARAM, LPARAM);
83 bool handleMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
84 bool handleMouseWheel(HWND hWnd, WPARAM wParam, LPARAM lParam, bool isHorizontal);
85 bool handleKeyDown(WPARAM virtualKeyCode, LPARAM keyData, bool systemKeyDown);
86 bool handleKeyPress(WPARAM charCode, LPARAM keyData, bool systemKeyDown);
87 bool handleKeyUp(WPARAM virtualKeyCode, LPARAM keyData, bool systemKeyDown)
    [all...]
  /external/webkit/Source/WebKit2/Platform/win/
RunLoopWin.cpp 39 LRESULT CALLBACK RunLoop::RunLoopWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
44 return runLoop->wndProc(hWnd, message, wParam, lParam);
47 LPCREATESTRUCT createStruct = reinterpret_cast<LPCREATESTRUCT>(lParam);
54 return ::DefWindowProc(hWnd, message, wParam, lParam);
57 LRESULT RunLoop::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
68 return ::DefWindowProc(hWnd, message, wParam, lParam);
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/win/
DrawsGradient.cpp 40 LRESULT onPaint(WPARAM, LPARAM, bool& handled);
41 LRESULT onPrintClient(WPARAM, LPARAM, bool& handled);
43 virtual LRESULT wndProc(UINT message, WPARAM, LPARAM, bool& handled);
53 LRESULT DrawsGradient::wndProc(UINT message, WPARAM wParam, LPARAM lParam, bool& handled)
59 result = onPaint(wParam, lParam, handled);
62 result = onPrintClient(wParam, lParam, handled);
71 LRESULT DrawsGradient::onPaint(WPARAM, LPARAM, bool& handled)
85 LRESULT DrawsGradient::onPrintClient(WPARAM wParam, LPARAM, bool& handled)
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/params/
DHParameters.java 22 int lParam)
24 if (lParam == 0)
29 return lParam < DEFAULT_MINIMUM_LENGTH ? lParam : DEFAULT_MINIMUM_LENGTH;
  /external/webkit/Source/WebCore/plugins/win/
PluginMessageThrottlerWin.cpp 71 void PluginMessageThrottlerWin::appendMessage(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
78 message->lParam = lParam;
111 ::CallWindowProc(m_pluginView->pluginWndProc(), message->hWnd, message->msg, message->wParam, message->lParam);
PluginMessageThrottlerWin.h 41 LPARAM lParam;
51 void appendMessage(HWND, UINT msg, WPARAM, LPARAM);
  /external/webkit/Source/WebCore/platform/wince/
SharedTimerWinCE.cpp 52 LRESULT CALLBACK TimerWindowWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
63 return DefWindowProc(hWnd, message, wParam, lParam);
  /external/webkit/Tools/MiniBrowser/win/
BrowserWindow.cpp 46 LRESULT CALLBACK BrowserWindow::BrowserWindowWndProc(HWND window, UINT message, WPARAM wParam, LPARAM lParam)
51 return browserView->wndProc(window, message, wParam, lParam);
54 LPCREATESTRUCT createStruct = reinterpret_cast<LPCREATESTRUCT>(lParam);
64 return ::DefWindowProc(window, message, wParam, lParam);
67 LRESULT BrowserWindow::wndProc(HWND window, UINT message, WPARAM wParam, LPARAM lParam)
82 onSize(LOWORD(lParam), HIWORD(lParam));
98 lResult = ::DefWindowProc(window, message, wParam, lParam);
    [all...]

Completed in 514 milliseconds

1 2 3 4 5