Searched defs:LPARAM (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/win/
H A DWindowMessageListener.h33 typedef long LPARAM; typedef
41 virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM) = 0;
/external/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateFullscreenWindow.h36 typedef long LPARAM; 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/WebCore/platform/
H A DPlatformMouseEvent.h53 typedef long LPARAM; typedef
163 PlatformMouseEvent(HWND, UINT, WPARAM, LPARAM, bool didActivateWebView = false);
H A DPlatformWheelEvent.h49 typedef long LPARAM; typedef
169 PlatformWheelEvent(HWND, WPARAM, LPARAM, bool isMouseHWheel);
H A DPlatformKeyboardEvent.h44 typedef long LPARAM; typedef
172 PlatformKeyboardEvent(HWND, WPARAM, LPARAM, Type, bool);

Completed in 180 milliseconds