Home | History | Annotate | Download | only in scripts

Lines Matching refs:IsSVGTypeNeedingTearOff

2027                             if ($codeGenerator->IsSVGTypeNeedingTearOff($argType) and not $implClassName =~ /List$/) {
2039 } elsif ($codeGenerator->IsSVGTypeNeedingTearOff($argType) and not $implClassName =~ /List$/) {
2578 } elsif ($codeGenerator->IsSVGTypeNeedingTearOff($type) and not $implClassName =~ /List$/) {
2587 my $selfIsTearOffType = $codeGenerator->IsSVGTypeNeedingTearOff($implClassName);