Searched refs:AEEEvent (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/brew/
H A DPlatformMouseEventBrew.cpp29 #include <AEEEvent.h>
36 PlatformMouseEvent::PlatformMouseEvent(AEEEvent event, uint16 wParam, uint32 dwParam)
H A DPlatformTouchEventBrew.cpp29 #include <AEEEvent.h>
37 PlatformTouchEvent::PlatformTouchEvent(AEEEvent event, uint16 wParam, uint32 dwParam)
H A DPlatformKeyboardEventBrew.cpp32 #include <AEEEvent.h>
217 PlatformKeyboardEvent::PlatformKeyboardEvent(AEEEvent event, uint16 code, uint32 modifiers, Type type)
/external/webkit/Source/WebCore/platform/
H A DPlatformTouchEvent.h41 #define AEEEvent uint16 macro
76 PlatformTouchEvent(AEEEvent, uint16 wParam, uint32 dwParam);
H A DPlatformKeyboardEvent.h73 #define AEEEvent uint16 macro
208 PlatformKeyboardEvent(AEEEvent, uint16, uint32, Type);
H A DPlatformMouseEvent.h67 #define AEEEvent uint16 macro
177 PlatformMouseEvent(AEEEvent, uint16 wParam, uint32 dwParam);

Completed in 90 milliseconds