calculateDistance   50 Source/core/svg/SVGAngle.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase>, SVGElement*) OVERRIDE;
calculateDistance  104 Source/core/svg/SVGAngle.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) OVERRIDE;
calculateDistance  368 Source/core/svg/SVGAnimateElement.cpp     return ensureAnimator()->calculateDistance(fromString, toString);
calculateDistance   51 Source/core/svg/SVGAnimateElement.h     virtual float calculateDistance(const String& fromString, const String& toString) OVERRIDE FINAL;
calculateDistance   54 Source/core/svg/SVGAnimateMotionElement.h     virtual float calculateDistance(const String& fromString, const String& toString) OVERRIDE;
calculateDistance   55 Source/core/svg/SVGAnimatedColor.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) OVERRIDE;
calculateDistance  261 Source/core/svg/SVGAnimatedTypeAnimator.cpp     return fromValue->calculateDistance(toValue, m_contextElement);
calculateDistance   53 Source/core/svg/SVGAnimatedTypeAnimator.h     float calculateDistance(const String& fromString, const String& toString);
calculateDistance  394 Source/core/svg/SVGAnimationElement.cpp         float distance = calculateDistance(m_values[n], m_values[n + 1]);
calculateDistance  185 Source/core/svg/SVGAnimationElement.h     virtual float calculateDistance(const String& /*fromString*/, const String& /*toString*/) { return -1.f; }
calculateDistance   57 Source/core/svg/SVGBoolean.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) OVERRIDE;
calculateDistance   64 Source/core/svg/SVGEnumeration.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) OVERRIDE;
calculateDistance   63 Source/core/svg/SVGInteger.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) OVERRIDE;
calculateDistance   57 Source/core/svg/SVGIntegerOptionalInteger.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) OVERRIDE;
calculateDistance  101 Source/core/svg/SVGLength.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) OVERRIDE;
calculateDistance   63 Source/core/svg/SVGLengthList.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) OVERRIDE;
calculateDistance   64 Source/core/svg/SVGNumber.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) OVERRIDE;
calculateDistance   63 Source/core/svg/SVGNumberList.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) OVERRIDE;
calculateDistance   57 Source/core/svg/SVGNumberOptionalNumber.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) OVERRIDE;
calculateDistance  140 Source/core/svg/SVGPathSegList.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) OVERRIDE;
calculateDistance   77 Source/core/svg/SVGPoint.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) OVERRIDE;
calculateDistance   63 Source/core/svg/SVGPointList.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) OVERRIDE;
calculateDistance   86 Source/core/svg/SVGPreserveAspectRatio.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) OVERRIDE;
calculateDistance   74 Source/core/svg/SVGRect.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) OVERRIDE;
calculateDistance   65 Source/core/svg/SVGString.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) OVERRIDE;
calculateDistance   84 Source/core/svg/SVGStringList.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) OVERRIDE;
calculateDistance  101 Source/core/svg/SVGTransform.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) OVERRIDE;
calculateDistance   71 Source/core/svg/SVGTransformList.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) OVERRIDE;
calculateDistance   68 Source/core/svg/properties/SVGProperty.h     virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) = 0;