Searched refs:attributeType (Results 1 – 12 of 12) sorted by relevance
434 my $attributeType = GetCPPType($attribute->signature->type, 0);439 …$property .= " " . $attributeType . ($attributeType =~ /\*$/ ? "" : " ") . $attributeName . "()…446 $attributeType = GetCPPType($attribute->signature->type, 1);452 $property = " void $setterName($attributeType)";686 my $attributeType = GetCPPType($attribute->signature->type, 0);692 my $getterSig = "$attributeType $className\:\:$attributeName() const\n";722 push(@implContent, AddEarlyReturnStatement($attributeType));727 if ($attributeType =~ /\*$/) {728 $getterContent = $attributeType . "result = " . $getterContent;730 $getterContent = $attributeType . " result = " . $getterContent;[all …]
776 my $attributeType = GetObjCType($attribute->signature->type);782 … $property .= " " . $attributeType . ($attributeType =~ /\*$/ ? "" : " ") . $attributeName;827 my $getter = "- (" . $attributeType . ")" . $attributeName . $declarationSuffix;833 …my $setter = "- (void)$setterName(" . $attributeType . ")new" . ucfirst($attributeName) . $declara…1171 my $attributeType = GetObjCType($attribute->signature->type);1190 my $getterSig = "- ($attributeType)$attributeInterfaceName\n";1211 my $attributeTypeSansPtr = $attributeType;1348 if ($attributeType =~ /\*$/) {1349 $getterContent = $attributeType . "result = " . $getterContent;1351 $getterContent = $attributeType . " result = " . $getterContent;[all …]
265 my $attributeType = (defined($1) ? $1 : die("Parsing error!\nSource:\n$line\n)"));280 $newDataNode->type($attributeType);290 …print " | |> Attribute; TYPE \"$attributeType\" DATA NAME \"$attributeDataName\" DATA TYPE \"$a…
471 my $attributeType = $generator->StripModule($attribute->signature->type);478 …$attributeName = "svgTarget" if $attributeName eq "target" and $attributeType eq "SVGAnimatedStrin…482 $attributeName .= "Animated" if $generator->IsSVGAnimatedType($attributeType);
473 char attributeType[256]; in parseAttributes() local476 int matches = sscanf(input, "static %255s _%255s", attributeType, attributeName); in parseAttributes()483 mAttributes.push_back(Attribute(parseType(attributeType), attributeName)); in parseAttributes()
8 <animateTransform attributeName="transform" attributeType="XML"
70 AttributeType attributeType() const;
16 attributeType
252 SVGAnimationElement::AttributeType SVGAnimationElement::attributeType() const in attributeType() function in WebCore::SVGAnimationElement317 if (!attributeIsCSSProperty && attributeType() == AttributeTypeCSS) in setTargetAttributeAnimatedValue()
70060 (WebCore::SVGAnimationElement::attributeType):71983 (WebCore::SVGAnimationElement::attributeType): Ditto
32710 (WebCore::SVGAnimationElement::attributeType):