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

  /external/webkit/Source/WebCore/svg/properties/
SVGStaticListPropertyTearOff.h 29 class SVGStaticListPropertyTearOff : public SVGListProperty<PropertyType> {
36 static PassRefPtr<SVGStaticListPropertyTearOff<PropertyType> > create(SVGElement* contextElement, PropertyType& values)
39 return adoptRef(new SVGStaticListPropertyTearOff<PropertyType>(contextElement, values));
84 SVGStaticListPropertyTearOff(SVGElement* contextElement, PropertyType& values)
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGenerator.pm 83 "SVGStringList" => "SVGStaticListPropertyTearOff<SVGStringList>",
392 } elsif ($svgTypeNeedingTearOff =~ /SVGStaticListPropertyTearOff/) {
393 $svgTypeNeedingTearOff =~ s/SVGStaticListPropertyTearOff<//;
CodeGeneratorV8.pm 202 } elsif ($svgNativeType =~ /SVGListPropertyTearOff/ or $svgNativeType =~ /SVGStaticListPropertyTearOff/) {
205 $headerIncludes{"SVGStaticListPropertyTearOff.h"} = 1;
263 if ($svgNativeType =~ /SVGStaticListPropertyTearOff/) {
264 push(@headerContent, "\ntemplate<typename PropertyType> class SVGStaticListPropertyTearOff;\n");
    [all...]
CodeGeneratorObjC.pm 667 } elsif ($svgNativeType =~ /SVGListPropertyTearOff/ or $svgNativeType =~ /SVGStaticListPropertyTearOff/) {
    [all...]
CodeGeneratorJS.pm     [all...]

Completed in 24 milliseconds