Home | History | Annotate | Download | only in scripts

Lines Matching refs:implClassName

992         my $implClassName = GetImplClassName($interfaceName);
993 my $implClassNameWithNamespace = "WebCore::" . $implClassName;
996 my ($svgPropertyType, $svgListPropertyType, $svgNativeType) = GetSVGPropertyTypes($implClassName);
1018 push(@internalHeaderContent, "#import <WebCore/$implClassName.h>\n\n");
1025 push(@internalHeaderContent, " class $implClassName;\n");
1058 my $implClassName = GetImplClassName($interfaceName);
1060 my $implClassNameWithNamespace = "WebCore::" . $implClassName;
1068 my ($svgPropertyType, $svgListPropertyType, $svgNativeType) = GetSVGPropertyTypes($implClassName);
1102 if (!$codeGenerator->AvoidInclusionOfType($implClassName)) {
1103 $implIncludes{"$implClassName.h"} = 1 ;
1104 } elsif ($codeGenerator->IsSVGTypeNeedingTearOff($implClassName)) {
1105 my $includeType = $codeGenerator->GetSVGWrappedTypeNeedingTearOff($implClassName);
1265 my $selfIsTearOffType = $codeGenerator->IsSVGTypeNeedingTearOff($implClassName);
1275 if ($getterContentHead =~ /matrix/ and $implClassName eq "SVGTransform") {
1287 } elsif ($codeGenerator->IsSVGAnimatedType($implClassName) and $codeGenerator->IsSVGTypeNeedingTearOff($idlType)) {
1302 if ($codeGenerator->IsSVGTypeNeedingTearOff($type) and not $implClassName =~ /List$/) {
1558 next if not $codeGenerator->IsSVGTypeNeedingTearOff($idlType) or $implClassName =~ /List$/;
1628 if ($codeGenerator->IsSVGTypeNeedingTearOff($function->signature->type) and not $implClassName =~ /List$/) {