Searched defs:calculateDistance (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGString.cpp42 float SVGString::calculateDistance(PassRefPtr<SVGPropertyBase>, SVGElement*) function in class:WebCore::SVGString
H A DSVGBoolean.cpp79 float SVGBoolean::calculateDistance(PassRefPtr<SVGPropertyBase>, SVGElement*) function in class:WebCore::SVGBoolean
H A DSVGEnumeration.cpp121 float SVGEnumerationBase::calculateDistance(PassRefPtr<SVGPropertyBase>, SVGElement*) function in class:WebCore::SVGEnumerationBase
H A DSVGInteger.cpp96 float SVGInteger::calculateDistance(PassRefPtr<SVGPropertyBase> other, SVGElement*) function in class:WebCore::SVGInteger
H A DSVGNumberOptionalNumber.cpp106 float SVGNumberOptionalNumber::calculateDistance(PassRefPtr<SVGPropertyBase> other, SVGElement*) function in class:WebCore::SVGNumberOptionalNumber
H A DSVGAnimatedColor.cpp91 float SVGColorProperty::calculateDistance(PassRefPtr<SVGPropertyBase> toValue, SVGElement* contextElement) function in class:WebCore::SVGColorProperty
H A DSVGIntegerOptionalInteger.cpp109 float SVGIntegerOptionalInteger::calculateDistance(PassRefPtr<SVGPropertyBase> other, SVGElement*) function in class:WebCore::SVGIntegerOptionalInteger
H A DSVGNumber.cpp118 float SVGNumber::calculateDistance(PassRefPtr<SVGPropertyBase> other, SVGElement*) function in class:WebCore::SVGNumber
H A DSVGPoint.cpp140 float SVGPoint::calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) function in class:WebCore::SVGPoint
H A DSVGRect.cpp157 float SVGRect::calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) function in class:WebCore::SVGRect
H A DSVGStringList.cpp176 float SVGStringList::calculateDistance(PassRefPtr<SVGPropertyBase>, SVGElement*) function in class:WebCore::SVGStringList
H A DSVGTransform.cpp239 float SVGTransform::calculateDistance(PassRefPtr<SVGPropertyBase>, SVGElement*) function in class:WebCore::SVGTransform
H A DSVGAngle.cpp73 float SVGMarkerOrientEnumeration::calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) function in class:WebCore::SVGMarkerOrientEnumeration
423 float SVGAngle::calculateDistance(PassRefPtr<SVGPropertyBase> other, SVGElement*) function in class:WebCore::SVGAngle
H A DSVGAnimateElement.cpp361 float SVGAnimateElement::calculateDistance(const String& fromString, const String& toString) function in class:WebCore::SVGAnimateElement
368 return ensureAnimator()->calculateDistance(fromString, toString);
H A DSVGAnimateMotionElement.cpp322 float SVGAnimateMotionElement::calculateDistance(const String& fromString, const String& toString) function in class:WebCore::SVGAnimateMotionElement
H A DSVGAnimatedTypeAnimator.cpp247 float SVGAnimatedTypeAnimator::calculateDistance(const String& fromString, const String& toString) function in class:WebCore::SVGAnimatedTypeAnimator
253 return fromValue->calculateDistance(toValue, m_contextElement);
H A DSVGLengthList.cpp199 float SVGLengthList::calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) function in class:WebCore::SVGLengthList
H A DSVGNumberList.cpp187 float SVGNumberList::calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) function in class:WebCore::SVGNumberList
H A DSVGPathSegList.cpp233 float SVGPathSegList::calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) function in class:WebCore::SVGPathSegList
H A DSVGPointList.cpp210 float SVGPointList::calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) function in class:WebCore::SVGPointList
H A DSVGPreserveAspectRatio.cpp418 float SVGPreserveAspectRatio::calculateDistance(PassRefPtr<SVGPropertyBase> toValue, SVGElement* contextElement) function in class:WebCore::SVGPreserveAspectRatio
H A DSVGTransformList.cpp342 float SVGTransformList::calculateDistance(PassRefPtr<SVGPropertyBase> toValue, SVGElement*) function in class:WebCore::SVGTransformList
H A DSVGLength.cpp468 float SVGLength::calculateDistance(PassRefPtr<SVGPropertyBase> toValue, SVGElement* contextElement) function in class:WebCore::SVGLength

Completed in 159 milliseconds