Searched refs:SVGStaticListPropertyTearOff (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
H A DSVGStaticListPropertyTearOff.h30 class SVGStaticListPropertyTearOff : public SVGListProperty<PropertyType> { class in namespace:WebCore
40 static PassRefPtr<SVGStaticListPropertyTearOff<PropertyType> > create(SVGElement* contextElement, PropertyType& values)
43 return adoptRef(new SVGStaticListPropertyTearOff<PropertyType>(contextElement, values));
83 SVGStaticListPropertyTearOff(SVGElement* contextElement, PropertyType& values) function in class:WebCore::SVGStaticListPropertyTearOff
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Ddeprecated_code_generator_v8.pm213 "SVGStringList" => "SVGStaticListPropertyTearOff<SVGStringList>",
512 } elsif ($svgNativeType =~ /SVGListPropertyTearOff/ or $svgNativeType =~ /SVGStaticListPropertyTearOff/ or $svgNativeType =~ /SVGTransformListPropertyTearOff/) {
615 if ($svgNativeType =~ /SVGStaticListPropertyTearOff/) {
616 $header{nameSpaceWebCore}->addHeader("\ntemplate<typename PropertyType> class SVGStaticListPropertyTearOff;\n");
1538 } elsif ($tearOffType =~ /SVGStaticListPropertyTearOff/) {
5723 } elsif ($svgTypeNeedingTearOff =~ /SVGStaticListPropertyTearOff/) {
5724 $svgTypeNeedingTearOff =~ s/SVGStaticListPropertyTearOff<//;

Completed in 446 milliseconds