OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:alphaValue
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/bindings/js/
JSDeviceMotionEventCustom.cpp
84
JSValue
alphaValue
= object->get(exec, Identifier(exec, "alpha"));
87
bool canProvideAlpha = !
alphaValue
.isUndefinedOrNull();
88
double alpha =
alphaValue
.toNumber(exec);
/external/webkit/Source/WebCore/bindings/v8/custom/
V8DeviceMotionEventCustom.cpp
100
v8::Local<v8::Value>
alphaValue
= object->Get(v8::String::New("alpha"));
101
if (
alphaValue
.IsEmpty())
103
bool canProvideAlpha = !isUndefinedOrNull(
alphaValue
);
104
double alpha =
alphaValue
->NumberValue();
/prebuilt/darwin-x86_64/swt/
swt.jar
Completed in 2597 milliseconds