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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8DeviceMotionEventCustom.cpp89 v8::Local<v8::Value> gammaValue = object->Get(v8AtomicString(isolate, "gamma")); local
90 if (gammaValue.IsEmpty())
92 bool canProvideGamma = !isUndefinedOrNull(gammaValue);
93 double gamma = gammaValue->NumberValue();

Completed in 96 milliseconds