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

  /external/webkit/Source/WebCore/bindings/scripts/
CodeGenerator.pm 402 sub IsSVGAnimatedType
482 $attributeName .= "Animated" if $generator->IsSVGAnimatedType($attributeType);
CodeGeneratorJS.pm 314 unless ($codeGenerator->IsSVGAnimatedType($implClassName) or IsScriptProfileType($implClassName)) {
669 if ($codeGenerator->IsSVGAnimatedType($implClassName)) {
    [all...]
CodeGeneratorObjC.pm 493 } elsif ($codeGenerator->IsSVGAnimatedType($type)) {
587 if ($codeGenerator->IsSVGAnimatedType($type)) {
    [all...]
CodeGeneratorV8.pm 831 if ($codeGenerator->IsSVGAnimatedType($implClassName) and $codeGenerator->IsSVGTypeNeedingTearOff($attrType)) {
    [all...]

Completed in 87 milliseconds