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

  /external/webkit/Source/WebCore/dom/
DeviceMotionEvent.cpp 48 void DeviceMotionEvent::initDeviceMotionEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceMotionData* deviceMotionData)
  /external/webkit/Source/WebCore/bindings/js/
JSDeviceMotionEventCustom.cpp 164 JSValue JSDeviceMotionEvent::initDeviceMotionEvent(ExecState* exec)
188 imp->initDeviceMotionEvent(type, bubbles, cancelable, deviceMotionData.get());

Completed in 901 milliseconds