HomeSort by relevance Sort by last modified time
    Searched refs:V8TestInterfaceCustomConstructor (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterfaceCustomConstructor.cpp 8 #include "V8TestInterfaceCustomConstructor.h"
27 ScriptWrappable::fromObject(object)->setTypeInfo(&V8TestInterfaceCustomConstructor::wrapperTypeInfo);
40 const WrapperTypeInfo V8TestInterfaceCustomConstructor::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfaceCustomConstructor::domTemplate, V8TestInterfaceCustomConstructor::derefObject, 0, 0, 0, V8TestInterfaceCustomConstructor::installPerContextEnabledMethods, 0, WrapperTypeObjectPrototype, RefCountedObject };
48 void V8TestInterfaceCustomConstructor::constructorCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
61 V8TestInterfaceCustomConstructor::constructorCustom(info);
69 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(functionTemplate, "TestInterfaceCustomConstructor", v8::Local<v8::FunctionTemplate>(), V8TestInterfaceCustomConstructor::internalFieldCount,
74 functionTemplate->SetCallHandler(V8TestInterfaceCustomConstructor::constructorCallback)
    [all...]
V8TestInterfaceCustomConstructor.h 18 class V8TestInterfaceCustomConstructor {
56 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestInterfaceCustomConstructor>(impl, isolate);
69 if (DOMDataStore::setReturnValueFromWrapper<V8TestInterfaceCustomConstructor>(callbackInfo.GetReturnValue(), impl))
83 if (DOMDataStore::setReturnValueFromWrapperForMainWorld<V8TestInterfaceCustomConstructor>(callbackInfo.GetReturnValue(), impl))
96 if (DOMDataStore::setReturnValueFromWrapperFast<V8TestInterfaceCustomConstructor>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))

Completed in 2501 milliseconds