Home
last modified time | relevance | path

Searched defs:WrapperTypeInfo (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DWrapperTypeInfo.h70 struct WrapperTypeInfo { struct
92 static const WrapperTypeInfo* unwrap(v8::Handle<v8::Value> typeInfoWrapper) in unwrap() argument
98 bool equals(const WrapperTypeInfo* that) const in equals() argument
103 bool isSubclass(const WrapperTypeInfo* that) const in isSubclass() argument
113 void configureWrapper(v8::PersistentBase<v8::Object>* wrapper) const in configureWrapper()
120 v8::Handle<v8::FunctionTemplate> domTemplate(v8::Isolate* isolate) const in domTemplate()
125 void refObject(ScriptWrappableBase* internalPointer) const in refObject()
131 void derefObject(ScriptWrappableBase* internalPointer) const in derefObject()
137 WrapperPersistentNode* createPersistentHandle(ScriptWrappableBase* internalPointer) const in createPersistentHandle()
143 …llConditionallyEnabledMethods(v8::Handle<v8::Object> prototypeTemplate, v8::Isolate* isolate) const in installConditionallyEnabledMethods()
[all …]