Searched defs:DeviceOrientationEvent (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DDeviceOrientationEvent.cpp27 #include "DeviceOrientationEvent.h"
33 DeviceOrientationEvent::~DeviceOrientationEvent()
37 DeviceOrientationEvent::DeviceOrientationEvent() function in class:WebCore::DeviceOrientationEvent
42 DeviceOrientationEvent::DeviceOrientationEvent(const AtomicString& eventType, DeviceOrientation* orientation) function in class:WebCore::DeviceOrientationEvent
48 void DeviceOrientationEvent::initDeviceOrientationEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceOrientation* orientation)
H A DDeviceOrientationEvent.h35 class DeviceOrientationEvent : public Event { class in namespace:WebCore
37 ~DeviceOrientationEvent();
38 static PassRefPtr<DeviceOrientationEvent> create()
40 return adoptRef(new DeviceOrientationEvent);
42 static PassRefPtr<DeviceOrientationEvent> create(const AtomicString& eventType, DeviceOrientation* orientation)
44 return adoptRef(new DeviceOrientationEvent(eventType, orientation));
54 DeviceOrientationEvent();
55 DeviceOrientationEvent(const AtomicString& eventType, DeviceOrientation*);

Completed in 52 milliseconds