SVGPathSegList 39 Source/core/svg/SVGAnimatedPath.cpp : SVGAnimatedProperty<SVGPathSegList>(contextElement, attributeName, SVGPathSegList::create(contextElement, PathSegUnalteredRole)) SVGPathSegList 41 Source/core/svg/SVGAnimatedPath.h class SVGAnimatedPath : public SVGAnimatedProperty<SVGPathSegList> { SVGPathSegList 40 Source/core/svg/SVGPathSegList.cpp SVGPathSegList::SVGPathSegList(SVGPathElement* contextElement, SVGPathSegRole role) SVGPathSegList 48 Source/core/svg/SVGPathSegList.cpp SVGPathSegList::SVGPathSegList(SVGPathElement* contextElement, SVGPathSegRole role, PassOwnPtr<SVGPathByteStream> byteStream) SVGPathSegList 57 Source/core/svg/SVGPathSegList.cpp SVGPathSegList::~SVGPathSegList() SVGPathSegList 61 Source/core/svg/SVGPathSegList.cpp PassRefPtr<SVGPathSegList> SVGPathSegList::clone() SVGPathSegList 63 Source/core/svg/SVGPathSegList.cpp RefPtr<SVGPathSegList> svgPathSegList = adoptRef(new SVGPathSegList(m_contextElement, m_role, byteStream()->copy())); SVGPathSegList 68 Source/core/svg/SVGPathSegList.cpp PassRefPtr<SVGPropertyBase> SVGPathSegList::cloneForAnimation(const String& value) const SVGPathSegList 70 Source/core/svg/SVGPathSegList.cpp RefPtr<SVGPathSegList> svgPathSegList = SVGPathSegList::create(m_contextElement); SVGPathSegList 75 Source/core/svg/SVGPathSegList.cpp const SVGPathByteStream* SVGPathSegList::byteStream() const SVGPathSegList 96 Source/core/svg/SVGPathSegList.cpp void SVGPathSegList::updateListFromByteStream() SVGPathSegList 120 Source/core/svg/SVGPathSegList.cpp void SVGPathSegList::invalidateList() SVGPathSegList 126 Source/core/svg/SVGPathSegList.cpp PassRefPtr<SVGPathSeg> SVGPathSegList::appendItem(PassRefPtr<SVGPathSeg> passItem) SVGPathSegList 146 Source/core/svg/SVGPathSegList.cpp String SVGPathSegList::valueAsString() const SVGPathSegList 153 Source/core/svg/SVGPathSegList.cpp void SVGPathSegList::setValueAsString(const String& string, ExceptionState& exceptionState) SVGPathSegList 162 Source/core/svg/SVGPathSegList.cpp void SVGPathSegList::add(PassRefPtr<SVGPropertyBase> other, SVGElement*) SVGPathSegList 164 Source/core/svg/SVGPathSegList.cpp RefPtr<SVGPathSegList> otherList = toSVGPathSegList(other); SVGPathSegList 173 Source/core/svg/SVGPathSegList.cpp void SVGPathSegList::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) SVGPathSegList 180 Source/core/svg/SVGPathSegList.cpp const RefPtr<SVGPathSegList> from = toSVGPathSegList(fromValue); SVGPathSegList 181 Source/core/svg/SVGPathSegList.cpp const RefPtr<SVGPathSegList> to = toSVGPathSegList(toValue); SVGPathSegList 182 Source/core/svg/SVGPathSegList.cpp const RefPtr<SVGPathSegList> toAtEndOfDuration = toSVGPathSegList(toAtEndOfDurationValue); SVGPathSegList 233 Source/core/svg/SVGPathSegList.cpp float SVGPathSegList::calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) SVGPathSegList 45 Source/core/svg/SVGPathSegList.h class SVGPathSegList : public SVGListPropertyHelper<SVGPathSegList, SVGPathSeg> { SVGPathSegList 52 Source/core/svg/SVGPathSegList.h static PassRefPtr<SVGPathSegList> create(SVGPathElement* contextElement, SVGPathSegRole role = PathSegUndefinedRole) SVGPathSegList 54 Source/core/svg/SVGPathSegList.h return adoptRef(new SVGPathSegList(contextElement, role)); SVGPathSegList 57 Source/core/svg/SVGPathSegList.h virtual ~SVGPathSegList(); SVGPathSegList 133 Source/core/svg/SVGPathSegList.h PassRefPtr<SVGPathSegList> clone(); SVGPathSegList 145 Source/core/svg/SVGPathSegList.h SVGPathSegList(SVGPathElement*, SVGPathSegRole); SVGPathSegList 146 Source/core/svg/SVGPathSegList.h SVGPathSegList(SVGPathElement*, SVGPathSegRole, PassOwnPtr<SVGPathByteStream>); SVGPathSegList 170 Source/core/svg/SVGPathSegList.h inline PassRefPtr<SVGPathSegList> toSVGPathSegList(PassRefPtr<SVGPropertyBase> passBase) SVGPathSegList 173 Source/core/svg/SVGPathSegList.h ASSERT(base->type() == SVGPathSegList::classType()); SVGPathSegList 174 Source/core/svg/SVGPathSegList.h return static_pointer_cast<SVGPathSegList>(base.release()); SVGPathSegList 40 Source/core/svg/SVGPathSegListBuilder.h void setCurrentSVGPathSegList(PassRefPtr<SVGPathSegList> pathSegList) { m_pathSegList = pathSegList; } SVGPathSegList 68 Source/core/svg/SVGPathSegListBuilder.h RefPtr<SVGPathSegList> m_pathSegList; SVGPathSegList 33 Source/core/svg/SVGPathSegListSource.cpp SVGPathSegListSource::SVGPathSegListSource(SVGPathSegList::ConstIterator itBegin, SVGPathSegList::ConstIterator itEnd) SVGPathSegList 32 Source/core/svg/SVGPathSegListSource.h class SVGPathSegList; SVGPathSegList 36 Source/core/svg/SVGPathSegListSource.h SVGPathSegListSource(SVGPathSegList::ConstIterator, SVGPathSegList::ConstIterator); SVGPathSegList 55 Source/core/svg/SVGPathSegListSource.h SVGPathSegList::ConstIterator m_itCurrent; SVGPathSegList 56 Source/core/svg/SVGPathSegListSource.h SVGPathSegList::ConstIterator m_itEnd; SVGPathSegList 60 Source/core/svg/SVGPathSegListTearOff.h public SVGListPropertyTearOffHelper<SVGPathSegListTearOff, SVGPathSegList>, SVGPathSegList 63 Source/core/svg/SVGPathSegListTearOff.h static PassRefPtr<SVGPathSegListTearOff> create(PassRefPtr<SVGPathSegList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = nullQName()) SVGPathSegList 69 Source/core/svg/SVGPathSegListTearOff.h SVGPathSegListTearOff(PassRefPtr<SVGPathSegList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = nullQName()) SVGPathSegList 70 Source/core/svg/SVGPathSegListTearOff.h : SVGListPropertyTearOffHelper<SVGPathSegListTearOff, SVGPathSegList>(target, contextElement, propertyIsAnimVal, attributeName) SVGPathSegList 34 Source/core/svg/SVGPathUtilities.h class SVGPathSegList; SVGPathSegList 46 Source/core/svg/SVGPathUtilities.h bool buildStringFromSVGPathSegList(PassRefPtr<SVGPathSegList>, String&, PathParsingMode);