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

/macosx-10.10/WebCore-7600.1.25/dom/
H A DDeviceMotionEvent.cpp49 void DeviceMotionEvent::initDeviceMotionEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceMotionData* deviceMotionData) function in class:WebCore::DeviceMotionEvent
H A DDeviceMotionEvent.h47 void initDeviceMotionEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceMotionData*);
H A DDeviceMotionEvent.idl33 [Custom] void initDeviceMotionEvent([Default=Undefined] optional DOMString type,
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSDeviceMotionEventCustom.cpp168 JSValue JSDeviceMotionEvent::initDeviceMotionEvent(ExecState* exec) function in class:WebCore::JSDeviceMotionEvent
191 impl().initDeviceMotionEvent(type, bubbles, cancelable, deviceMotionData.get());

Completed in 125 milliseconds