HomeSort by relevance Sort by last modified time
    Searched refs:initDeviceOrientationEvent (Results 1 - 6 of 6) sorted by null

  /external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/
optional-event-properties.js 10 evalAndLog("event.initDeviceOrientationEvent('', false, false, 0, 1, 2)");
15 evalAndLog("event.initDeviceOrientationEvent()");
20 evalAndLog("event.initDeviceOrientationEvent('', false, false, [], [], [])");
25 evalAndLog("event.initDeviceOrientationEvent('', false, false, undefined, undefined, undefined)");
30 evalAndLog("event.initDeviceOrientationEvent('', false, false, '', '', '')");
35 evalAndLog("event.initDeviceOrientationEvent('', false, false, null, null, null)");
  /external/webkit/Source/WebCore/dom/
DeviceOrientationEvent.idl 34 [Custom] void initDeviceOrientationEvent(in DOMString type, in boolean bubbles, in boolean cancelable, in double alpha, in double beta, in double gamma);
DeviceOrientationEvent.cpp 48 void DeviceOrientationEvent::initDeviceOrientationEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceOrientation* orientation)
DeviceOrientationEvent.h 47 void initDeviceOrientationEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceOrientation*);
  /external/webkit/Source/WebCore/bindings/js/
JSDeviceOrientationEventCustom.cpp 62 JSValue JSDeviceOrientationEvent::initDeviceOrientationEvent(ExecState* exec)
77 imp->initDeviceOrientationEvent(type, bubbles, cancelable, orientation.get());
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8DeviceOrientationEventCustom.cpp 85 imp->initDeviceOrientationEvent(type, bubbles, cancelable, orientation.get());

Completed in 230 milliseconds