Searched defs:readRotationRateArgument (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
H A DJSDeviceMotionEventCustom.cpp76 static PassRefPtr<DeviceMotionData::RotationRate> readRotationRateArgument(JSValue value, ExecState* exec) function in namespace:WebCore
180 RefPtr<DeviceMotionData::RotationRate> rotationRate = readRotationRateArgument(exec->argument(5), exec);
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8DeviceMotionEventCustom.cpp92 RefPtr<DeviceMotionData::RotationRate> readRotationRateArgument(v8::Local<v8::Value> value) function in namespace:WebCore::__anon13148
174 RefPtr<DeviceMotionData::RotationRate> rotationRate = readRotationRateArgument(args[5]);

Completed in 284 milliseconds