canBlend           46 Source/core/animation/AnimatableClipPathOperation.cpp     return !fromShape->canBlend(toShape);
canBlend           48 Source/core/animation/AnimatableShapeValue.cpp     return !fromShape->canBlend(toShape);
canBlend           74 Source/core/rendering/style/BasicShapes.cpp         if (!thisCircle->radius().canBlend(otherCircle->radius()))
canBlend           84 Source/core/rendering/style/BasicShapes.cpp     return (thisEllipse->radiusX().canBlend(otherEllipse->radiusX())
canBlend           85 Source/core/rendering/style/BasicShapes.cpp         && thisEllipse->radiusY().canBlend(otherEllipse->radiusY()));
canBlend           58 Source/core/rendering/style/BasicShapes.h     bool canBlend(const BasicShape*) const;
canBlend          140 Source/core/rendering/style/BasicShapes.h     bool canBlend(const BasicShapeRadius& other) const