Home
last modified time | relevance | path

Searched refs:worldType (Results 1 – 25 of 61) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8NodeCustom.cpp70 …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()
DV8WebGLRenderingContextCustom.cpp300 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 …]
DV8BlobCustomHelpers.cpp119 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()
DV8DocumentCustom.cpp67 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()
DV8CanvasRenderingContext2DCustom.cpp62 if (V8CanvasGradient::hasInstance(value, isolate, worldType(isolate))) in toCanvasStyle()
65 if (V8CanvasPattern::hasInstance(value, isolate, worldType(isolate))) in toCanvasStyle()
DV8InjectedScriptHostCustom.cpp122 …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()
DV8CryptoCustom.cpp52 if (!V8ArrayBufferView::hasInstance(buffer, info.GetIsolate(), worldType(info.GetIsolate()))) { in getRandomValuesMethodCustom()
DV8FormDataCustom.cpp53 if (V8Blob::hasInstance(arg, info.GetIsolate(), worldType(info.GetIsolate()))) { in appendMethodCustom()
DV8HTMLOptionsCollectionCustom.cpp77 … if (!V8HTMLOptionElement::hasInstance(info[0], info.GetIsolate(), worldType(info.GetIsolate()))) { in addMethodCustom()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8PerIsolateData.h69 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()
DDictionary.cpp335 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 …]
DV8Utilities.cpp95 if (V8MessagePort::hasInstance(transferrable, isolate, worldType(isolate))) { in extractTransferables()
103 } else if (V8ArrayBuffer::hasInstance(transferrable, isolate, worldType(isolate))) in extractTransferables()
DWrapperTypeInfo.h103 …late(v8::Isolate* isolate, WrapperWorldType worldType) const { return domTemplateFunction(isolate,… in domTemplate()
DV8ErrorHandler.cpp76 if (worldType(isolate) == WorkerWorld) in callListenerFunction()
DV8DOMWrapper.cpp49 WrapperWorldType currentWorldType = worldType(isolate); in wrapInShadowTemplate()
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
DV8TestInterfaceConstructor.cpp94 …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()
124worldType(info.GetIsolate()))) && (info[4]->IsArray())) || ((info.Length() == 6) && (V8TestInterfa… in constructor()
DV8TestInterfaceConstructor2.cpp86 …EmptyArg, V8TestInterfaceEmpty::hasInstance(info[0], info.GetIsolate(), worldType(info.GetIsolate(… in constructor2()
107worldType(info.GetIsolate())))) || ((info.Length() == 2) && (V8TestInterfaceEmpty::hasInstance(inf… in constructor()
DV8TestOverloadedConstructors.cpp97 …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()
DV8TestInterfaceCheckSecurity.cpp199 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()
DV8TestInterfaceImplementedAs.cpp116 …, V8TestInterfaceImplementedAs::hasInstance(jsValue, info.GetIsolate(), worldType(info.GetIsolate(… in bAttributeSetter()
152 …, V8TestInterfaceImplementedAs::hasInstance(info[0], info.GetIsolate(), worldType(info.GetIsolate(… in funcTestInterfaceImplementedAsParamMethod()
DV8TestInterface.cpp190 …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()
DV8TestObjectPython.cpp754 …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 …]
DV8SupportTestInterface.cpp216 …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/
Dattributes.cpp12 …ndInstanceInPrototypeChain({{v8_class}}::domTemplate(info.GetIsolate(), worldType(info.GetIsolate(…
134 …) && !V8{{attribute.idl_type}}::hasInstance(jsValue, info.GetIsolate(), worldType(info.GetIsolate(…
Dmethods.cpp92 …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())…

123