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

/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8DeviceMotionEventCustom.cpp100 v8::Local<v8::Value> alphaValue = object->Get(v8::String::New("alpha")); local
101 if (alphaValue.IsEmpty())
103 bool canProvideAlpha = !isUndefinedOrNull(alphaValue);
104 double alpha = alphaValue->NumberValue();
/external/webkit/Source/WebCore/bindings/js/
H A DJSDeviceMotionEventCustom.cpp84 JSValue alphaValue = object->get(exec, Identifier(exec, "alpha")); local
87 bool canProvideAlpha = !alphaValue.isUndefinedOrNull();
88 double alpha = alphaValue.toNumber(exec);
/external/webkit/WebKitLibraries/
H A DWebKitSystemInterface.h375 void WKWindowSetAlpha(NSWindow *window, float alphaValue);

Completed in 4796 milliseconds