HomeSort by relevance Sort by last modified time
    Searched defs:WPARAM (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/platform/win/
WindowMessageListener.h 35 typedef unsigned WPARAM;
41 virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM) = 0;
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateFullscreenWindow.h 35 typedef unsigned WPARAM;
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/
PlatformKeyboardEvent.h 43 typedef unsigned WPARAM;
172 PlatformKeyboardEvent(HWND, WPARAM, LPARAM, Type, bool);
PlatformMouseEvent.h 52 typedef unsigned WPARAM;
163 PlatformMouseEvent(HWND, UINT, WPARAM, LPARAM, bool didActivateWebView = false);
177 PlatformMouseEvent(AEEEvent, uint16 wParam, uint32 dwParam);
PlatformWheelEvent.h 48 typedef unsigned WPARAM;
169 PlatformWheelEvent(HWND, WPARAM, LPARAM, bool isMouseHWheel);

Completed in 119 milliseconds