Searched refs:initDeviceOrientationEvent (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/dom/
H A DDeviceOrientationEvent.cpp49 void DeviceOrientationEvent::initDeviceOrientationEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceOrientationData* orientation) function in class:WebCore::DeviceOrientationEvent
H A DDeviceOrientationEvent.h47 void initDeviceOrientationEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceOrientationData*);
H A DDeviceOrientationEvent.idl38 [Custom] void initDeviceOrientationEvent([Default=Undefined] optional DOMString type,
48 [Custom] void initDeviceOrientationEvent([Default=Undefined] optional DOMString type,
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSDeviceOrientationEventCustom.cpp93 JSValue JSDeviceOrientationEvent::initDeviceOrientationEvent(ExecState* exec) function in class:WebCore::JSDeviceOrientationEvent
117 impl().initDeviceOrientationEvent(type, bubbles, cancelable, orientation.get());

Completed in 112 milliseconds