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

  /packages/apps/Mms/src/org/w3c/dom/smil/
ElementTargetAttributes.java 31 * A code representing the value of the attributeType attribute, as
35 public void setAttributeType(short attributeType);
  /external/webkit/WebCore/svg/
SVGAnimationElement.h 71 enum AttributeType { AttributeTypeCSS, AttributeTypeXML, AttributeTypeAuto };
72 AttributeType attributeType() const;
SVGAnimationElement.cpp 220 SVGAnimationElement::AttributeType SVGAnimationElement::attributeType() const
282 AttributeType type = attributeType();
  /external/webkit/WebCore/bindings/scripts/
IDLParser.pm 253 my $attributeType = (defined($1) ? $1 : die("Parsing error!\nSource:\n$line\n)"));
268 $newDataNode->type($attributeType);
278 print " | |> Attribute; TYPE \"$attributeType\" DATA NAME \"$attributeDataName\" DATA TYPE \"$attributeDataType\" GET EXCEPTION? \"$getterException\" SET EXCEPTION? \"$setterException\"" .
CodeGeneratorObjC.pm 725 my $attributeType = GetObjCType($attribute->signature->type);
731 $property .= " " . $attributeType . ($attributeType =~ /\*$/ ? "" : " ") . $attributeName;
770 my $getter = "- (" . $attributeType . ")" . $attributeName . $declarationSuffix;
776 my $setter = "- (void)$setterName(" . $attributeType . ")new" . ucfirst($attributeName) . $declarationSuffix;
    [all...]
  /frameworks/base/core/java/com/android/internal/net/
DNParser.java 385 * @param attributeType attribute type to look for (e.g. "ca")
388 public String find(String attributeType) {
424 if (attributeType.equalsIgnoreCase(attType)) {

Completed in 407 milliseconds