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

  /external/webkit/Source/WebCore/dom/
DeviceOrientationEvent.cpp 48 void DeviceOrientationEvent::initDeviceOrientationEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceOrientation* orientation)
  /external/webkit/Source/WebCore/bindings/js/
JSDeviceOrientationEventCustom.cpp 62 JSValue JSDeviceOrientationEvent::initDeviceOrientationEvent(ExecState* exec)
77 imp->initDeviceOrientationEvent(type, bubbles, cancelable, orientation.get());

Completed in 423 milliseconds