Home
last modified time | relevance | path

Searched defs:ownerType (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGViewSpec.cpp170 PassRefPtr<SVGAnimatedProperty> SVGViewSpec::lookupOrCreateViewBoxWrapper(SVGViewSpec* ownerType) in lookupOrCreateViewBoxWrapper()
177 …<SVGAnimatedProperty> SVGViewSpec::lookupOrCreatePreserveAspectRatioWrapper(SVGViewSpec* ownerType) in lookupOrCreatePreserveAspectRatioWrapper()
184 PassRefPtr<SVGAnimatedProperty> SVGViewSpec::lookupOrCreateTransformWrapper(SVGViewSpec* ownerType) in lookupOrCreateTransformWrapper()
DSVGPolyElement.cpp139 SVGPolyElement* ownerType = toSVGPolyElement(contextElement); in synchronizePoints() local
148 SVGPolyElement* ownerType = toSVGPolyElement(contextElement); in lookupOrCreatePointsWrapper() local
DSVGMarkerElement.cpp228 SVGMarkerElement* ownerType = toSVGMarkerElement(contextElement); in synchronizeOrientType() local
243 SVGMarkerElement* ownerType = toSVGMarkerElement(contextElement); in lookupOrCreateOrientTypeWrapper() local
DSVGTextContentElement.cpp78 SVGTextContentElement* ownerType = toSVGTextContentElement(contextElement); in synchronizeTextLength() local
88 SVGTextContentElement* ownerType = toSVGTextContentElement(contextElement); in lookupOrCreateTextLengthWrapper() local
DSVGPathElement.cpp312 SVGPathElement* ownerType = toSVGPathElement(contextElement); in lookupOrCreateDWrapper() local
327 SVGPathElement* ownerType = toSVGPathElement(contextElement); in synchronizeD() local
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGAttributeToPropertyMap.cpp64 void SVGAttributeToPropertyMap::animatedPropertiesForAttribute(SVGElement* ownerType, const Qualifi… in animatedPropertiesForAttribute()