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

1 2

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ArrayValue.cpp 41 bool ArrayValue::isUndefinedOrNull() const
43 return m_array.IsEmpty() || blink::isUndefinedOrNull(m_array);
48 if (isUndefinedOrNull())
57 if (isUndefinedOrNull())
Dictionary.cpp 92 return !isUndefinedOrNull() && m_options->IsObject();
95 bool Dictionary::isUndefinedOrNull() const
99 return blink::isUndefinedOrNull(m_options);
104 if (isUndefinedOrNull())
120 if (isUndefinedOrNull())
144 if (!getKey(key, v8Value) || blink::isUndefinedOrNull(v8Value))
155 if (!getKey(key, v8Value) || blink::isUndefinedOrNull(v8Value))
165 if (!getKey(key, v8Value) || blink::isUndefinedOrNull(v8Value))
189 if (isUndefinedOrNull())
223 if (context.isNullable() && blink::isUndefinedOrNull(v8Value)
    [all...]
ArrayValue.h 49 bool isUndefinedOrNull() const;
DictionaryHelperForBindings.h 61 if (context.isNullable() && blink::isUndefinedOrNull(v8Value))
Dictionary.h 60 // * isUndefinedOrNull() is true when using default constructor.
64 bool isUndefinedOrNull() const;
163 if (!dictionary.getKey(key, v8Value) || isUndefinedOrNull(v8Value))
ScriptPromise.h 75 bool isUndefinedOrNull() const
DictionaryHelperForCore.cpp 299 if (context.isNullable() && blink::isUndefinedOrNull(v8Value))
386 if (context.isNullable() && blink::isUndefinedOrNull(v8Value))
422 if (context.isNullable() && blink::isUndefinedOrNull(v8Value))
608 if (context.isNullable() && blink::isUndefinedOrNull(v8Value)) {
653 if (isUndefinedOrNull(v8Value))
  /external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/custom/
V8DeviceOrientationEventCustom.cpp 43 bool alphaProvided = !isUndefinedOrNull(info[3]);
45 bool betaProvided = !isUndefinedOrNull(info[4]);
47 bool gammaProvided = !isUndefinedOrNull(info[5]);
49 bool absoluteProvided = !isUndefinedOrNull(info[6]);
V8DeviceMotionEventCustom.cpp 39 if (isUndefinedOrNull(value))
48 bool canProvideX = !isUndefinedOrNull(xValue);
54 bool canProvideY = !isUndefinedOrNull(yValue);
60 bool canProvideZ = !isUndefinedOrNull(zValue);
71 if (isUndefinedOrNull(value))
80 bool canProvideAlpha = !isUndefinedOrNull(alphaValue);
86 bool canProvideBeta = !isUndefinedOrNull(betaValue);
92 bool canProvideGamma = !isUndefinedOrNull(gammaValue);
113 bool intervalProvided = !isUndefinedOrNull(info[6]);
V8SQLTransactionCustom.cpp 60 if (info.Length() > 1 && !isUndefinedOrNull(info[1])) {
71 if (isUndefinedOrNull(length))
94 if (!isUndefinedOrNull(info[2])) {
106 if (!isUndefinedOrNull(info[3])) {
V8SubtleCryptoCustom.cpp 25 if (!algorithm.isUndefinedOrNull() && !algorithm.isObject()) {
40 if (!algorithm.isUndefinedOrNull() && !algorithm.isObject()) {
55 if (!algorithm.isUndefinedOrNull() && !algorithm.isObject()) {
70 if (!algorithm.isUndefinedOrNull() && !algorithm.isObject()) {
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8XSLTProcessorCustom.cpp 47 if (isUndefinedOrNull(info[1]) || isUndefinedOrNull(info[2]))
60 if (isUndefinedOrNull(info[1]))
76 if (isUndefinedOrNull(info[1]))
V8HTMLCanvasElementCustom.cpp 63 if (jsAttributes->Has(alpha) && !isUndefinedOrNull(jsAttributes->Get(alpha)))
66 if (jsAttributes->Has(depth) && !isUndefinedOrNull(jsAttributes->Get(depth)))
69 if (jsAttributes->Has(stencil) && !isUndefinedOrNull(jsAttributes->Get(stencil)))
72 if (jsAttributes->Has(antialias) && !isUndefinedOrNull(jsAttributes->Get(antialias)))
75 if (jsAttributes->Has(premultipliedAlpha) && !isUndefinedOrNull(jsAttributes->Get(premultipliedAlpha)))
78 if (jsAttributes->Has(preserveDrawingBuffer) && !isUndefinedOrNull(jsAttributes->Get(preserveDrawingBuffer)))
81 if (jsAttributes->Has(failIfMajorPerformanceCaveat) && !isUndefinedOrNull(jsAttributes->Get(failIfMajorPerformanceCaveat)))
90 if (jsAttributes->Has(alpha) && !isUndefinedOrNull(jsAttributes->Get(alpha)))
V8DocumentCustom.cpp 71 if (!resolver && !isUndefinedOrNull(info[resolverArgumentIndex])) {
V8ElementCustom.cpp 120 if (!timingInput.isUndefinedOrNull() && !timingInput.isObject()) {
147 if (!timingInput.isUndefinedOrNull() && !timingInput.isObject()) {
V8WebGLRenderingContextCustom.cpp 363 if (info.Length() > 0 && !isUndefinedOrNull(info[0]) && !V8WebGLProgram::hasInstance(info[0], info.GetIsolate())) {
396 if (info.Length() > 0 && !isUndefinedOrNull(info[0]) && !V8WebGLShader::hasInstance(info[0], info.GetIsolate())) {
429 if (info.Length() > 0 && !isUndefinedOrNull(info[0]) && !V8WebGLProgram::hasInstance(info[0], info.GetIsolate())) {
434 if (info.Length() > 1 && !isUndefinedOrNull(info[1]) && !V8WebGLUniformLocation::hasInstance(info[1], info.GetIsolate())) {
504 if (info.Length() > 0 && !isUndefinedOrNull(info[uniformLocationArgumentIndex]) && !V8WebGLUniformLocation::hasInstance(info[uniformLocationArgumentIndex], info.GetIsolate())) {
578 if (info.Length() > 0 && !isUndefinedOrNull(info[uniformLocationArgumentIndex]) && !V8WebGLUniformLocation::hasInstance(info[uniformLocationArgumentIndex], info.GetIsolate())) {
    [all...]
V8MessageEventCustom.cpp 118 if (!isUndefinedOrNull(info[portArrayIndex])) {
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaConstraintsImpl.cpp 49 if (constraintsDictionary.isUndefinedOrNull())
67 if (!ok || mandatoryConstraintsDictionary.isUndefinedOrNull())
84 if (!ok || optionalConstraints.isUndefinedOrNull())
95 if (!ok || constraint.isUndefinedOrNull())
UserMediaRequest.cpp 56 if (ok && !constraintsDictionary.isUndefinedOrNull())
RTCPeerConnection.cpp 89 if (configuration.isUndefinedOrNull())
107 if (!ok || iceServers.isUndefinedOrNull()) {
177 if (options.isUndefinedOrNull())
  /external/chromium_org/third_party/WebKit/Source/web/
WebCryptoNormalize.cpp 46 if (!algorithmDictionary.isUndefinedOrNull() && !algorithmDictionary.isObject())
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
dictionary_v8.cpp 18 ASSERT(isUndefinedOrNull(v8Value) || v8Value->IsObject());
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
Request.cpp 108 if (!init.headers && init.headersDictionary.isUndefinedOrNull()) {
128 ASSERT(init.headersDictionary.isUndefinedOrNull());
130 } else if (!init.headersDictionary.isUndefinedOrNull()) {
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestInterfaceConstructor2.cpp 53 if (!isUndefinedOrNull(info[0]) && !info[0]->IsObject()) {
96 if (!isUndefinedOrNull(info[4]) && !info[4]->IsObject()) {
V8TestInterfaceConstructor.cpp 68 if (!isUndefinedOrNull(info[3]) && !info[3]->IsObject()) {
76 if (!isUndefinedOrNull(info[6]) && !info[6]->IsObject()) {

Completed in 456 milliseconds

1 2