OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zValue
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/PCH/
struct.h
8
float xValue, yValue,
zValue
;
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8DeviceMotionEventCustom.cpp
57
v8::Local<v8::Value>
zValue
= object->Get(v8AtomicString(isolate, "z"));
58
if (
zValue
.IsEmpty())
60
bool canProvideZ = !isUndefinedOrNull(
zValue
);
61
double z =
zValue
->NumberValue();
Completed in 328 milliseconds