Searched defs:PropertyType (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/svg/properties/
H A DSVGAnimatedStaticPropertyTearOff.h28 template<typename PropertyType>
31 PropertyType& baseVal()
36 PropertyType& animVal()
42 void setBaseVal(const PropertyType& property)
49 void setAnimVal(const PropertyType&) { } argument
54 static PassRefPtr<SVGAnimatedStaticPropertyTearOff<PropertyType> > create(SVGElement* contextElement, const QualifiedName& attributeName, PropertyType& property)
57 return adoptRef(new SVGAnimatedStaticPropertyTearOff<PropertyType>(contextElement, attributeName, property));
60 SVGAnimatedStaticPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, PropertyType& property)
67 PropertyType
[all...]
/external/v8/src/
H A Dproperty-details.h57 enum PropertyType { enum in namespace:v8::internal
81 PropertyType type,
100 PropertyType type() { return TypeField::decode(value_); }
119 class TypeField: public BitField<PropertyType, 0, 4> {};
H A Dpreparser.h174 enum PropertyType { enum in class:v8::preparser::PreParser
184 // Checks the type of conflict based on values coming from PropertyType.
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp6038 QualType PropertyType = Context.getObjCIdType(); local
6042 PropertyType
6046 Results.setPreferredType(PropertyType);
6092 Builder.AddResultTypeChunk(GetCompletionTypeString(PropertyType, Context,

Completed in 162 milliseconds