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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGBoolean.cpp72 float SVGBoolean::calculateDistance(PassRefPtr<SVGPropertyBase>, SVGElement*) function in class:blink::SVGBoolean
H A DSVGString.cpp42 float SVGString::calculateDistance(PassRefPtr<SVGPropertyBase>, SVGElement*) function in class:blink::SVGString
H A DSVGEnumeration.cpp121 float SVGEnumerationBase::calculateDistance(PassRefPtr<SVGPropertyBase>, SVGElement*) function in class:blink::SVGEnumerationBase
H A DSVGInteger.cpp88 float SVGInteger::calculateDistance(PassRefPtr<SVGPropertyBase> other, SVGElement*) function in class:blink::SVGInteger
H A DSVGNumber.cpp110 float SVGNumber::calculateDistance(PassRefPtr<SVGPropertyBase> other, SVGElement*) function in class:blink::SVGNumber
H A DSVGNumberOptionalNumber.cpp106 float SVGNumberOptionalNumber::calculateDistance(PassRefPtr<SVGPropertyBase> other, SVGElement*) function in class:blink::SVGNumberOptionalNumber
H A DSVGAnimatedColor.cpp91 float SVGColorProperty::calculateDistance(PassRefPtr<SVGPropertyBase> toValue, SVGElement* contextElement) function in class:blink::SVGColorProperty
H A DSVGIntegerOptionalInteger.cpp109 float SVGIntegerOptionalInteger::calculateDistance(PassRefPtr<SVGPropertyBase> other, SVGElement*) function in class:blink::SVGIntegerOptionalInteger
H A DSVGPoint.cpp131 float SVGPoint::calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) function in class:blink::SVGPoint
H A DSVGRect.cpp147 float SVGRect::calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) function in class:blink::SVGRect
H A DSVGStringList.cpp162 float SVGStringList::calculateDistance(PassRefPtr<SVGPropertyBase>, SVGElement*) function in class:blink::SVGStringList
H A DSVGTransform.cpp239 float SVGTransform::calculateDistance(PassRefPtr<SVGPropertyBase>, SVGElement*) function in class:blink::SVGTransform
H A DSVGAngle.cpp79 float SVGMarkerOrientEnumeration::calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) function in class:blink::SVGMarkerOrientEnumeration
432 float SVGAngle::calculateDistance(PassRefPtr<SVGPropertyBase> other, SVGElement*) function in class:blink::SVGAngle
H A DSVGAnimateElement.cpp359 float SVGAnimateElement::calculateDistance(const String& fromString, const String& toString) function in class:blink::SVGAnimateElement
366 return ensureAnimator()->calculateDistance(fromString, toString);
H A DSVGAnimateMotionElement.cpp309 float SVGAnimateMotionElement::calculateDistance(const String& fromString, const String& toString) function in class:blink::SVGAnimateMotionElement
H A DSVGAnimatedTypeAnimator.cpp247 float SVGAnimatedTypeAnimator::calculateDistance(const String& fromString, const String& toString) function in class:blink::SVGAnimatedTypeAnimator
253 return fromValue->calculateDistance(toValue, m_contextElement);
H A DSVGLengthList.cpp171 float SVGLengthList::calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) function in class:blink::SVGLengthList
H A DSVGNumberList.cpp140 float SVGNumberList::calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) function in class:blink::SVGNumberList
H A DSVGPathSegList.cpp230 float SVGPathSegList::calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) function in class:blink::SVGPathSegList
H A DSVGPointList.cpp163 float SVGPointList::calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) function in class:blink::SVGPointList
H A DSVGPreserveAspectRatio.cpp413 float SVGPreserveAspectRatio::calculateDistance(PassRefPtr<SVGPropertyBase> toValue, SVGElement* contextElement) function in class:blink::SVGPreserveAspectRatio
H A DSVGTransformList.cpp335 float SVGTransformList::calculateDistance(PassRefPtr<SVGPropertyBase> toValue, SVGElement*) function in class:blink::SVGTransformList
H A DSVGLength.cpp462 float SVGLength::calculateDistance(PassRefPtr<SVGPropertyBase> toValue, SVGElement* contextElement) function in class:blink::SVGLength

Completed in 170 milliseconds