HomeSort by relevance Sort by last modified time
    Searched refs:wrapperTypeInfo (Results 26 - 50 of 70) sorted by null

12 3

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8MutationObserverCustom.cpp 65 V8DOMWrapper::associateObjectWithWrapper<V8MutationObserver>(observer.release(), &wrapperTypeInfo, wrapper, info.GetIsolate(), WrapperConfiguration::Dependent);
V8InjectedScriptManager.cpp 66 V8DOMWrapper::setNativeInfo(instanceTemplate, &V8InjectedScriptHost::wrapperTypeInfo, host);
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterfaceEventConstructor.cpp 33 ScriptWrappable::fromObject(object)->setTypeInfo(&V8TestInterfaceEventConstructor::wrapperTypeInfo);
46 const WrapperTypeInfo V8TestInterfaceEventConstructor::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfaceEventConstructor::domTemplate, V8TestInterfaceEventConstructor::derefObject, 0, 0, 0, V8TestInterfaceEventConstructor::installPerContextEnabledMethods, &V8Event::wrapperTypeInfo, WrapperTypeObjectPrototype, WillBeGarbageCollectedObject };
281 V8DOMWrapper::associateObjectWithWrapper<V8TestInterfaceEventConstructor>(event.release(), &V8TestInterfaceEventConstructor::wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independent);
376 return V8DOMConfiguration::domClassTemplate(isolate, const_cast<WrapperTypeInfo*>(&wrapperTypeInfo), configureV8TestInterfaceEventConstructorTemplate);
381 return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, v8Value);
386 return V8PerIsolateData::from(isolate)->findInstanceInPrototypeChain(&wrapperTypeInfo, v8Value);
406 const WrapperTypeInfo* actualInfo = ScriptWrappable::fromObject(impl.get())->typeInfo()
    [all...]
V8TestTypedefs.cpp 30 ScriptWrappable::fromObject(object)->setTypeInfo(&V8TestTypedefs::wrapperTypeInfo);
43 const WrapperTypeInfo V8TestTypedefs::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestTypedefs::domTemplate, V8TestTypedefs::derefObject, 0, 0, 0, V8TestTypedefs::installPerContextEnabledMethods, 0, WrapperTypeObjectPrototype, RefCountedObject };
86 v8SetReturnValue(info, perContextData->constructorForType(WrapperTypeInfo::unwrap(data)));
282 V8DOMWrapper::associateObjectWithWrapper<V8TestTypedefs>(impl.release(), &V8TestTypedefs::wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independent);
290 {"tAttribute", TestTypedefsV8Internal::TestTypedefsConstructorGetter, TestTypedefsV8Internal::TestTypedefsReplaceableAttributeSetterCallback, 0, 0, const_cast<WrapperTypeInfo*>(&V8TestInterface::wrapperTypeInfo), static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::DontEnum), 0 /* on instance */},
340 return V8DOMConfiguration::domClassTemplate(isolate, const_cast<WrapperTypeInfo*>(&wrapperTypeInfo), configureV8TestTypedefsTemplate);
345 return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, v8Value)
    [all...]
V8TestInterfaceNode.cpp 31 ScriptWrappable::fromObject(object)->setTypeInfo(&V8TestInterfaceNode::wrapperTypeInfo);
44 const WrapperTypeInfo V8TestInterfaceNode::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfaceNode::domTemplate, V8TestInterfaceNode::derefObject, 0, V8TestInterfaceNode::toEventTarget, 0, V8TestInterfaceNode::installPerContextEnabledMethods, &V8Node::wrapperTypeInfo, WrapperTypeObjectPrototype, WillBeGarbageCollectedObject };
331 return V8DOMConfiguration::domClassTemplate(isolate, const_cast<WrapperTypeInfo*>(&wrapperTypeInfo), configureV8TestInterfaceNodeTemplate);
336 return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, v8Value);
341 return V8PerIsolateData::from(isolate)->findInstanceInPrototypeChain(&wrapperTypeInfo, v8Value);
366 const WrapperTypeInfo* actualInfo = ScriptWrappable::fromObject(impl.get())->typeInfo();
367 // Might be a XXXConstructor::wrapperTypeInfo instead of an XXX::wrapperTypeInfo. These will both hav
    [all...]
V8TestInterface.h 15 #include "bindings/v8/WrapperTypeInfo.h"
30 static const WrapperTypeInfo wrapperTypeInfo;
V8TestInterfaceCheckSecurity.cpp 27 ScriptWrappable::fromObject(object)->setTypeInfo(&V8TestInterfaceCheckSecurity::wrapperTypeInfo);
40 const WrapperTypeInfo V8TestInterfaceCheckSecurity::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfaceCheckSecurity::domTemplate, V8TestInterfaceCheckSecurity::derefObject, 0, 0, 0, V8TestInterfaceCheckSecurity::installPerContextEnabledMethods, 0, WrapperTypeObjectPrototype, RefCountedObject };
553 instanceTemplate->SetAccessCheckCallbacks(TestInterfaceCheckSecurityV8Internal::namedSecurityCheck, TestInterfaceCheckSecurityV8Internal::indexedSecurityCheck, v8::External::New(isolate, const_cast<WrapperTypeInfo*>(&V8TestInterfaceCheckSecurity::wrapperTypeInfo)));
    [all...]
V8TestInterface2.cpp 31 ScriptWrappable::fromObject(object)->setTypeInfo(&V8TestInterface2::wrapperTypeInfo);
44 const WrapperTypeInfo V8TestInterface2::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterface2::domTemplate, V8TestInterface2::derefObject, 0, 0, V8TestInterface2::visitDOMWrapper, V8TestInterface2::installPerContextEnabledMethods, 0, WrapperTypeObjectPrototype, RefCountedObject };
466 return V8DOMConfiguration::domClassTemplate(isolate, const_cast<WrapperTypeInfo*>(&wrapperTypeInfo), configureV8TestInterface2Template);
471 return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, v8Value);
476 return V8PerIsolateData::from(isolate)->findInstanceInPrototypeChain(&wrapperTypeInfo, v8Value);
500 const WrapperTypeInfo* actualInfo = ScriptWrappable::fromObject(impl.get())->typeInfo();
501 // Might be a XXXConstructor::wrapperTypeInfo instead of an XXX::wrapperTypeInfo. These will both hav
    [all...]
V8TestInterfaceEventTarget.h 14 #include "bindings/v8/WrapperTypeInfo.h"
22 static const WrapperTypeInfo wrapperTypeInfo;
35 static const WrapperTypeInfo wrapperTypeInfo;
V8TestInterfaceNamedConstructor.h 13 #include "bindings/v8/WrapperTypeInfo.h"
21 static const WrapperTypeInfo wrapperTypeInfo;
34 static const WrapperTypeInfo wrapperTypeInfo;
V8TestInterfaceNamedConstructor2.h 13 #include "bindings/v8/WrapperTypeInfo.h"
21 static const WrapperTypeInfo wrapperTypeInfo;
34 static const WrapperTypeInfo wrapperTypeInfo;
V8TestInterfaceWillBeGarbageCollected.h 14 #include "bindings/v8/WrapperTypeInfo.h"
22 static const WrapperTypeInfo wrapperTypeInfo;
35 static const WrapperTypeInfo wrapperTypeInfo;
V8SVGTestInterface.h 13 #include "bindings/v8/WrapperTypeInfo.h"
28 static const WrapperTypeInfo wrapperTypeInfo;
V8TestException.h 13 #include "bindings/v8/WrapperTypeInfo.h"
28 static const WrapperTypeInfo wrapperTypeInfo;
V8TestInterfaceCheckSecurity.h 13 #include "bindings/v8/WrapperTypeInfo.h"
28 static const WrapperTypeInfo wrapperTypeInfo;
V8TestInterfaceConstructor.h 13 #include "bindings/v8/WrapperTypeInfo.h"
28 static const WrapperTypeInfo wrapperTypeInfo;
V8TestInterfaceConstructor2.h 13 #include "bindings/v8/WrapperTypeInfo.h"
28 static const WrapperTypeInfo wrapperTypeInfo;
V8TestInterfaceConstructor3.h 13 #include "bindings/v8/WrapperTypeInfo.h"
28 static const WrapperTypeInfo wrapperTypeInfo;
V8TestInterfaceEmpty.h 13 #include "bindings/v8/WrapperTypeInfo.h"
28 static const WrapperTypeInfo wrapperTypeInfo;
V8TestSpecialOperations.h 13 #include "bindings/v8/WrapperTypeInfo.h"
28 static const WrapperTypeInfo wrapperTypeInfo;
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8DOMConfiguration.cpp 59 getter = v8::FunctionTemplate::New(isolate, getterCallback, v8::External::New(isolate, const_cast<WrapperTypeInfo*>(accessors[i].data)), signature, 0);
64 setter = v8::FunctionTemplate::New(isolate, setterCallback, v8::External::New(isolate, const_cast<WrapperTypeInfo*>(accessors[i].data)), signature, 1);
122 v8::Handle<v8::FunctionTemplate> V8DOMConfiguration::domClassTemplate(v8::Isolate* isolate, WrapperTypeInfo* wrapperTypeInfo, void (*configureDOMClassTemplate)(v8::Handle<v8::FunctionTemplate>, v8::Isolate*))
125 v8::Local<v8::FunctionTemplate> result = data->existingDOMTemplate(wrapperTypeInfo);
132 data->setDOMTemplate(wrapperTypeInfo, result);
WorkerScriptController.cpp 46 #include "bindings/v8/WrapperTypeInfo.h"
135 const WrapperTypeInfo* contextType = &V8DedicatedWorkerGlobalScope::wrapperTypeInfo;
137 contextType = &V8ServiceWorkerGlobalScope::wrapperTypeInfo;
139 contextType = &V8SharedWorkerGlobalScope::wrapperTypeInfo;
CustomElementConstructorBuilder.cpp 87 v8::Local<v8::Object> basePrototype = m_scriptState->perContextData()->prototypeForType(&V8HTMLElement::wrapperTypeInfo);
113 if (hasValidPrototypeChainFor(&V8SVGElement::wrapperTypeInfo))
143 m_wrapperType = &V8HTMLElement::wrapperTypeInfo;
259 bool CustomElementConstructorBuilder::hasValidPrototypeChainFor(const WrapperTypeInfo* type) const
V8WindowShell.cpp 294 v8::Local<v8::Object> windowWrapper = V8ObjectConstructor::newInstance(m_isolate, m_scriptState->perContextData()->constructorForType(&V8Window::wrapperTypeInfo));
300 V8DOMWrapper::setNativeInfoForHiddenWrapper(v8::Handle<v8::Object>::Cast(windowWrapper->GetPrototype()), &V8Window::wrapperTypeInfo, window);
323 V8DOMWrapper::setNativeInfoForHiddenWrapper(innerGlobalObject, &V8Window::wrapperTypeInfo, window);
325 V8DOMWrapper::associateObjectWithWrapper<V8Window>(PassRefPtrWillBeRawPtr<LocalDOMWindow>(window), &V8Window::wrapperTypeInfo, windowWrapper, m_isolate, WrapperConfiguration::Dependent);
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface_base.cpp 20 ScriptWrappable::fromObject(object)->setTypeInfo(&{{v8_class}}::wrapperTypeInfo);
47 {% set parent_wrapper_type_info = '&V8%s::wrapperTypeInfo' % parent_interface
51 const WrapperTypeInfo {{v8_class}}::wrapperTypeInfo = { gin::kEmbedderBlink, {{v8_class}}::domTemplate, {{v8_class}}::derefObject, {{to_active_dom_object}}, {{to_event_target}}, {{visit_dom_wrapper}}, {{v8_class}}::installPerContextEnabledMethods, {{parent_wrapper_type_info}}, {{wrapper_type_prototype}}, {{gc_type}} };

Completed in 1688 milliseconds

12 3