Searched refs:parentClass (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
D | V8DOMConfiguration.cpp | 89 …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()
|
D | WrapperTypeInfo.h | 95 for (const WrapperTypeInfo* current = this; current; current = current->parentClass) { in isSubclass() 148 const WrapperTypeInfo* parentClass; member
|
D | V8PerContextData.cpp | 120 if (type->parentClass) { in constructorForTypeSlowCase() 121 v8::Local<v8::Object> prototypeTemplate = constructorForType(type->parentClass); in constructorForTypeSlowCase()
|
D | V8DOMConfiguration.h | 127 …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/ |
D | FieldTest.java | 306 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/ |
D | code_generator_v8.pm | 4194 my $parentClass = ""; 4198 $parentClass = "V8" . $parent; 4199 $parentClassTemplate = $parentClass . "::domTemplate(isolate, currentWorldType)"; 4202 my $parentClassInfo = $parentClass ? "&${parentClass}::wrapperTypeInfo" : "0";
|