Home
last modified time | relevance | path

Searched refs:parentClass (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8DOMConfiguration.cpp94 …escriptor, const char* interfaceName, v8::Handle<v8::FunctionTemplate> parentClass, size_t fieldCo… in installDOMClassTemplate() argument
103 if (!parentClass.IsEmpty()) { in installDOMClassTemplate()
104 functionDescriptor->Inherit(parentClass); in installDOMClassTemplate()
DWrapperTypeInfo.h95 for (const WrapperTypeInfo* current = this; current; current = current->parentClass) { in isSubclass()
145 const WrapperTypeInfo* parentClass; member
DV8PerContextData.cpp103 if (type->parentClass) { in constructorForTypeSlowCase()
104 v8::Local<v8::Object> prototypeTemplate = constructorForType(type->parentClass); in constructorForTypeSlowCase()
DV8DOMConfiguration.h116 …Template>, const char* interfaceName, v8::Handle<v8::FunctionTemplate> parentClass, size_t fieldCo…