HomeSort by relevance Sort by last modified time
    Searched full:ownertype (Results 1 - 21 of 21) sorted by null

  /external/webkit/Source/WebCore/svg/properties/
SVGAnimatedPropertyMacros.h 32 template<typename OwnerType, bool isDerivedFromSVGElement>
35 template<typename OwnerType>
36 struct GetOwnerElementForType<OwnerType, true> {
37 static SVGElement* ownerElement(OwnerType* type)
43 template<typename OwnerType>
44 struct GetOwnerElementForType<OwnerType, false> {
45 static SVGElement* ownerElement(OwnerType* type)
54 template<typename OwnerType>
92 #define DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, SVGDOMAttributeIdentifier, TearOffType, PropertyType, UpperProperty, LowerProperty) \
93 void OwnerType::synchronize##UpperProperty()
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGAnimatedEnumeration.h 35 #define DEFINE_ANIMATED_ENUMERATION(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \
36 DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, DOMAttribute.localName(), SVGAnimatedEnumeration, int, UpperProperty, LowerProperty)
38 #define DEFINE_ANIMATED_ENUMERATION_MULTIPLE_WRAPPERS(OwnerType, DOMAttribute, SVGDOMAttributeIdentifier, UpperProperty, LowerProperty) \
39 DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, SVGDOMAttributeIdentifier, SVGAnimatedEnumeration, int, UpperProperty, LowerProperty)
SVGAnimatedInteger.h 35 #define DEFINE_ANIMATED_INTEGER(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \
36 DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, DOMAttribute.localName(), SVGAnimatedInteger, long, UpperProperty, LowerProperty)
38 #define DEFINE_ANIMATED_INTEGER_MULTIPLE_WRAPPERS(OwnerType, DOMAttribute, SVGDOMAttributeIdentifier, UpperProperty, LowerProperty) \
39 DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, SVGDOMAttributeIdentifier, SVGAnimatedInteger, long, UpperProperty, LowerProperty)
SVGAnimatedNumber.h 35 #define DEFINE_ANIMATED_NUMBER(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \
36 DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, DOMAttribute.localName(), SVGAnimatedNumber, float, UpperProperty, LowerProperty)
38 #define DEFINE_ANIMATED_NUMBER_MULTIPLE_WRAPPERS(OwnerType, DOMAttribute, SVGDOMAttributeIdentifier, UpperProperty, LowerProperty) \
39 DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, SVGDOMAttributeIdentifier, SVGAnimatedNumber, float, UpperProperty, LowerProperty)
SVGAnimatedAngle.h 35 #define DEFINE_ANIMATED_ANGLE_MULTIPLE_WRAPPERS(OwnerType, DOMAttribute, SVGDOMAttributeIdentifier, UpperProperty, LowerProperty) \
36 DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, SVGDOMAttributeIdentifier, SVGAnimatedAngle, SVGAngle, UpperProperty, LowerProperty)
SVGAnimatedBoolean.h 34 #define DEFINE_ANIMATED_BOOLEAN(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \
35 DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, DOMAttribute.localName(), SVGAnimatedBoolean, bool, UpperProperty, LowerProperty)
SVGAnimatedLength.h 35 #define DEFINE_ANIMATED_LENGTH(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \
36 DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, DOMAttribute.localName(), SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty)
SVGAnimatedLengthList.h 35 #define DEFINE_ANIMATED_LENGTH_LIST(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \
36 DEFINE_ANIMATED_LIST_PROPERTY(OwnerType, DOMAttribute, DOMAttribute.localName(), SVGAnimatedLengthList, SVGLengthList, UpperProperty, LowerProperty)
SVGAnimatedNumberList.h 35 #define DEFINE_ANIMATED_NUMBER_LIST(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \
36 DEFINE_ANIMATED_LIST_PROPERTY(OwnerType, DOMAttribute, DOMAttribute.localName(), SVGAnimatedNumberList, SVGNumberList, UpperProperty, LowerProperty)
SVGAnimatedPreserveAspectRatio.h 35 #define DEFINE_ANIMATED_PRESERVEASPECTRATIO(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \
36 DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, DOMAttribute.localName(), SVGAnimatedPreserveAspectRatio, SVGPreserveAspectRatio, UpperProperty, LowerProperty)
SVGAnimatedRect.h 36 #define DEFINE_ANIMATED_RECT(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \
37 DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, DOMAttribute.localName(), SVGAnimatedRect, FloatRect, UpperProperty, LowerProperty)
SVGAnimatedString.h 35 #define DEFINE_ANIMATED_STRING(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \
36 DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, DOMAttribute.localName(), SVGAnimatedString, String, UpperProperty, LowerProperty)
SVGAnimatedTransformList.h 34 #define DEFINE_ANIMATED_TRANSFORM_LIST(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \
35 DEFINE_ANIMATED_LIST_PROPERTY(OwnerType, DOMAttribute, DOMAttribute.localName(), SVGAnimatedTransformList, SVGTransformList, UpperProperty, LowerProperty)
  /cts/tools/signature-tools/src/signature/model/impl/
SigParameterizedType.java 30 private ITypeReference ownerType;
34 public SigParameterizedType(ITypeReference ownerType,
36 this.ownerType = ownerType;
42 ITypeReference returnValue = ownerType;
  /cts/tools/signature-tools/src/signature/compare/model/subst/
ParameterizedTypeProjection.java 41 ITypeReference ownerType = original.getOwnerType();
42 if (ownerType == null) {
45 return ViewpointAdapter.substitutedTypeReference(ownerType, mappings);
  /cts/tools/signature-tools/src/signature/model/util/
ITypeFactory.java 56 * @param ownerType
64 public SigParameterizedType getParameterizedType(ITypeReference ownerType,
TypePool.java 75 public SigParameterizedType getParameterizedType(ITypeReference ownerType,
79 return new SigParameterizedType(ownerType, rawType, typeArguments);
  /libcore/luni/src/main/java/org/apache/harmony/luni/lang/reflect/
ImplForType.java 31 public ImplForType(ImplForType ownerType, String rawTypeName,
33 this.ownerType0 = ownerType;
  /cts/tools/signature-tools/test/signature/converter/
ConvertParameterizedTypeTest.java 59 ITypeReference ownerType = parametrizedType.getOwnerType();
60 assertNotNull(ownerType);
  /cts/tools/signature-tools/templates/model/
model.stg 94 $if(element.ownerType)$$ElementType(element=element.ownerType)$$endif$
  /cts/tools/signature-tools/src/signature/converter/doclet/
DocletToSigConverter.java 346 ITypeReference ownerType = null;
349 ownerType = convertTypeReference(containingType);
360 return pool.getParameterizedType(ownerType, rawType,

Completed in 469 milliseconds