Home | History | Annotate | Download | only in scripts

Lines Matching refs:svgPropertyType

645     my $svgPropertyType;
649 return ($svgPropertyType, $svgListPropertyType, $svgNativeType) if not $implType =~ /SVG/;
652 return ($svgPropertyType, $svgListPropertyType, $svgNativeType) if not $svgNativeType;
662 $svgPropertyType = $svgWrappedNativeType;
664 $svgPropertyType = "WebCore::$svgWrappedNativeType";
665 $svgPropertyType =~ s/</\<WebCore::/;
678 return ($svgPropertyType, $svgListPropertyType, $svgNativeType);
996 my ($svgPropertyType, $svgListPropertyType, $svgNativeType) = GetSVGPropertyTypes($implClassName);
1003 push(@internalHeaderContent, "#import <WebCore/SVGAnimatedPropertyTearOff.h>\n\n") if $svgPropertyType;
1068 my ($svgPropertyType, $svgListPropertyType, $svgNativeType) = GetSVGPropertyTypes($implClassName);
1202 if ($svgPropertyType) {
1206 if ($svgPropertyType eq "WebCore::SVGLength" and $attributeName eq "value") {
1251 } elsif ($svgPropertyType) {
1253 if ($svgPropertyType eq "float") {
1393 if ($svgPropertyType) {
1399 push(@implContent, " $svgPropertyType& podImpl = IMPL->propertyReference();\n");
1404 if ($svgPropertyType eq "float") {
1408 if ($svgPropertyType eq "WebCore::SVGLength" and $attributeName eq "value") {
1541 my $svgLengthConvertToSpecifiedUnits = ($svgPropertyType and $svgPropertyType eq "WebCore::SVGLength" and $functionName eq "convertToSpecifiedUnits");
1580 if ($svgPropertyType) {
1589 push(@functionContent, " $svgPropertyType& podImpl = IMPL->propertyReference();\n");
1600 if ($svgPropertyType) {
1607 push(@functionContent, " IMPL->commitChange();\n") if $svgPropertyType;