Searched refs:hWnd (Results 1 - 25 of 57) sorted by relevance

123

/external/webkit/Source/WebCore/platform/win/
H A DWheelEventWin.cpp39 static IntPoint positionForEvent(HWND hWnd, LPARAM lParam) argument
42 ScreenToClient(hWnd, &point);
46 static IntPoint globalPositionForEvent(HWND hWnd, LPARAM lParam) argument
68 PlatformWheelEvent::PlatformWheelEvent(HWND hWnd, const FloatSize& delta, const FloatPoint& location) argument
86 ScreenToClient(hWnd, &point);
90 PlatformWheelEvent::PlatformWheelEvent(HWND hWnd, WPARAM wParam, LPARAM lParam, bool isMouseHWheel) argument
91 : m_position(positionForEvent(hWnd, lParam))
92 , m_globalPosition(globalPositionForEvent(hWnd, lParam))
H A DPlatformMouseEventWin.cpp38 static IntPoint positionForEvent(HWND hWnd, LPARAM lParam) argument
44 static IntPoint globalPositionForEvent(HWND hWnd, LPARAM lParam) argument
47 ClientToScreen(hWnd, &point);
80 PlatformMouseEvent::PlatformMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool didActivateWebView) argument
81 : m_position(positionForEvent(hWnd, lParam))
82 , m_globalPosition(globalPositionForEvent(hWnd, lParam))
H A DSharedTimerWin.cpp87 LRESULT CALLBACK TimerWindowWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
95 PostMessage(hWnd, message, wParam, lParam);
115 return DefWindowProc(hWnd, message, wParam, lParam);
/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebInspectorProxyWin.cpp72 LRESULT CALLBACK WebInspectorProxy::InspectorViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
74 LONG_PTR longPtr = ::GetWindowLongPtr(hWnd, 0);
77 return inspectorView->wndProc(hWnd, message, wParam, lParam);
83 ::SetWindowLongPtr(hWnd, 0, (LONG_PTR)createStruct->lpCreateParams);
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, messag
[all...]
H A DWebView.h95 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);
105 LRESULT onPrintClientEvent(HWND hWnd, UIN
[all...]
H A DWebPopupMenuProxyWin.cpp74 LRESULT CALLBACK WebPopupMenuProxyWin::WebPopupMenuProxyWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
76 LONG_PTR longPtr = ::GetWindowLongPtr(hWnd, 0);
79 return popupMenuProxy->wndProc(hWnd, message, wParam, lParam);
85 ::SetWindowLongPtr(hWnd, 0, (LONG_PTR)createStruct->lpCreateParams);
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, messag
515 onMouseActivate(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled) argument
521 onSize(HWND hWnd, UINT message, WPARAM, LPARAM lParam, bool& handled) argument
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
749 onPaint(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled) argument
761 onPrintClient(HWND hWnd, UINT, WPARAM wParam, LPARAM, bool& handled) argument
[all...]
H A DWebView.cpp64 SOFT_LINK(IMM32, ImmReleaseContext, BOOL, WINAPI, (HWND hWnd, HIMC hIMC), (hWnd, hIMC))
69 SOFT_LINK(IMM32, ImmAssociateContextEx, BOOL, WINAPI, (HWND hWnd, HIMC hIMC, DWORD dwFlags), (hWnd, hIMC, dwFlags))
106 LRESULT CALLBACK WebView::WebViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
108 LONG_PTR longPtr = ::GetWindowLongPtr(hWnd, 0);
111 return webView->wndProc(hWnd, message, wParam, lParam);
117 ::SetWindowLongPtr(hWnd, 0, (LONG_PTR)createStruct->lpCreateParams);
121 return ::DefWindowProc(hWnd, message, wParam, lParam);
124 LRESULT WebView::wndProc(HWND hWnd, UIN argument
389 onMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) argument
426 onWheelEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) argument
442 onHorizontalScroll(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) argument
474 onVerticalScroll(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) argument
506 onGestureNotify(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) argument
529 onGesture(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) argument
609 onKeyEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) argument
669 onPaintEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled) argument
688 onPrintClientEvent(HWND hWnd, UINT, WPARAM wParam, LPARAM, bool& handled) argument
751 onTimerEvent(HWND hWnd, UINT, WPARAM wParam, LPARAM, bool& handled) argument
764 onShowWindowEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) argument
776 onSetCursor(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) argument
[all...]
/external/webkit/Tools/TestWebKitAPI/win/
H A DPlatformWebViewWin.cpp120 LRESULT PlatformWebView::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
126 ::SetPropW(hWnd, webViewPointerProperty, webView);
128 webView = reinterpret_cast<PlatformWebView*>(::GetPropW(hWnd, webViewPointerProperty));
131 webView->m_parentWindowMessageObserver->windowReceivedMessage(hWnd, message, wParam, lParam);
134 ::RemovePropW(hWnd, webViewPointerProperty);
136 return ::DefWindowProcW(hWnd, message, wParam, lParam);
/external/skia/include/views/
H A DSkOSWindow_Win.h36 bool wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
37 static bool QuitOnDeactivate(HWND hWnd);
/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/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateFullscreenWindow.cpp125 LRESULT MediaPlayerPrivateFullscreenWindow::staticWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
127 LONG_PTR longPtr = GetWindowLongPtr(hWnd, GWLP_USERDATA);
132 ::SetWindowLongPtr(hWnd, GWLP_USERDATA, longPtr);
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) argument
146 m_hwnd = hWnd;
177 lResult = m_client->fullscreenClientWndProc(hWnd, message, wParam, lParam);
H A DQTMovieWinTimer.cpp48 static LRESULT CALLBACK TimerWindowWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
58 return DefWindowProc(hWnd, message, wParam, lParam);
/external/webkit/Source/WebCore/platform/wince/
H A DSharedTimerWinCE.cpp52 LRESULT CALLBACK TimerWindowWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
60 PostMessage(hWnd, WM_USER, 0, 0);
63 return DefWindowProc(hWnd, message, wParam, lParam);
/external/webkit/Source/WebKit2/UIProcess/
H A DWebInspectorProxy.h122 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/webkit/Source/WebKit2/Platform/win/
H A DRunLoopWin.cpp39 LRESULT CALLBACK RunLoop::RunLoopWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
41 LONG_PTR longPtr = ::GetWindowLongPtr(hWnd, 0);
44 return runLoop->wndProc(hWnd, message, wParam, lParam);
50 ::SetWindowLongPtr(hWnd, 0, (LONG_PTR)createStruct->lpCreateParams);
54 return ::DefWindowProc(hWnd, message, wParam, lParam);
57 LRESULT RunLoop::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
68 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
140 KillTimer(hWnd, runNextTestTimerID);
145 return DefWindowProcW(hWnd, uMsg, wParam, lParam);
H A DHostWindow.cpp79 LRESULT HostWindow::wndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) argument
81 return DefWindowProcW(hWnd, uMsg, wParam, lParam);
/external/webkit/Source/WebCore/plugins/win/
H A DPluginMessageThrottlerWin.cpp71 void PluginMessageThrottlerWin::appendMessage(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) argument
75 message->hWnd = hWnd;
111 ::CallWindowProc(m_pluginView->pluginWndProc(), message->hWnd, message->msg, message->wParam, message->lParam);
H A DPluginMessageThrottlerWin.h38 HWND hWnd; member in struct:WebCore::PluginMessage
H A DPluginViewWin.cpp148 extern "C" HDC __stdcall _HBeginPaint(HWND hWnd, LPPAINTSTRUCT lpPaint);
149 extern "C" BOOL __stdcall _HEndPaint(HWND hWnd, const PAINTSTRUCT* lpPaint);
152 HDC WINAPI PluginView::hookedBeginPaint(HWND hWnd, PAINTSTRUCT* lpPaint) argument
154 PluginView* pluginView = reinterpret_cast<PluginView*>(GetProp(hWnd, kWebPluginViewProperty));
160 GetClientRect(hWnd, &lpPaint->rcPaint);
170 : "a" (beginPaintSysCall), "g" (lpPaint), "g" (hWnd), "m" (beginPaint)
178 __asm push hWnd
181 return _HBeginPaint(hWnd, lpPaint);
185 BOOL WINAPI PluginView::hookedEndPaint(HWND hWnd, const PAINTSTRUCT* lpPaint) argument
187 PluginView* pluginView = reinterpret_cast<PluginView*>(GetProp(hWnd, kWebPluginViewPropert
330 PluginViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
351 wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
[all...]
H A DPaintHooks.asm20 ;HDC __stdcall _HBeginPaint(HWND hWnd, LPPAINTSTRUCT lpPaint);
35 ;BOOL __stdcall _HEndPaint(HWND hWnd, const PAINTSTRUCT* lpPaint);
/external/webkit/Source/WebKit/wince/
H A DWebView.cpp59 LRESULT CALLBACK WebView::webViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
61 if (WebView* webView = reinterpret_cast<WebView*>(GetWindowLong(hWnd, 0)))
62 return webView->wndProc(hWnd, message, wParam, lParam);
64 return DefWindowProc(hWnd, message, wParam, lParam);
248 bool WebView::handlePaint(HWND hWnd) argument
251 if (!GetUpdateRect(hWnd, &updateRect, false))
279 bool WebView::handleMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
289 PlatformMouseEvent mouseEvent(hWnd, message, wParam, lParam);
302 PlatformMouseEvent moveEvent(hWnd, WM_MOUSEMOVE, 0, lParam, false);
341 bool WebView::handleMouseWheel(HWND hWnd, WPARA
[all...]
H A DWebView.h79 static LRESULT CALLBACK webViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
82 bool handlePaint(HWND hWnd);
83 bool handleMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
84 bool handleMouseWheel(HWND hWnd, WPARAM wParam, LPARAM lParam, bool isHorizontal);
/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);
/external/clang/test/SemaTemplate/
H A Dms-lookup-template-base-classes.cpp138 void f(int hWnd) { argument

Completed in 1078 milliseconds

123