Home
last modified time | relevance | path

Searched refs:calculateDistance (Results 1 – 25 of 49) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAngle.h50 virtual float calculateDistance(PassRefPtr<SVGPropertyBase>, SVGElement*) OVERRIDE;
105 …virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) OVERRI…
DSVGString.cpp42 float SVGString::calculateDistance(PassRefPtr<SVGPropertyBase>, SVGElement*) in calculateDistance() function in WebCore::SVGString
DSVGBoolean.cpp79 float SVGBoolean::calculateDistance(PassRefPtr<SVGPropertyBase>, SVGElement*) in calculateDistance() function in WebCore::SVGBoolean
DSVGNumberList.h63 virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) OVERRIDE;
DSVGAnimatedColor.h55 virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) OVERRIDE;
DSVGPointList.h63 virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) OVERRIDE;
DSVGTransformList.h70 virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) OVERRIDE;
DSVGLengthList.h63 virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) OVERRIDE;
DSVGAnimateMotionElement.h52 virtual float calculateDistance(const String& fromString, const String& toString) OVERRIDE;
DSVGInteger.h61 …virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) OVERRI…
DSVGIntegerOptionalInteger.h57 …virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) OVERRI…
DSVGBoolean.h57 virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) OVERRIDE;
DSVGStringList.h84 virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) OVERRIDE;
DSVGNumberOptionalNumber.h57 …virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) OVERRI…
DSVGAnimatedTypeAnimator.cpp247 float SVGAnimatedTypeAnimator::calculateDistance(const String& fromString, const String& toString) in calculateDistance() function in WebCore::SVGAnimatedTypeAnimator
253 return fromValue->calculateDistance(toValue, m_contextElement); in calculateDistance()
DSVGString.h65 virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) OVERRIDE;
DSVGAnimatedTypeAnimator.h54 float calculateDistance(const String& fromString, const String& toString);
DSVGAnimateElement.h56 … virtual float calculateDistance(const String& fromString, const String& toString) OVERRIDE FINAL;
DSVGInteger.cpp96 float SVGInteger::calculateDistance(PassRefPtr<SVGPropertyBase> other, SVGElement*) in calculateDistance() function in WebCore::SVGInteger
DSVGNumber.h64 …virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) OVERRI…
DSVGPoint.h77 …virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) OVERRI…
DSVGEnumeration.cpp121 float SVGEnumerationBase::calculateDistance(PassRefPtr<SVGPropertyBase>, SVGElement*) in calculateDistance() function in WebCore::SVGEnumerationBase
DSVGEnumeration.h64 virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) OVERRIDE;
DSVGPreserveAspectRatio.h86 …virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) OVERRI…
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGProperty.h68 virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) = 0;

12