Home
last modified time | relevance | path

Searched refs:LPARAM (Results 1 – 25 of 155) sorted by relevance

1234567

/external/webkit/Source/WebKit2/UIProcess/win/
DWebView.h94 static LRESULT CALLBACK WebViewWndProc(HWND, UINT, WPARAM, LPARAM);
95 LRESULT wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
97 LRESULT onMouseEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
98 LRESULT onWheelEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
99 LRESULT onHorizontalScroll(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
100 LRESULT onVerticalScroll(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
101 LRESULT onGestureNotify(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
102 LRESULT onGesture(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
103 LRESULT onKeyEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
104 LRESULT onPaintEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
[all …]
DWebPopupMenuProxyWin.h78 static LRESULT CALLBACK WebPopupMenuProxyWndProc(HWND, UINT, WPARAM, LPARAM);
79 LRESULT wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
82 LRESULT onMouseActivate(HWND, UINT message, WPARAM, LPARAM, bool& handled);
83 LRESULT onSize(HWND, UINT message, WPARAM, LPARAM, bool& handled);
84 LRESULT onKeyDown(HWND, UINT message, WPARAM, LPARAM, bool& handled);
85 LRESULT onChar(HWND, UINT message, WPARAM, LPARAM, bool& handled);
86 LRESULT onMouseMove(HWND, UINT message, WPARAM, LPARAM, bool& handled);
87 LRESULT onLButtonDown(HWND, UINT message, WPARAM, LPARAM, bool& handled);
88 LRESULT onLButtonUp(HWND, UINT message, WPARAM, LPARAM, bool& handled);
89 LRESULT onMouseWheel(HWND, UINT message, WPARAM, LPARAM, bool& handled);
[all …]
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()
119 LRESULT WebInspectorProxy::onSizeEvent(HWND, UINT, WPARAM, LPARAM, bool&) in onSizeEvent() argument
129 LRESULT WebInspectorProxy::onSetFocusEvent(HWND, UINT, WPARAM, LPARAM lParam, bool&) in onSetFocusEvent()
136 LRESULT WebInspectorProxy::onMinMaxInfoEvent(HWND, UINT, WPARAM, LPARAM lParam, bool&) in onMinMaxInfoEvent()
145 LRESULT WebInspectorProxy::onCloseEvent(HWND, UINT, WPARAM, LPARAM, bool&) in onCloseEvent() argument
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()
669 LRESULT WebView::onPaintEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled) in onPaintEvent() argument
[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()
515 LRESULT WebPopupMenuProxyWin::onMouseActivate(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handle… in onMouseActivate() argument
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()
600 LRESULT WebPopupMenuProxyWin::onChar(HWND hWnd, UINT message, WPARAM wParam, LPARAM, bool& handled) in onChar() argument
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()
[all …]
/external/webkit/Source/WebKit/wince/
DWebView.h79 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);
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/win/
DDrawsGradient.cpp40 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) in wndProc()
71 LRESULT DrawsGradient::onPaint(WPARAM, LPARAM, bool& handled) in onPaint() argument
85 LRESULT DrawsGradient::onPrintClient(WPARAM wParam, LPARAM, bool& handled) in onPrintClient() argument
/external/webkit/Source/WebKit2/UIProcess/
DWebInspectorProxy.h121 static LRESULT CALLBACK InspectorViewWndProc(HWND, UINT, WPARAM, LPARAM);
122 LRESULT wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
124 LRESULT onSizeEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
125 LRESULT onMinMaxInfoEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
126 LRESULT onSetFocusEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
127 LRESULT onCloseEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_win.h196 UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled);
198 UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled);
200 UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled);
202 UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled);
204 UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled);
206 UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled);
208 UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled);
211 LPARAM lparam,
214 LRESULT OnGetObject(UINT message, WPARAM wparam, LPARAM lparam,
221 LRESULT OnParentNotify(UINT message, WPARAM wparam, LPARAM lparam,
[all …]
Drender_widget_host_view_win.cc91 BOOL CALLBACK DismissOwnedPopups(HWND window, LPARAM arg) { in DismissOwnedPopups()
156 BOOL CALLBACK DetachPluginWindowsCallback(HWND window, LPARAM param) { in DetachPluginWindowsCallback()
193 WPARAM wparam, LPARAM lparam) { in PluginWrapperWindowProc()
454 static BOOL CALLBACK AddChildWindowToVector(HWND hwnd, LPARAM lparam) { in AddChildWindowToVector()
607 BOOL CALLBACK EnumChildProc(HWND hwnd, LPARAM lparam) { in EnumChildProc()
648 LPARAM lparam = reinterpret_cast<LPARAM>(&invalid_screen_rect); in Redraw()
1099 UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled) { in OnImeSetContext()
1127 UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled) { in OnImeStartComposition()
1142 UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled) { in OnImeComposition()
1189 UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled) { in OnImeEndComposition()
[all …]
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebInspectorClient.h127 LRESULT onGetMinMaxInfo(WPARAM, LPARAM);
128 LRESULT onSize(WPARAM, LPARAM);
129 LRESULT onClose(WPARAM, LPARAM);
132 virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM);
134 void onWebViewWindowPosChanging(WPARAM, LPARAM);
148 static friend LRESULT CALLBACK WebInspectorWndProc(HWND, UINT, WPARAM, LPARAM);
/external/webkit/Source/WebCore/platform/graphics/win/
DMediaPlayerPrivateFullscreenWindow.h36 typedef long LPARAM; typedef
51 virtual LRESULT fullscreenClientWndProc(HWND, UINT message, WPARAM, LPARAM) = 0;
71 static LRESULT __stdcall staticWndProc(HWND, UINT message, WPARAM, LPARAM);
72 LRESULT wndProc(HWND, UINT message, WPARAM, LPARAM);
/external/webkit/Source/WebKit2/Shared/win/
DWebEventFactory.h38 …static WebMouseEvent createWebMouseEvent(HWND, UINT message, WPARAM, LPARAM, bool didActivateWebVi…
39 static WebWheelEvent createWebWheelEvent(HWND, UINT message, WPARAM, LPARAM);
40 static WebKeyboardEvent createWebKeyboardEvent(HWND, UINT message, WPARAM, LPARAM);
/external/webkit/Source/WebKit/chromium/public/win/
DWebInputEventFactory.h46 WEBKIT_API static WebKeyboardEvent keyboardEvent(HWND, UINT, WPARAM, LPARAM);
47 WEBKIT_API static WebMouseEvent mouseEvent(HWND, UINT, WPARAM, LPARAM);
48 WEBKIT_API static WebMouseWheelEvent mouseWheelEvent(HWND, UINT, WPARAM, LPARAM);
/external/webkit/Source/WebKit/win/
DWebView.h830 bool handleMouseEvent(UINT, WPARAM, LPARAM);
832 bool handleContextMenuEvent(WPARAM, LPARAM);
833 bool onMeasureItem(WPARAM, LPARAM);
834 bool onDrawItem(WPARAM, LPARAM);
835 bool onInitMenuPopup(WPARAM, LPARAM);
836 bool onUninitMenuPopup(WPARAM, LPARAM);
837 void performContextMenuAction(WPARAM, LPARAM, bool byPosition);
838 bool mouseWheel(WPARAM, LPARAM, bool isMouseHWheel);
839 bool verticalScroll(WPARAM, LPARAM);
840 bool horizontalScroll(WPARAM, LPARAM);
[all …]
/external/webkit/Tools/WinLauncher/
DWinLauncher.cpp57 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
58 INT_PTR CALLBACK About(HWND, UINT, WPARAM, LPARAM);
59 LRESULT CALLBACK MyEditProc(HWND, UINT, WPARAM, LPARAM);
90 SendMessage(hURLBarWnd, (UINT)WM_SETTEXT, 0, (LPARAM)frameURL); in updateAddressBar()
326 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()
423 int strLen = SendMessage(hDlg, EM_GETLINE, 0, (LPARAM)strPtr); in MyEditProc()
441 INT_PTR CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) in About()
/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()
DWindowMessageListener.h33 typedef long LPARAM; typedef
41 virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM) = 0;
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/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/WebKit2/WebProcess/win/
DWebProcessWin.cpp146 static BOOL CALLBACK addWindowToVectorIfOwnedByCurrentThread(HWND window, LPARAM lParam) in addWindowToVectorIfOwnedByCurrentThread()
171 …text.currentThreadID, addWindowToVectorIfOwnedByCurrentThread, reinterpret_cast<LPARAM>(&context)); in windowsToReceiveSentMessagesWhileWaitingForSyncReply()
176 …ldWindows(windows[i], addWindowToVectorIfOwnedByCurrentThread, reinterpret_cast<LPARAM>(&context)); in windowsToReceiveSentMessagesWhileWaitingForSyncReply()
181 …*it)->nativeWindow(), addWindowToVectorIfOwnedByCurrentThread, reinterpret_cast<LPARAM>(&context)); in windowsToReceiveSentMessagesWhileWaitingForSyncReply()
/external/chromium/chrome/browser/ui/views/tab_contents/
Dnative_tab_contents_view_win.h53 LPARAM l_param) OVERRIDE;
56 LPARAM l_param) OVERRIDE;
62 virtual LRESULT OnNCCalcSize(BOOL w_param, LPARAM l_param) OVERRIDE;
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/win/
DWindowedPluginTest.h38 virtual LRESULT wndProc(UINT message, WPARAM, LPARAM, bool& handled) = 0;
44 static LRESULT CALLBACK staticWndProc(HWND, UINT message, WPARAM, LPARAM);
/external/webkit/Source/WebCore/platform/graphics/ca/win/
DLayerChangesFlusher.h51 static LRESULT CALLBACK hookCallback(int code, WPARAM, LPARAM);
52 LRESULT hookFired(int code, WPARAM, LPARAM);
/external/chromium/chrome/browser/ui/views/status_icons/
Dstatus_tray_win.h22 LPARAM lparam);
32 LPARAM lparam);

1234567