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

/external/webkit/WebCore/platform/win/
H A DWindowMessageListener.h33 typedef long LPARAM; typedef
41 virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM) = 0;
/external/webkit/WebCore/platform/network/
H A DResourceHandle.h49 typedef long LPARAM; typedef
166 void onHandleCreated(LPARAM);
167 void onRequestRedirected(LPARAM);
168 void onRequestComplete(LPARAM);
170 friend LRESULT __stdcall ResourceHandleWndProc(HWND, unsigned message, WPARAM, LPARAM);
/external/webkit/WebCore/platform/
H A DPlatformKeyboardEvent.h45 typedef long LPARAM; typedef
139 PlatformKeyboardEvent(HWND, WPARAM, LPARAM, Type, bool);
H A DPlatformMouseEvent.h47 typedef long LPARAM; typedef
139 PlatformMouseEvent(HWND, UINT, WPARAM, LPARAM, bool activatedWebView = false);
H A DPlatformWheelEvent.h45 typedef long LPARAM; typedef
134 PlatformWheelEvent(HWND, WPARAM, LPARAM, bool isMouseHWheel);

Completed in 69 milliseconds