Home
last modified time | relevance | path

Searched refs:attributeType (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/bindings/scripts/
DCodeGeneratorCPP.pm434 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 …]
DCodeGeneratorObjC.pm776 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 …]
DIDLParser.pm265 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…
DCodeGenerator.pm471 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);
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DShader.cpp473 char attributeType[256]; in parseAttributes() local
476 int matches = sscanf(input, "static %255s _%255s", attributeType, attributeName); in parseAttributes()
483 mAttributes.push_back(Attribute(parseType(attributeType), attributeName)); in parseAttributes()
/external/chromium-trace/src/shared/images/
Dthrobber.svg8 <animateTransform attributeName="transform" attributeType="XML"
/external/chromium/chrome/browser/resources/shared/images/
Dthrobber.svg8 <animateTransform attributeName="transform" attributeType="XML"
/external/webkit/Source/WebCore/svg/
DSVGAnimationElement.h70 AttributeType attributeType() const;
Dsvgattrs.in16 attributeType
DSVGAnimationElement.cpp252 SVGAnimationElement::AttributeType SVGAnimationElement::attributeType() const in attributeType() function in WebCore::SVGAnimationElement
317 if (!attributeIsCSSProperty && attributeType() == AttributeTypeCSS) in setTargetAttributeAnimatedValue()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1670060 (WebCore::SVGAnimationElement::attributeType):
71983 (WebCore::SVGAnimationElement::attributeType): Ditto
DChangeLog-2008-08-1032710 (WebCore::SVGAnimationElement::attributeType):