Home | History | Annotate | Download | only in win

Lines Matching refs:HWND

39 static IntPoint positionForEvent(HWND hWnd, LPARAM lParam)
42 ScreenToClient(hWnd, &point);
46 static IntPoint globalPositionForEvent(HWND hWnd, LPARAM lParam)
68 PlatformWheelEvent::PlatformWheelEvent(HWND hWnd, const FloatSize& delta, const FloatPoint& location)
86 ScreenToClient(hWnd, &point);
90 PlatformWheelEvent::PlatformWheelEvent(HWND hWnd, WPARAM wParam, LPARAM lParam, bool isMouseHWheel)
91 : m_position(positionForEvent(hWnd, lParam))
92 , m_globalPosition(globalPositionForEvent(hWnd, lParam))