Home | History | Annotate | Download | only in win

Lines Matching refs:hwnd

42 static inline LPARAM relativeCursorPosition(HWND hwnd)
46 ::ScreenToClient(hwnd, &point);
327 WebMouseEvent WebEventFactory::createWebMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool didActivateWebView)
352 lParam = relativeCursorPosition(hWnd);
388 ::ClientToScreen(hWnd, &globalPosition);
398 WebWheelEvent WebEventFactory::createWebWheelEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
405 ::ScreenToClient(hWnd, &position);
446 WebKeyboardEvent WebEventFactory::createWebKeyboardEvent(HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam)