Home | History | Annotate | Download | only in dom

Lines Matching refs:wrapperType

5762     const WrapperTypeInfo* wrapperType = wrapperTypeInfo();
5771 v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, wrapperType, toScriptWrappableBase(), isolate);
5775 wrapperType->installConditionallyEnabledProperties(wrapper, isolate);
5776 return associateWithWrapper(wrapperType, wrapper, isolate);
5779 v8::Handle<v8::Object> Document::associateWithWrapper(const WrapperTypeInfo* wrapperType, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate)
5781 V8DOMWrapper::associateObjectWithWrapperNonTemplate(this, wrapperType, wrapper, isolate);