Searched refs:constructorForType (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8PerContextData.cpp83 v8::Local<v8::Function> function = constructorForType(type);
105 v8::Local<v8::Object> prototypeTemplate = constructorForType(type->parentClass);
129 v8::Local<v8::Object> constructor = constructorForType(type);
H A DV8PerContextData.h80 v8::Local<v8::Function> constructorForType(const WrapperTypeInfo* type) function in class:blink::V8PerContextData
H A DWorkerScriptController.cpp181 v8::Handle<v8::Function> workerGlobalScopeConstructor = m_scriptState->perContextData()->constructorForType(wrapperTypeInfo);
H A DWindowProxy.cpp285 v8::Local<v8::Object> windowWrapper = V8ObjectConstructor::newInstance(m_isolate, m_scriptState->perContextData()->constructorForType(wrapperTypeInfo));
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
H A DV8TestInterfaceNamedConstructor.cpp42 v8SetReturnValue(info, perContextData->constructorForType(WrapperTypeInfo::unwrap(data)));
H A DV8TestTypedefs.cpp75 v8SetReturnValue(info, perContextData->constructorForType(WrapperTypeInfo::unwrap(data)));
H A DV8TestInterface.cpp965 v8SetReturnValue(info, perContextData->constructorForType(WrapperTypeInfo::unwrap(data)));
H A DV8TestObject.cpp4934 v8SetReturnValue(info, perContextData->constructorForType(WrapperTypeInfo::unwrap(data)));
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
H A Dinterface.cpp14 v8SetReturnValue(info, perContextData->constructorForType(WrapperTypeInfo::unwrap(data)));
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/modules/
H A DV8TestInterface5.cpp326 v8SetReturnValue(info, perContextData->constructorForType(WrapperTypeInfo::unwrap(data)));

Completed in 218 milliseconds