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

  /external/webkit/Source/WebCore/dom/
DeviceMotionEvent.cpp 27 #include "DeviceMotionEvent.h"
33 DeviceMotionEvent::~DeviceMotionEvent()
37 DeviceMotionEvent::DeviceMotionEvent()
42 DeviceMotionEvent::DeviceMotionEvent(const AtomicString& eventType, DeviceMotionData* deviceMotionData)
48 void DeviceMotionEvent::initDeviceMotionEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceMotionData* deviceMotionData)
DeviceMotionEvent.h 35 class DeviceMotionEvent : public Event {
37 ~DeviceMotionEvent();
38 static PassRefPtr<DeviceMotionEvent> create()
40 return adoptRef(new DeviceMotionEvent);
42 static PassRefPtr<DeviceMotionEvent> create(const AtomicString& eventType, DeviceMotionData* deviceMotionData)
44 return adoptRef(new DeviceMotionEvent(eventType, deviceMotionData));
54 DeviceMotionEvent();
55 DeviceMotionEvent(const AtomicString& eventType, DeviceMotionData*);

Completed in 21 milliseconds