Searched refs:WPARAM (Results 1 - 25 of 139) sorted by relevance

123456

/external/webkit/Source/WebCore/platform/win/
H A DWindowMessageListener.h35 typedef unsigned WPARAM; typedef
41 virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM) = 0;
/external/webkit/Source/WebKit2/Shared/win/
H A DWebEventFactory.h38 static WebMouseEvent createWebMouseEvent(HWND, UINT message, WPARAM, LPARAM, bool didActivateWebView);
39 static WebWheelEvent createWebWheelEvent(HWND, UINT message, WPARAM, LPARAM);
40 static WebKeyboardEvent createWebKeyboardEvent(HWND, UINT message, WPARAM, LPARAM);
H A DNativeWebKeyboardEventWin.cpp33 NativeWebKeyboardEvent::NativeWebKeyboardEvent(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
H A DNativeWebMouseEventWin.cpp33 NativeWebMouseEvent::NativeWebMouseEvent(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam, bool didActivateWebView)
/external/webkit/Source/WebKit/chromium/public/win/
H A 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/Tools/TestWebKitAPI/win/
H A DWindowMessageObserver.h33 virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM) = 0;
/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);
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/win/
H A 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/WebKit2/UIProcess/win/
H A 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, LPARA
[all...]
H A 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, LPARA
[all...]
H A DWebInspectorProxyWin.cpp72 LRESULT CALLBACK WebInspectorProxy::InspectorViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
90 LRESULT WebInspectorProxy::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
119 LRESULT WebInspectorProxy::onSizeEvent(HWND, UINT, WPARAM, LPARAM, bool&)
129 LRESULT WebInspectorProxy::onSetFocusEvent(HWND, UINT, WPARAM, LPARAM lParam, bool&)
136 LRESULT WebInspectorProxy::onMinMaxInfoEvent(HWND, UINT, WPARAM, LPARAM lParam, bool&)
145 LRESULT WebInspectorProxy::onCloseEvent(HWND, UINT, WPARAM, LPARAM, bool&)
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/win/
H A 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)
71 LRESULT DrawsGradient::onPaint(WPARAM, LPARAM, bool& handled)
85 LRESULT DrawsGradient::onPrintClient(WPARAM wParam, LPARAM, bool& handled)
/external/chromium/chrome/browser/ui/views/status_icons/
H A Dstatus_tray_win.h21 WPARAM wparam,
31 WPARAM wparam,
/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.h51 static LRESULT CALLBACK hookCallback(int code, WPARAM, LPARAM);
52 LRESULT hookFired(int code, WPARAM, LPARAM);
/external/webkit/Source/WebKit/win/
H A DWebNodeHighlight.h56 virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM);
68 friend static LRESULT CALLBACK OverlayWndProc(HWND, UINT, WPARAM, LPARAM);
/external/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateFullscreenWindow.h35 typedef unsigned WPARAM; 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/WebKit/wince/
H A 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/Source/WebKit2/UIProcess/
H A 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/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,
/external/webkit/Source/WebCore/plugins/win/
H A DPluginMessageThrottlerWin.h40 WPARAM wParam;
51 void appendMessage(HWND, UINT msg, WPARAM, LPARAM);
/external/webkit/Tools/MiniBrowser/win/
H A DBrowserWindow.h52 static LRESULT CALLBACK BrowserWindowWndProc(HWND, UINT, WPARAM, LPARAM);
55 LRESULT wndProc(HWND, UINT, WPARAM, LPARAM);
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/win/
H A DWMPrint.cpp42 ::SendMessage(window, WM_PRINT, reinterpret_cast<WPARAM>(dc), PRF_CLIENT | PRF_CHILDREN);
/external/webkit/Tools/WebKitAPITest/
H A DHostWindow.h45 static LRESULT CALLBACK wndProc(HWND, UINT uMsg, WPARAM, LPARAM);
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A 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);

Completed in 310 milliseconds

123456