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

/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8DeviceMotionEventCustom.cpp175 bool intervalProvided = !isUndefinedOrNull(args[6]); local
177 RefPtr<DeviceMotionData> deviceMotionData = DeviceMotionData::create(acceleration, accelerationIncludingGravity, rotationRate, intervalProvided, interval);

Completed in 45 milliseconds