HomeSort by relevance Sort by last modified time
    Searched refs:isUndefinedOrNull (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ArrayValue.cpp 41 bool ArrayValue::isUndefinedOrNull() const
43 return m_array.IsEmpty() || WebCore::isUndefinedOrNull(m_array);
48 if (isUndefinedOrNull())
57 if (isUndefinedOrNull())
ArrayValue.h 49 bool isUndefinedOrNull() const;
V8Utilities.cpp 68 if (isUndefinedOrNull(value)) {
89 if (isUndefinedOrNull(transferrable)) {
114 if (isUndefinedOrNull(value)) {
Dictionary.h 65 bool isUndefinedOrNull() const;
Dictionary.cpp 86 return !isUndefinedOrNull() && m_options->IsObject();
89 bool Dictionary::isUndefinedOrNull() const
93 return WebCore::isUndefinedOrNull(m_options);
98 if (isUndefinedOrNull())
320 value = WebCore::isUndefinedOrNull(v8Value) ? String() : toWebCoreString(v8Value);
V8Binding.h 524 inline bool isUndefinedOrNull(v8::Handle<v8::Value> value)
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8DeviceOrientationEventCustom.cpp 44 bool alphaProvided = !isUndefinedOrNull(args[3]);
46 bool betaProvided = !isUndefinedOrNull(args[4]);
48 bool gammaProvided = !isUndefinedOrNull(args[5]);
50 bool absoluteProvided = !isUndefinedOrNull(args[6]);
V8XSLTProcessorCustom.cpp 51 if (isUndefinedOrNull(args[1]) || isUndefinedOrNull(args[2]))
64 if (isUndefinedOrNull(args[1]))
80 if (isUndefinedOrNull(args[1]))
V8DeviceMotionEventCustom.cpp 40 if (isUndefinedOrNull(value))
49 bool canProvideX = !isUndefinedOrNull(xValue);
55 bool canProvideY = !isUndefinedOrNull(yValue);
61 bool canProvideZ = !isUndefinedOrNull(zValue);
72 if (isUndefinedOrNull(value))
81 bool canProvideAlpha = !isUndefinedOrNull(alphaValue);
87 bool canProvideBeta = !isUndefinedOrNull(betaValue);
93 bool canProvideGamma = !isUndefinedOrNull(gammaValue);
113 bool intervalProvided = !isUndefinedOrNull(args[6]);
V8SQLTransactionCustom.cpp 59 if (args.Length() > 1 && !isUndefinedOrNull(args[1])) {
69 if (isUndefinedOrNull(length))
95 if (args.Length() > 2 && !isUndefinedOrNull(args[2])) {
104 if (args.Length() > 3 && !isUndefinedOrNull(args[3])) {
V8SQLTransactionSyncCustom.cpp 58 if (args.Length() > 1 && !isUndefinedOrNull(args[1])) {
68 if (isUndefinedOrNull(length))
V8SVGLengthCustom.cpp 62 if (!isUndefinedOrNull(value) && !value->IsNumber() && !value->IsBoolean()) {
V8WebGLRenderingContextCustom.cpp 317 if (args.Length() > 0 && !isUndefinedOrNull(args[0]) && !V8WebGLProgram::HasInstance(args[0], args.GetIsolate(), worldType(args.GetIsolate()))) {
387 if (args.Length() > 0 && !isUndefinedOrNull(args[0]) && !V8WebGLProgram::HasInstance(args[0], args.GetIsolate(), worldType(args.GetIsolate()))) {
410 if (args.Length() > 0 && !isUndefinedOrNull(args[0]) && !V8WebGLShader::HasInstance(args[0], args.GetIsolate(), worldType(args.GetIsolate()))) {
448 if (args.Length() > 0 && !isUndefinedOrNull(args[0]) && !V8WebGLProgram::HasInstance(args[0], args.GetIsolate(), worldType(args.GetIsolate()))) {
454 if (args.Length() > 1 && !isUndefinedOrNull(args[1]) && !V8WebGLUniformLocation::HasInstance(args[1], args.GetIsolate(), worldType(args.GetIsolate()))) {
521 if (args.Length() > 0 && !isUndefinedOrNull(args[0]) && !V8WebGLUniformLocation::HasInstance(args[0], args.GetIsolate(), worldType(args.GetIsolate()))) {
592 if (args.Length() > 0 && !isUndefinedOrNull(args[0]) && !V8WebGLUniformLocation::HasInstance(args[0], args.GetIsolate(), worldType(args.GetIsolate()))) {
693 if (args.Length() > 0 && !isUndefinedOrNull(args[0]) && !V8WebGLUniformLocation::HasInstance(args[0], args.GetIsolate(), worldType(args.GetIsolate()))) {
V8GeolocationCustom.cpp 50 if (isUndefinedOrNull(value)) {
V8MessageEventCustom.cpp 120 if (!isUndefinedOrNull(args[7])) {
V8XMLHttpRequestCustom.cpp 192 if (isUndefinedOrNull(arg))
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaConstraintsImpl.cpp 60 if (constraints.isUndefinedOrNull())
77 if (!ok || mandatoryConstraints.isUndefinedOrNull())
88 if (!ok || optionalConstraints.isUndefinedOrNull())
99 if (!ok || constraint.isUndefinedOrNull())
UserMediaRequest.cpp 54 if (ok && !constraintsDictionary.isUndefinedOrNull())
RTCPeerConnection.cpp 69 if (configuration.isUndefinedOrNull())
74 if (!ok || iceServers.isUndefinedOrNull()) {
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBDatabase.cpp 172 if (!options.isUndefinedOrNull()) {
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestObject.cpp     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-unpack-code.js     [all...]

Completed in 447 milliseconds