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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPolyElement.cpp 132 SVGPolyElement* ownerType = toSVGPolyElement(contextElement);
133 if (!ownerType->m_points.shouldSynchronize)
135 ownerType->m_points.synchronize(ownerType, pointsPropertyInfo()->attributeName, ownerType->m_points.value.valueAsString());
141 SVGPolyElement* ownerType = toSVGPolyElement(contextElement);
143 (ownerType, pointsPropertyInfo(), ownerType->m_points.value);
SVGViewSpec.cpp 173 PassRefPtr<SVGAnimatedProperty> SVGViewSpec::lookupOrCreateViewBoxWrapper(SVGViewSpec* ownerType)
175 ASSERT(ownerType);
176 ASSERT(ownerType->contextElement());
177 return SVGAnimatedProperty::lookupOrCreateWrapper<SVGElement, SVGAnimatedRect, FloatRect>(ownerType->contextElement(), viewBoxPropertyInfo(), ownerType->m_viewBox);
180 PassRefPtr<SVGAnimatedProperty> SVGViewSpec::lookupOrCreatePreserveAspectRatioWrapper(SVGViewSpec* ownerType)
182 ASSERT(ownerType);
183 ASSERT(ownerType->contextElement());
184 return SVGAnimatedProperty::lookupOrCreateWrapper<SVGElement, SVGAnimatedPreserveAspectRatio, SVGPreserveAspectRatio>(ownerType->contextElement(), preserveAspectRatioPropertyInfo(), ownerType->m_preserveAspectRatio)
    [all...]
SVGMarkerElement.cpp 229 SVGMarkerElement* ownerType = toSVGMarkerElement(contextElement);
230 if (!ownerType->m_orientType.shouldSynchronize)
234 if (ownerType->m_orientType.value != SVGMarkerOrientAuto)
238 ownerType->m_orientType.synchronize(ownerType, orientTypePropertyInfo()->attributeName, autoString);
244 SVGMarkerElement* ownerType = toSVGMarkerElement(contextElement);
246 (ownerType, orientTypePropertyInfo(), ownerType->m_orientType.value);
SVGTextContentElement.cpp 78 SVGTextContentElement* ownerType = toSVGTextContentElement(contextElement);
79 if (!ownerType->m_textLength.shouldSynchronize)
81 AtomicString value(SVGPropertyTraits<SVGLength>::toString(ownerType->m_specifiedTextLength));
82 ownerType->m_textLength.synchronize(ownerType, textLengthPropertyInfo()->attributeName, value);
88 SVGTextContentElement* ownerType = toSVGTextContentElement(contextElement);
90 (ownerType, textLengthPropertyInfo(), ownerType->m_textLength.value);
SVGPathElement.cpp 316 SVGPathElement* ownerType = toSVGPathElement(contextElement);
318 if (SVGAnimatedProperty* property = SVGAnimatedProperty::lookupWrapper<SVGPathElement, SVGAnimatedPathSegListPropertyTearOff>(ownerType, dPropertyInfo()))
322 buildSVGPathSegListFromByteStream(ownerType->m_pathByteStream.get(), ownerType, ownerType->m_pathSegList.value, UnalteredParsing);
325 (ownerType, dPropertyInfo(), ownerType->m_pathSegList.value);
331 SVGPathElement* ownerType = toSVGPathElement(contextElement);
332 if (!ownerType->m_pathSegList.shouldSynchronize)
334 ownerType->m_pathSegList.synchronize(ownerType, dPropertyInfo()->attributeName, ownerType->m_pathSegList.val (…)
    [all...]
  /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/impl/
SigParameterizedType.java 30 private ITypeReference ownerType;
34 public SigParameterizedType(ITypeReference ownerType,
36 this.ownerType = ownerType;
42 ITypeReference returnValue = ownerType;
  /libcore/luni/src/main/java/libcore/reflect/
ParameterizedTypeImpl.java 30 public ParameterizedTypeImpl(ParameterizedTypeImpl ownerType, String rawTypeName,
32 this.ownerType0 = ownerType;
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedPropertyMacros.h 70 #define BEGIN_REGISTER_ANIMATED_PROPERTIES(OwnerType) \
71 SVGAttributeToPropertyMap& OwnerType::attributeToPropertyMap() \
77 SVGAttributeToPropertyMap& OwnerType::localAttributeToPropertyMap() const \
82 static void registerAnimatedPropertiesFor##OwnerType() \
84 SVGAttributeToPropertyMap& map = OwnerType::attributeToPropertyMap(); \
87 typedef OwnerType UseOwnerType;
98 #define DEFINE_ANIMATED_PROPERTY(AnimatedPropertyTypeEnum, OwnerType, DOMAttribute, SVGDOMAttributeIdentifier, UpperProperty, LowerProperty, TearOffType, PropertyType) \
99 const SVGPropertyInfo* OwnerType::LowerProperty##PropertyInfo() { \
105 &OwnerType::synchronize##UpperProperty, \
106 &OwnerType::lookupOrCreate##UpperProperty##Wrapper));
    [all...]
SVGAttributeToPropertyMap.cpp 64 void SVGAttributeToPropertyMap::animatedPropertiesForAttribute(SVGElement* ownerType, const QualifiedName& attributeName, Vector<RefPtr<SVGAnimatedProperty> >& properties)
66 ASSERT(ownerType);
74 properties.append(animatedProperty(ownerType, attributeName, *vectorIt));
  /cts/tools/signature-tools/test/signature/converter/
ConvertParameterizedTypeTest.java 59 ITypeReference ownerType = parametrizedType.getOwnerType();
60 assertNotNull(ownerType);
  /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);
  /cts/tools/signature-tools/src/signature/converter/doclet/
DocletToSigConverter.java 346 ITypeReference ownerType = null;
349 ownerType = convertTypeReference(containingType);
360 return pool.getParameterizedType(ownerType, rawType,
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /libcore/benchmarks/libs/
caliper.jar 
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 
  /external/droiddriver/libs/
guava-13.0.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 

Completed in 730 milliseconds