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/v8/
DWrapperTypeInfo.h80 struct WrapperTypeInfo { struct
82 static const WrapperTypeInfo* unwrap(v8::Handle<v8::Value> typeInfoWrapper) in unwrap() argument
88 bool equals(const WrapperTypeInfo* that) const in equals() argument
93 bool isSubclass(const WrapperTypeInfo* that) const in isSubclass() argument
103 v8::Handle<v8::FunctionTemplate> domTemplate(v8::Isolate* isolate) const in domTemplate()
108 …stallPerContextEnabledMethods(v8::Handle<v8::Object> prototypeTemplate, v8::Isolate* isolate) const in installPerContextEnabledMethods()
136 …// This field must be the first member of the struct WrapperTypeInfo. This is also checked by a CO… argument
145 const WrapperTypeInfo* parentClass; argument
151 …COMPILE_ASSERT(offsetof(struct WrapperTypeInfo, ginEmbedder) == offsetof(struct gin::WrapperInfo, … argument