Home
last modified time | relevance | path

Searched defs:deviceMotionData (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/dom/
DDeviceMotionEvent.h42 …RefPtr<DeviceMotionEvent> create(const AtomicString& eventType, DeviceMotionData* deviceMotionData) in create()
51 DeviceMotionData* deviceMotionData() const { return m_deviceMotionData.get(); } in deviceMotionData() function
DDeviceMotionEvent.cpp42 …ceMotionEvent::DeviceMotionEvent(const AtomicString& eventType, DeviceMotionData* deviceMotionData) in DeviceMotionEvent()
48 …nEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceMotionData* deviceMotionData) in initDeviceMotionEvent()
DDeviceMotionController.cpp54 …RefPtr<DeviceMotionData> deviceMotionData = m_client ? m_client->currentDeviceMotion() : DeviceMot… in timerFired() local
100 void DeviceMotionController::didChangeDeviceMotion(DeviceMotionData* deviceMotionData) in didChangeDeviceMotion()
/external/webkit/Source/WebCore/bindings/js/
DJSDeviceMotionEventCustom.cpp186 …RefPtr<DeviceMotionData> deviceMotionData = DeviceMotionData::create(acceleration, accelerationInc… in initDeviceMotionEvent() local
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8DeviceMotionEventCustom.cpp177 …RefPtr<DeviceMotionData> deviceMotionData = DeviceMotionData::create(acceleration, accelerationInc… in initDeviceMotionEventCallback() local