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

  /external/webkit/Source/WebCore/platform/win/
WindowMessageListener.h 33 typedef long LPARAM;
41 virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM) = 0;
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateFullscreenWindow.h 36 typedef long LPARAM;
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 44 typedef long LPARAM;
172 PlatformKeyboardEvent(HWND, WPARAM, LPARAM, Type, bool);
PlatformMouseEvent.h 53 typedef long LPARAM;
163 PlatformMouseEvent(HWND, UINT, WPARAM, LPARAM, bool didActivateWebView = false);
PlatformWheelEvent.h 49 typedef long LPARAM;
169 PlatformWheelEvent(HWND, WPARAM, LPARAM, bool isMouseHWheel);

Completed in 73 milliseconds