Searched defs:rotationRate (Results 1 – 4 of 4) sorted by relevance
123 static JSObject* createRotationRateObject(const DeviceMotionData::RotationRate* rotationRate, ExecS… in createRotationRateObject()148 JSValue JSDeviceMotionEvent::rotationRate(ExecState* exec) const in rotationRate() function in WebCore::JSDeviceMotionEvent180 …RefPtr<DeviceMotionData::RotationRate> rotationRate = readRotationRateArgument(exec->argument(5), … in initDeviceMotionEvent() local
72 … PassRefPtr<RotationRate> rotationRate, bool canProvideInterval, double interval) in create()83 … PassRefPtr<RotationRate> rotationRate, bool canProvideInterval, double interval) in DeviceMotionData()
91 const RotationRate* rotationRate() const { return m_rotationRate.get(); } in rotationRate() function
51 v8::Handle<v8::Value> createRotationRateObject(const DeviceMotionData::RotationRate* rotationRate) in createRotationRateObject()174 RefPtr<DeviceMotionData::RotationRate> rotationRate = readRotationRateArgument(args[5]); in initDeviceMotionEventCallback() local