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

  /external/webkit/Source/WebCore/dom/
DeviceOrientationEvent.cpp 27 #include "DeviceOrientationEvent.h"
33 DeviceOrientationEvent::~DeviceOrientationEvent()
37 DeviceOrientationEvent::DeviceOrientationEvent()
42 DeviceOrientationEvent::DeviceOrientationEvent(const AtomicString& eventType, DeviceOrientation* orientation)
48 void DeviceOrientationEvent::initDeviceOrientationEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceOrientation* orientation)
DeviceOrientationEvent.h 35 class DeviceOrientationEvent : public Event {
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 22 milliseconds