/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
V8InjectedScriptManager.cpp | 66 V8DOMWrapper::setNativeInfo(instanceTemplate, &V8InjectedScriptHost::wrapperTypeInfo, host);
|
V8XMLHttpRequestCustom.cpp | 68 V8DOMWrapper::associateObjectWithWrapper<V8XMLHttpRequest>(xmlHttpRequest.release(), &wrapperTypeInfo, wrapper, info.GetIsolate(), WrapperConfiguration::Dependent);
|
V8PromiseCustom.cpp | 613 v8::Local<v8::Object> promise = V8DOMWrapper::createWrapper(creationContext, &V8Promise::wrapperTypeInfo, 0, isolate); [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/ |
V8TestCustomAccessors.cpp | 209 v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate); 214 V8DOMWrapper::associateObjectWithWrapper<V8TestCustomAccessors>(impl, &wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independent);
|
V8TestInterfaceEventConstructor.cpp | 269 V8DOMWrapper::associateObjectWithWrapper<V8TestInterfaceEventConstructor>(event.release(), &V8TestInterfaceEventConstructor::wrapperTypeInfo, wrapper, info.GetIsolate(), WrapperConfiguration::Dependent); 398 v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate); 403 V8DOMWrapper::associateObjectWithWrapper<V8TestInterfaceEventConstructor>(impl, &wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independent);
|
V8TestInterfaceImplementedAs.cpp | 236 v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate); 241 V8DOMWrapper::associateObjectWithWrapper<V8TestInterfaceImplementedAs>(impl, &wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independent);
|
V8TestTypedefs.cpp | 447 V8DOMWrapper::associateObjectWithWrapper<V8TestTypedefs>(impl.release(), &V8TestTypedefs::wrapperTypeInfo, wrapper, info.GetIsolate(), WrapperConfiguration::Dependent); 548 v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate); 553 V8DOMWrapper::associateObjectWithWrapper<V8TestTypedefs>(impl, &wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independent);
|
V8TestInterface.cpp | 693 V8DOMWrapper::associateObjectWithWrapper<V8TestInterface>(impl.release(), &V8TestInterface::wrapperTypeInfo, wrapper, info.GetIsolate(), WrapperConfiguration::Dependent); [all...] |
V8SupportTestInterface.cpp | 493 v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate); 498 V8DOMWrapper::associateObjectWithWrapper<V8SupportTestInterface>(impl, &wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independent);
|
V8TestInterfaceCheckSecurity.cpp | [all...] |
V8TestObject.cpp | [all...] |
V8TestObjectPython.cpp | [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
V8NPObject.cpp | 446 // Use V8DOMWrapper::createWrapper() and 447 // V8DOMWrapper::associateObjectWithWrapper() 454 V8DOMWrapper::setNativeInfo(value, npObjectTypeInfo(), object); 462 ASSERT(V8DOMWrapper::maybeDOMWrapper(value)); 472 V8DOMWrapper::clearNativeInfo(wrapper, npObjectTypeInfo());
|
V8GCController.cpp | 124 ASSERT(V8DOMWrapper::maybeDOMWrapper(*wrapper)); 250 ASSERT(V8DOMWrapper::maybeDOMWrapper(*wrapper));
|
V8Initializer.cpp | 112 if (V8DOMWrapper::isDOMWrapper(data)) {
|
WorkerScriptController.cpp | 136 V8DOMWrapper::associateObjectWithWrapper<V8WorkerGlobalScope>(PassRefPtr<WorkerGlobalScope>(m_workerGlobalScope), contextType, jsWorkerGlobalScope, isolate(), WrapperConfiguration::Dependent);
|
ScriptProfiler.cpp | 39 #include "bindings/v8/V8DOMWrapper.h" 176 if (V8DOMWrapper::isWrapperOfType(object, &V8Window::wrapperTypeInfo)) {
|
Dictionary.cpp | 548 if (V8DOMWrapper::isDOMWrapper(v8Value)) {
|
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/ |
code_generator_v8.pm | 696 AddToHeaderIncludes("bindings/v8/V8DOMWrapper.h"); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/ |
webcore_derived.target.darwin-arm.mk | 238 third_party/WebKit/Source/bindings/v8/V8DOMWrapper.cpp \
|
webcore_derived.target.darwin-mips.mk | 238 third_party/WebKit/Source/bindings/v8/V8DOMWrapper.cpp \
|
webcore_derived.target.darwin-x86.mk | 238 third_party/WebKit/Source/bindings/v8/V8DOMWrapper.cpp \
|
webcore_derived.target.linux-arm.mk | 238 third_party/WebKit/Source/bindings/v8/V8DOMWrapper.cpp \
|
webcore_derived.target.linux-mips.mk | 238 third_party/WebKit/Source/bindings/v8/V8DOMWrapper.cpp \
|
webcore_derived.target.linux-x86.mk | 238 third_party/WebKit/Source/bindings/v8/V8DOMWrapper.cpp \
|