Home | History | Annotate | Download | only in scripts

Lines Matching refs:ancestorInterfaceNames

612     my @ancestorInterfaceNames = ();
618 $codeGenerator->AddMethodsConstantsAndAttributesFromParentClasses($dataNode, \@ancestorInterfaceNames);
1036 if ($writeDependencies && @ancestorInterfaceNames) {
1037 push(@depsContent, "$className.h : ", join(" ", map { "$_.idl" } @ancestorInterfaceNames), "\n");
1038 push(@depsContent, map { "$_.idl :\n" } @ancestorInterfaceNames);