/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
D | V8NodeCustom.cpp | 70 …Node* newChild = V8Node::hasInstance(info[0], info.GetIsolate(), worldType(info.GetIsolate())) ? V… in insertBeforeMethodCustom() 71 …Node* refChild = V8Node::hasInstance(info[1], info.GetIsolate(), worldType(info.GetIsolate())) ? V… in insertBeforeMethodCustom() 86 …Node* newChild = V8Node::hasInstance(info[0], info.GetIsolate(), worldType(info.GetIsolate())) ? V… in replaceChildMethodCustom() 87 …Node* oldChild = V8Node::hasInstance(info[1], info.GetIsolate(), worldType(info.GetIsolate())) ? V… in replaceChildMethodCustom() 102 …Node* oldChild = V8Node::hasInstance(info[0], info.GetIsolate(), worldType(info.GetIsolate())) ? V… in removeChildMethodCustom() 117 …Node* newChild = V8Node::hasInstance(info[0], info.GetIsolate(), worldType(info.GetIsolate())) ? V… in appendChildMethodCustom()
|
D | V8WebGLRenderingContextCustom.cpp | 300 if (V8WebGLUniformLocation::hasInstance(value, isolate, worldType(isolate))) { in toWebGLUniformLocation() 319 …ll(info[0]) && !V8WebGLProgram::hasInstance(info[0], info.GetIsolate(), worldType(info.GetIsolate(… in getAttachedShadersMethodCustom() 323 …WebGLProgram* program = V8WebGLProgram::hasInstance(info[0], info.GetIsolate(), worldType(info.Get… in getAttachedShadersMethodCustom() 389 …ll(info[0]) && !V8WebGLProgram::hasInstance(info[0], info.GetIsolate(), worldType(info.GetIsolate(… in getProgramParameterMethodCustom() 393 …WebGLProgram* program = V8WebGLProgram::hasInstance(info[0], info.GetIsolate(), worldType(info.Get… in getProgramParameterMethodCustom() 412 …ull(info[0]) && !V8WebGLShader::hasInstance(info[0], info.GetIsolate(), worldType(info.GetIsolate(… in getShaderParameterMethodCustom() 416 …WebGLShader* shader = V8WebGLShader::hasInstance(info[0], info.GetIsolate(), worldType(info.GetIso… in getShaderParameterMethodCustom() 450 …ll(info[0]) && !V8WebGLProgram::hasInstance(info[0], info.GetIsolate(), worldType(info.GetIsolate(… in getUniformMethodCustom() 454 …WebGLProgram* program = V8WebGLProgram::hasInstance(info[0], info.GetIsolate(), worldType(info.Get… in getUniformMethodCustom() 456 …1]) && !V8WebGLUniformLocation::hasInstance(info[1], info.GetIsolate(), worldType(info.GetIsolate(… in getUniformMethodCustom() [all …]
|
D | V8BlobCustomHelpers.cpp | 119 if (V8ArrayBuffer::hasInstance(item, isolate, worldType(isolate))) { in processBlobParts() 123 } else if (V8ArrayBufferView::hasInstance(item, isolate, worldType(isolate))) { in processBlobParts() 127 } else if (V8Blob::hasInstance(item, isolate, worldType(isolate))) { in processBlobParts()
|
D | V8DocumentCustom.cpp | 67 if (V8Node::hasInstance(info[1], info.GetIsolate(), worldType(info.GetIsolate()))) in evaluateMethodCustom() 80 if (V8XPathResult::hasInstance(info[4], info.GetIsolate(), worldType(info.GetIsolate()))) in evaluateMethodCustom()
|
D | V8CanvasRenderingContext2DCustom.cpp | 62 if (V8CanvasGradient::hasInstance(value, isolate, worldType(isolate))) in toCanvasStyle() 65 if (V8CanvasPattern::hasInstance(value, isolate, worldType(isolate))) in toCanvasStyle()
|
D | V8InjectedScriptHostCustom.cpp | 122 …v8SetReturnValue(info, V8HTMLAllCollection::hasInstance(info[0], info.GetIsolate(), worldType(info… in isHTMLAllCollectionMethodCustom() 156 WrapperWorldType currentWorldType = worldType(isolate); in typeMethodCustom() 282 if (!V8Node::hasInstance(value, info.GetIsolate(), worldType(info.GetIsolate()))) in getEventListenersMethodCustom() 317 …if (info.Length() > 0 && V8Database::hasInstance(info[0], info.GetIsolate(), worldType(info.GetIso… in databaseIdMethodCustom() 330 …if (info.Length() > 0 && V8Storage::hasInstance(info[0], info.GetIsolate(), worldType(info.GetIsol… in storageIdMethodCustom()
|
D | V8CryptoCustom.cpp | 52 if (!V8ArrayBufferView::hasInstance(buffer, info.GetIsolate(), worldType(info.GetIsolate()))) { in getRandomValuesMethodCustom()
|
D | V8FormDataCustom.cpp | 53 if (V8Blob::hasInstance(arg, info.GetIsolate(), worldType(info.GetIsolate()))) { in appendMethodCustom()
|
D | V8HTMLOptionsCollectionCustom.cpp | 77 … if (!V8HTMLOptionElement::hasInstance(info[0], info.GetIsolate(), worldType(info.GetIsolate()))) { in addMethodCustom()
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
D | V8PerIsolateData.h | 69 TemplateMap& rawDOMTemplateMap(WrapperWorldType worldType) in rawDOMTemplateMap() argument 71 if (worldType == MainWorld) in rawDOMTemplateMap() 76 TemplateMap& templateMap(WrapperWorldType worldType) in templateMap() argument 78 if (worldType == MainWorld) in templateMap()
|
D | Dictionary.cpp | 335 if (V8Storage::hasInstance(v8Value, m_isolate, worldType(m_isolate))) in get() 421 if (V8Uint8Array::hasInstance(v8Value, m_isolate, worldType(m_isolate))) in get() 433 if (V8ArrayBufferView::hasInstance(v8Value, m_isolate, worldType(m_isolate))) in get() 445 if (V8MIDIPort::hasInstance(v8Value, m_isolate, worldType(m_isolate))) in get() 457 if (V8MediaKeyError::hasInstance(v8Value, m_isolate, worldType(m_isolate))) in get() 474 …= wrapper->FindInstanceInPrototypeChain(V8TextTrack::domTemplate(m_isolate, worldType(m_isolate))); in get() 489 if (V8SpeechRecognitionError::hasInstance(v8Value, m_isolate, worldType(m_isolate))) in get() 501 if (V8SpeechRecognitionResult::hasInstance(v8Value, m_isolate, worldType(m_isolate))) in get() 513 if (V8SpeechRecognitionResultList::hasInstance(v8Value, m_isolate, worldType(m_isolate))) in get() 525 if (V8MediaStream::hasInstance(v8Value, m_isolate, worldType(m_isolate))) in get() [all …]
|
D | V8Utilities.cpp | 95 if (V8MessagePort::hasInstance(transferrable, isolate, worldType(isolate))) { in extractTransferables() 103 } else if (V8ArrayBuffer::hasInstance(transferrable, isolate, worldType(isolate))) in extractTransferables()
|
D | WrapperTypeInfo.h | 103 …late(v8::Isolate* isolate, WrapperWorldType worldType) const { return domTemplateFunction(isolate,… in domTemplate()
|
D | V8ErrorHandler.cpp | 76 if (worldType(isolate) == WorkerWorld) in callListenerFunction()
|
D | V8DOMWrapper.cpp | 49 WrapperWorldType currentWorldType = worldType(isolate); in wrapInShadowTemplate()
|
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/ |
D | V8TestInterfaceConstructor.cpp | 94 …EmptyArg, V8TestInterfaceEmpty::hasInstance(info[2], info.GetIsolate(), worldType(info.GetIsolate(… in constructor2() 106 …EmptyArg, V8TestInterfaceEmpty::hasInstance(info[6], info.GetIsolate(), worldType(info.GetIsolate(… in constructor2() 124 …worldType(info.GetIsolate()))) && (info[4]->IsArray())) || ((info.Length() == 6) && (V8TestInterfa… in constructor()
|
D | V8TestInterfaceConstructor2.cpp | 86 …EmptyArg, V8TestInterfaceEmpty::hasInstance(info[0], info.GetIsolate(), worldType(info.GetIsolate(… in constructor2() 107 …worldType(info.GetIsolate())))) || ((info.Length() == 2) && (V8TestInterfaceEmpty::hasInstance(inf… in constructor()
|
D | V8TestOverloadedConstructors.cpp | 97 …V8TRYCATCH_VOID(Blob*, blob, V8Blob::hasInstance(info[0], info.GetIsolate(), worldType(info.GetIso… in constructor3() 117 …if (((info.Length() == 1) && (V8ArrayBuffer::hasInstance(info[0], info.GetIsolate(), worldType(inf… in constructor() 121 …() == 1) && (V8ArrayBufferView::hasInstance(info[0], info.GetIsolate(), worldType(info.GetIsolate(… in constructor() 125 …if (((info.Length() == 1) && (V8Blob::hasInstance(info[0], info.GetIsolate(), worldType(info.GetIs… in constructor()
|
D | V8TestInterfaceCheckSecurity.cpp | 199 WrapperWorldType currentWorldType = worldType(info.GetIsolate()); in doNotCheckSecurityVoidMethodOriginSafeMethodGetter() 251 WrapperWorldType currentWorldType = worldType(info.GetIsolate()); in doNotCheckSecurityPerWorldBindingsVoidMethodOriginSafeMethodGetter() 303 WrapperWorldType currentWorldType = worldType(info.GetIsolate()); in doNotCheckSecurityPerWorldBindingsVoidMethodOriginSafeMethodGetterForMainWorld() 355 WrapperWorldType currentWorldType = worldType(info.GetIsolate()); in doNotCheckSecurityReadOnlyVoidMethodOriginSafeMethodGetter() 407 WrapperWorldType currentWorldType = worldType(info.GetIsolate()); in doNotCheckSecurityUnforgeableVoidMethodOriginSafeMethodGetter() 444 …otypeChain(V8TestInterfaceCheckSecurity::domTemplate(info.GetIsolate(), worldType(info.GetIsolate(… in TestInterfaceCheckSecurityOriginSafeMethodSetter()
|
D | V8TestInterfaceImplementedAs.cpp | 116 …, V8TestInterfaceImplementedAs::hasInstance(jsValue, info.GetIsolate(), worldType(info.GetIsolate(… in bAttributeSetter() 152 …, V8TestInterfaceImplementedAs::hasInstance(info[0], info.GetIsolate(), worldType(info.GetIsolate(… in funcTestInterfaceImplementedAsParamMethod()
|
D | V8TestInterface.cpp | 190 …V8TRYCATCH_VOID(Node*, cppValue, V8Node::hasInstance(jsValue, info.GetIsolate(), worldType(info.Ge… in implementsNodeAttributeSetter() 245 …V8TRYCATCH_VOID(Node*, cppValue, V8Node::hasInstance(jsValue, info.GetIsolate(), worldType(info.Ge… in Node23AttributeSetter() 272 …V8TRYCATCH_VOID(Node*, cppValue, V8Node::hasInstance(jsValue, info.GetIsolate(), worldType(info.Ge… in Node24AttributeSetter() 423 …V8TRYCATCH_VOID(Node*, cppValue, V8Node::hasInstance(jsValue, info.GetIsolate(), worldType(info.Ge… in supplementalNodeAttributeSetter() 458 …V8TRYCATCH_VOID(Node*, cppValue, V8Node::hasInstance(jsValue, info.GetIsolate(), worldType(info.Ge… in Node13AttributeSetter() 493 …V8TRYCATCH_VOID(Node*, cppValue, V8Node::hasInstance(jsValue, info.GetIsolate(), worldType(info.Ge… in Node14AttributeSetter() 528 …V8TRYCATCH_VOID(Node*, cppValue, V8Node::hasInstance(jsValue, info.GetIsolate(), worldType(info.Ge… in Node15AttributeSetter()
|
D | V8TestObjectPython.cpp | 754 …ocument*, cppValue, V8Document::hasInstance(jsValue, info.GetIsolate(), worldType(info.GetIsolate(… in documentAttributeAttributeSetter() 781 …, cppValue, V8DocumentFragment::hasInstance(jsValue, info.GetIsolate(), worldType(info.GetIsolate(… in documentFragmentAttributeAttributeSetter() 808 …ype*, cppValue, V8DocumentType::hasInstance(jsValue, info.GetIsolate(), worldType(info.GetIsolate(… in documentTypeAttributeAttributeSetter() 835 …(Element*, cppValue, V8Element::hasInstance(jsValue, info.GetIsolate(), worldType(info.GetIsolate(… in elementAttributeAttributeSetter() 862 …V8TRYCATCH_VOID(Entity*, cppValue, V8Entity::hasInstance(jsValue, info.GetIsolate(), worldType(inf… in entityAttributeAttributeSetter() 889 …V8TRYCATCH_VOID(Node*, cppValue, V8Node::hasInstance(jsValue, info.GetIsolate(), worldType(info.Ge… in nodeAttributeAttributeSetter() 916 …wRoot*, cppValue, V8ShadowRoot::hasInstance(jsValue, info.GetIsolate(), worldType(info.GetIsolate(… in shadowRootAttributeAttributeSetter() 1024 …cppValue, V8TestInterfaceEmpty::hasInstance(jsValue, info.GetIsolate(), worldType(info.GetIsolate(… in testInterfaceEmptyAttributeAttributeSetter() 1051 …cppValue, V8TestInterfaceEmpty::hasInstance(jsValue, info.GetIsolate(), worldType(info.GetIsolate(… in selfAttributeSetter() 1091 …n*, cppValue, V8HTMLCollection::hasInstance(jsValue, info.GetIsolate(), worldType(info.GetIsolate(… in htmlCollectionAttributeAttributeSetter() [all …]
|
D | V8SupportTestInterface.cpp | 216 …V8TRYCATCH_VOID(Node*, cppValue, V8Node::hasInstance(jsValue, info.GetIsolate(), worldType(info.Ge… in supplementalNodeAttributeSetter() 251 …V8TRYCATCH_VOID(Node*, cppValue, V8Node::hasInstance(jsValue, info.GetIsolate(), worldType(info.Ge… in Node13AttributeSetter() 286 …V8TRYCATCH_VOID(Node*, cppValue, V8Node::hasInstance(jsValue, info.GetIsolate(), worldType(info.Ge… in Node14AttributeSetter()
|
/external/chromium_org/third_party/WebKit/Source/bindings/templates/ |
D | attributes.cpp | 12 …ndInstanceInPrototypeChain({{v8_class}}::domTemplate(info.GetIsolate(), worldType(info.GetIsolate(… 134 …) && !V8{{attribute.idl_type}}::hasInstance(jsValue, info.GetIsolate(), worldType(info.GetIsolate(…
|
D | methods.cpp | 92 …nt.idl_type}}::hasInstance(info[{{argument.index}}], info.GetIsolate(), worldType(info.GetIsolate(… 115 …if (!V8{{argument.idl_type}}::hasInstance(info[i], info.GetIsolate(), worldType(info.GetIsolate())…
|