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.h53 virtual float calculateDistance(PassRefPtr<SVGPropertyBase>, SVGElement*) OVERRIDE;
107 …virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) OVERRI…
DSVGString.cpp42 float SVGString::calculateDistance(PassRefPtr<SVGPropertyBase>, SVGElement*) in calculateDistance() function in blink::SVGString
DSVGBoolean.cpp72 float SVGBoolean::calculateDistance(PassRefPtr<SVGPropertyBase>, SVGElement*) in calculateDistance() function in blink::SVGBoolean
DSVGPointList.h60 virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) OVERRIDE;
DSVGNumberList.h60 virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) OVERRIDE;
DSVGBoolean.h56 virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) OVERRIDE;
DSVGInteger.h60 …virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) OVERRI…
DSVGAnimateMotionElement.h52 virtual float calculateDistance(const String& fromString, const String& toString) OVERRIDE;
DSVGAnimatedColor.h55 virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) OVERRIDE;
DSVGLengthList.h62 virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) OVERRIDE;
DSVGTransformList.h68 virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) OVERRIDE;
DSVGStringList.h82 virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) OVERRIDE;
DSVGInteger.cpp88 float SVGInteger::calculateDistance(PassRefPtr<SVGPropertyBase> other, SVGElement*) in calculateDistance() function in blink::SVGInteger
DSVGIntegerOptionalInteger.h57 …virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) OVERRI…
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 blink::SVGAnimatedTypeAnimator
253 return fromValue->calculateDistance(toValue, m_contextElement); in calculateDistance()
DSVGString.h67 virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) OVERRIDE;
DSVGNumber.h62 …virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) OVERRI…
DSVGAnimatedTypeAnimator.h54 float calculateDistance(const String& fromString, const String& toString);
DSVGAnimateElement.h57 … virtual float calculateDistance(const String& fromString, const String& toString) OVERRIDE FINAL;
DSVGPoint.h73 …virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) OVERRI…
DSVGTransform.h99 …virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) OVERRI…
DSVGRect.h70 …virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) OVERRI…
DSVGEnumeration.cpp121 float SVGEnumerationBase::calculateDistance(PassRefPtr<SVGPropertyBase>, SVGElement*) in calculateDistance() function in blink::SVGEnumerationBase
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGProperty.h67 virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) = 0;

12