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

  /external/webkit/Source/WebCore/bindings/js/
JSDeviceMotionEventCustom.cpp 123 static JSObject* createRotationRateObject(const DeviceMotionData::RotationRate* rotationRate, ExecState* exec)
153 return createRotationRateObject(imp->deviceMotionData()->rotationRate(), exec);
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8DeviceMotionEventCustom.cpp 51 v8::Handle<v8::Value> createRotationRateObject(const DeviceMotionData::RotationRate* rotationRate)
153 return createRotationRateObject(imp->deviceMotionData()->rotationRate());

Completed in 78 milliseconds