Home
last modified time | relevance | path

Searched defs:lParam (Results 1 – 25 of 70) sorted by relevance

123

/external/chromium/base/
Devent_recorder.cc26 LPARAM lParam) { in StaticRecordWndProc()
32 LPARAM lParam) { in StaticPlaybackWndProc()
164 LRESULT EventRecorder::RecordWndProc(int nCode, WPARAM wParam, LPARAM lParam) { in RecordWndProc()
203 LPARAM lParam) { in PlaybackWndProc()
/external/webkit/Source/WebCore/platform/win/
DPlatformMouseEventWin.cpp38 static IntPoint positionForEvent(HWND hWnd, LPARAM lParam) in positionForEvent()
44 static IntPoint globalPositionForEvent(HWND hWnd, LPARAM lParam) in globalPositionForEvent()
80 PlatformMouseEvent::PlatformMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool … in PlatformMouseEvent()
DWheelEventWin.cpp39 static IntPoint positionForEvent(HWND hWnd, LPARAM lParam) in positionForEvent()
46 static IntPoint globalPositionForEvent(HWND hWnd, LPARAM lParam) in globalPositionForEvent()
90 PlatformWheelEvent::PlatformWheelEvent(HWND hWnd, WPARAM wParam, LPARAM lParam, bool isMouseHWheel) in PlatformWheelEvent()
/external/webkit/Source/WebKit2/UIProcess/win/
DWebInspectorProxyWin.cpp72 …BACK WebInspectorProxy::InspectorViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in InspectorViewWndProc()
90 LRESULT WebInspectorProxy::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in wndProc()
129 LRESULT WebInspectorProxy::onSetFocusEvent(HWND, UINT, WPARAM, LPARAM lParam, bool&) in onSetFocusEvent()
136 LRESULT WebInspectorProxy::onMinMaxInfoEvent(HWND, UINT, WPARAM, LPARAM lParam, bool&) in onMinMaxInfoEvent()
DWebView.cpp106 LRESULT CALLBACK WebView::WebViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WebViewWndProc()
124 LRESULT WebView::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in wndProc()
389 LRESULT WebView::onMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) in onMouseEvent()
426 LRESULT WebView::onWheelEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) in onWheelEvent()
442 LRESULT WebView::onHorizontalScroll(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& ha… in onHorizontalScroll()
474 LRESULT WebView::onVerticalScroll(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& hand… in onVerticalScroll()
506 LRESULT WebView::onGestureNotify(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handl… in onGestureNotify()
529 LRESULT WebView::onGesture(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) in onGesture()
609 LRESULT WebView::onKeyEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) in onKeyEvent()
714 LRESULT WebView::onSizeEvent(HWND, UINT, WPARAM, LPARAM lParam, bool& handled) in onSizeEvent()
[all …]
DWebPopupMenuProxyWin.cpp65 static void translatePoint(LPARAM& lParam, HWND from, HWND to) in translatePoint()
74 …bPopupMenuProxyWin::WebPopupMenuProxyWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WebPopupMenuProxyWndProc()
92 LRESULT WebPopupMenuProxyWin::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in wndProc()
521 LRESULT WebPopupMenuProxyWin::onSize(HWND hWnd, UINT message, WPARAM, LPARAM lParam, bool& handled) in onSize()
537 LRESULT WebPopupMenuProxyWin::onKeyDown(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool… in onKeyDown()
628 LRESULT WebPopupMenuProxyWin::onMouseMove(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bo… in onMouseMove()
666 LRESULT WebPopupMenuProxyWin::onLButtonDown(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, … in onLButtonDown()
696 LRESULT WebPopupMenuProxyWin::onLButtonUp(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bo… in onLButtonUp()
/external/webkit/Source/WebCore/platform/graphics/ca/win/
DLayerChangesFlusher.cpp72 LRESULT LayerChangesFlusher::hookCallback(int code, WPARAM wParam, LPARAM lParam) in hookCallback()
77 LRESULT LayerChangesFlusher::hookFired(int code, WPARAM wParam, LPARAM lParam) in hookFired()
/external/webkit/Source/WebKit2/Shared/win/
DNativeWebKeyboardEventWin.cpp33 …tiveWebKeyboardEvent::NativeWebKeyboardEvent(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in NativeWebKeyboardEvent()
DNativeWebMouseEventWin.cpp33 NativeWebMouseEvent::NativeWebMouseEvent(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam, boo… in NativeWebMouseEvent()
DWebEventFactory.cpp50 static inline POINT point(LPARAM lParam) in point()
162 static bool isKeypadEvent(WPARAM wParam, LPARAM lParam, WebEvent::Type type) in isKeypadEvent()
327 …tFactory::createWebMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool didActiv… in createWebMouseEvent()
398 …elEvent WebEventFactory::createWebWheelEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in createWebWheelEvent()
/external/webkit/Source/WebCore/platform/graphics/win/
DMediaPlayerPrivateFullscreenWindow.cpp125 …PlayerPrivateFullscreenWindow::staticWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in staticWndProc()
141 … MediaPlayerPrivateFullscreenWindow::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in wndProc()
/external/chromium/third_party/libjingle/source/talk/base/
Dwin32window.cc90 bool Win32Window::OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam, in OnMessage()
104 WPARAM wParam, LPARAM lParam) { in WndProc()
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
DKeyStore_Impl2Test.java155 KeyStore.LoadStoreParameter lParam = new MyLoadStoreParams( in checkResult() local
282 KeyStore.LoadStoreParameter lParam = new MyLoadStoreParams( in checkKeyStoreException() local
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebInspectorClient.cpp432 LRESULT WebInspectorFrontendClient::onGetMinMaxInfo(WPARAM, LPARAM lParam) in onGetMinMaxInfo()
465 void WebInspectorFrontendClient::onWebViewWindowPosChanging(WPARAM, LPARAM lParam) in onWebViewWindowPosChanging()
484 static LRESULT CALLBACK WebInspectorWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) in WebInspectorWndProc()
506 void WebInspectorFrontendClient::windowReceivedMessage(HWND, UINT msg, WPARAM wParam, LPARAM lParam) in windowReceivedMessage()
/external/webkit/Tools/WinLauncher/
DWinLauncher.cpp326 void PrintView(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in PrintView()
376 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
416 LRESULT CALLBACK MyEditProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) in MyEditProc()
441 INT_PTR CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) in About()
/external/webkit/Source/WebKit/wince/
DWebView.cpp59 LRESULT CALLBACK WebView::webViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in webViewWndProc()
279 bool WebView::handleMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in handleMouseEvent()
341 bool WebView::handleMouseWheel(HWND hWnd, WPARAM wParam, LPARAM lParam, bool isHorizontal) in handleMouseWheel()
391 LRESULT WebView::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in wndProc()
/external/webkit/Source/JavaScriptCore/wtf/win/
DMainThreadWin.cpp45 LRESULT CALLBACK ThreadingWindowWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in ThreadingWindowWndProc()
/external/webkit/Source/WebKit/win/
DWebNodeHighlight.cpp212 LRESULT CALLBACK OverlayWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) in OverlayWndProc()
266 void WebNodeHighlight::windowReceivedMessage(HWND window, UINT msg, WPARAM wParam, LPARAM lParam) in windowReceivedMessage()
/external/webkit/Tools/MiniBrowser/win/
DBrowserWindow.cpp46 …LLBACK BrowserWindow::BrowserWindowWndProc(HWND window, UINT message, WPARAM wParam, LPARAM lParam) in BrowserWindowWndProc()
67 LRESULT BrowserWindow::wndProc(HWND window, UINT message, WPARAM wParam, LPARAM lParam) in wndProc()
/external/webkit/Source/WebKit2/Platform/win/
DRunLoopWin.cpp39 LRESULT CALLBACK RunLoop::RunLoopWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in RunLoopWndProc()
57 LRESULT RunLoop::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in wndProc()
/external/webkit/Tools/WebKitAPITest/
DHostWindow.cpp79 LRESULT HostWindow::wndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in wndProc()
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/win/
DWindowedPluginTest.cpp61 LRESULT WindowedPluginTest::staticWndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in staticWndProc()
/external/openssl/apps/
Dwinrand.c116 LRESULT CALLBACK WndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam) in WndProc()
/external/webkit/Source/WebCore/plugins/win/
DPluginMessageThrottlerWin.h41 LPARAM lParam; member
/external/webkit/Tools/WinCELauncher/
Dmain.cpp34 static LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()

123