Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8DOMConfiguration.cpp89 …escriptor, const char* interfaceName, v8::Handle<v8::FunctionTemplate> parentClass, size_t fieldCo… in installDOMClassTemplate() argument
98 if (!parentClass.IsEmpty()) { in installDOMClassTemplate()
99 functionDescriptor->Inherit(parentClass); in installDOMClassTemplate()
DWrapperTypeInfo.h95 for (const WrapperTypeInfo* current = this; current; current = current->parentClass) { in isSubclass()
148 const WrapperTypeInfo* parentClass; member
DV8PerContextData.cpp120 if (type->parentClass) { in constructorForTypeSlowCase()
121 v8::Local<v8::Object> prototypeTemplate = constructorForType(type->parentClass); in constructorForTypeSlowCase()
DV8DOMConfiguration.h127 …Template>, const char* interfaceName, v8::Handle<v8::FunctionTemplate> parentClass, size_t fieldCo…
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
DFieldTest.java306 Support_Field parentClass = new Support_Field(); in testProtectedFieldAccess() local
356 subclass.setField(type, parentClass, field, illegalAccessExceptionClass, value); in testProtectedFieldAccess()
373 subclass.setField('Z', parentClass, booleanField, illegalAccessExceptionClass, booleanValue); in testProtectedFieldAccess()
415 subclass.getField(type, parentClass, field, illegalAccessExceptionClass); in testProtectedFieldAccess()
430 subclass.getField('Z', parentClass, booleanField, illegalAccessExceptionClass); in testProtectedFieldAccess()
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
Dcode_generator_v8.pm4194 my $parentClass = "";
4198 $parentClass = "V8" . $parent;
4199 $parentClassTemplate = $parentClass . "::domTemplate(isolate, currentWorldType)";
4202 my $parentClassInfo = $parentClass ? "&${parentClass}::wrapperTypeInfo" : "0";