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

/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
H A DDeviceOrientationEvent.idl31 [Custom] void initDeviceOrientationEvent([Default=Undefined] optional DOMString type,
H A DDeviceOrientationEvent.cpp48 void DeviceOrientationEvent::initDeviceOrientationEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceOrientationData* orientation) function in class:blink::DeviceOrientationEvent
H A DDeviceOrientationEvent.h49 void initDeviceOrientationEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceOrientationData*);
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/custom/
H A DV8DeviceOrientationEventCustom.cpp52 impl->initDeviceOrientationEvent(type, bubbles, cancelable, orientation);

Completed in 434 milliseconds