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

12

/external/webkit/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 activatedWebView) argument
81 : m_position(positionForEvent(hWnd, lParam))
82 , m_globalPosition(globalPositionForEvent(hWnd, lParam))
H A DSharedTimerWin.cpp86 LRESULT CALLBACK TimerWindowWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
94 PostMessage(hWnd, message, wParam, lParam);
114 return DefWindowProc(hWnd, message, wParam, lParam);
H A DPopupMenuWin.cpp743 LRESULT CALLBACK PopupMenu::PopupMenuWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
746 LONG longPtr = GetWindowLong(hWnd, 0);
748 LONG_PTR longPtr = GetWindowLongPtr(hWnd, 0);
752 return popup->wndProc(hWnd, message, wParam, lParam);
759 ::SetWindowLong(hWnd, 0, (LONG)createStruct->lpCreateParams);
761 ::SetWindowLongPtr(hWnd, 0, (LONG_PTR)createStruct->lpCreateParams);
766 return ::DefWindowProc(hWnd, message, wParam, lParam);
771 LRESULT PopupMenu::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
885 PlatformMouseEvent event(hWnd, message, wParam, MAKELPARAM(mousePoint.x(), mousePoint.y()));
921 PlatformMouseEvent event(hWnd, messag
[all...]
H A DPasteboardWin.cpp51 static LRESULT CALLBACK PasteboardOwnerWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
54 LONG_PTR longPtr = GetWindowLongPtr(hWnd, 0);
73 lresult = DefWindowProc(hWnd, message, wParam, lParam);
/external/skia/include/views/
H A DSkOSWindow_Win.h32 bool wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
33 static bool QuitOnDeactivate(HWND hWnd);
H A DSkEvent.h215 static bool WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
/external/webkit/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/WebCore/plugins/win/
H A DPluginMessageThrottlerWin.cpp61 void PluginMessageThrottlerWin::appendMessage(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) argument
65 message->hWnd = hWnd;
91 ::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.cpp144 extern "C" HDC __stdcall _HBeginPaint(HWND hWnd, LPPAINTSTRUCT lpPaint);
145 extern "C" BOOL __stdcall _HEndPaint(HWND hWnd, const PAINTSTRUCT* lpPaint);
148 HDC WINAPI PluginView::hookedBeginPaint(HWND hWnd, PAINTSTRUCT* lpPaint) argument
150 PluginView* pluginView = reinterpret_cast<PluginView*>(GetProp(hWnd, kWebPluginViewProperty));
156 GetClientRect(hWnd, &lpPaint->rcPaint);
166 : "a" (beginPaintSysCall), "g" (lpPaint), "g" (hWnd), "m" (beginPaint)
174 __asm push hWnd
177 return _HBeginPaint(hWnd, lpPaint);
181 BOOL WINAPI PluginView::hookedEndPaint(HWND hWnd, const PAINTSTRUCT* lpPaint) argument
183 PluginView* pluginView = reinterpret_cast<PluginView*>(GetProp(hWnd, kWebPluginViewPropert
326 PluginViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
347 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/WebCore/platform/wince/
H A DSharedTimerWince.cpp55 LRESULT CALLBACK TimerWindowWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
66 PostMessage(hWnd, WM_USER, 0, 0);
70 return DefWindowProc(hWnd, message, wParam, lParam);
H A DPasteboardWince.cpp54 static LRESULT CALLBACK PasteboardOwnerWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
57 LONG longPtr = GetWindowLong(hWnd, 0);
72 lresult = DefWindowProc(hWnd, message, wParam, lParam);
/external/webkit/WebKitTools/WebKitAPITest/
H A DTestsController.cpp136 LRESULT TestsController::wndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) argument
139 KillTimer(hWnd, runNextTestTimerID);
144 return DefWindowProcW(hWnd, uMsg, wParam, lParam);
H A DHostWindow.cpp78 LRESULT HostWindow::wndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) argument
80 return DefWindowProcW(hWnd, uMsg, wParam, lParam);
/external/webkit/WebCore/platform/graphics/win/
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/WebKitTools/WinLauncher/
H A DWinLauncher.cpp326 void PrintView(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
376 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
389 DialogBox(hInst, MAKEINTRESOURCE(IDD_ABOUTBOX), hWnd, About);
392 DestroyWindow(hWnd);
395 PrintView(hWnd, message, wParam, lParam);
398 return DefWindowProc(hWnd, message, wParam, lParam);
410 return DefWindowProc(hWnd, message, wParam, lParam);
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
H A DSDL_sysevents.c259 TrackMouseTimerProc(HWND hWnd, UINT uMsg, UINT idEvent, DWORD dwTime) argument
264 GetClientRect(hWnd, &rect);
265 MapWindowPoints(hWnd, NULL, (LPPOINT)&rect, 2);
267 if ( !PtInRect(&rect, pt) || (WindowFromPoint(pt) != hWnd) ) {
268 if ( !KillTimer(hWnd, idEvent) ) {
271 PostMessage(hWnd, WM_MOUSELEAVE, 0, 0);
H A DSDL_syswm.c210 typedef BOOL (WINAPI *PtrSetWindowTextW)(HWND hWnd, LPCWSTR lpString);
/external/qemu/distrib/sdl-1.2.12/src/video/gapi/
H A DSDL_gapivideo.h61 typedef int (*PFNGXOpenDisplay)(HWND hWnd, DWORD dwFlags);
/external/stlport/stlport/stl/config/
H A D_windows.h142 int WINAPI MessageBoxW(HWND hWnd, LPCWSTR lpText, LPCWSTR lpCaption, UINT uType);
/external/webkit/WebCore/platform/
H A DPopupMenu.h160 LRESULT wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
/external/webkit/WebCore/platform/network/win/
H A DResourceHandleWin.cpp88 static LRESULT CALLBACK ResourceHandleWndProc(HWND hWnd, UINT message, argument
104 return DefWindowProc(hWnd, message, wParam, lParam);
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/
H A DSDL_dx5events.c71 static HWND GetTopLevelParent(HWND hWnd) argument
76 hParentWnd = GetParent(hWnd);
79 hWnd = hParentWnd;
81 return hWnd;

Completed in 262 milliseconds

12