Searched refs:gammaValue (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8DeviceMotionEventCustom.cpp112 v8::Local<v8::Value> gammaValue = object->Get(v8::String::New("gamma")); local
113 if (gammaValue.IsEmpty())
115 bool canProvideGamma = !isUndefinedOrNull(gammaValue);
116 double gamma = gammaValue->NumberValue();
/external/webkit/Source/WebCore/bindings/js/
H A DJSDeviceMotionEventCustom.cpp100 JSValue gammaValue = object->get(exec, Identifier(exec, "gamma"));
103 bool canProvideGamma = !gammaValue.isUndefinedOrNull();
104 double gamma = gammaValue.toNumber(exec);

Completed in 89 milliseconds