HomeSort by relevance Sort by last modified time
    Searched refs:svgPropertyType (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorObjC.pm 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);
    [all...]
CodeGeneratorJS.pm 656 my ($svgPropertyType, $svgListPropertyType, $svgNativeType) = GetSVGPropertyTypes($implType);
660 $svgPropertyOrListPropertyType = $svgPropertyType if $svgPropertyType;
    [all...]
CodeGeneratorV8.pm 186 my $svgPropertyType;
190 return ($svgPropertyType, $svgListPropertyType, $svgNativeType) if not $implType =~ /SVG/;
193 return ($svgPropertyType, $svgListPropertyType, $svgNativeType) if not $svgNativeType;
200 $svgPropertyType = $svgWrappedNativeType;
215 if ($svgPropertyType) {
216 $svgPropertyType = "SVGPoint" if $svgPropertyType eq "FloatPoint";
219 return ($svgPropertyType, $svgListPropertyType, $svgNativeType);
247 my ($svgPropertyType, $svgListPropertyType, $svgNativeType) = GetSVGPropertyTypes($implClassName);
261 push(@headerContent, "\ntemplate<typename PropertyType> class SVGPropertyTearOff;\n") if $svgPropertyType;
    [all...]

Completed in 111 milliseconds