byteStream 32 Source/core/svg/SVGPathByteStreamBuilder.cpp CoalescingBuffer(SVGPathByteStream* byteStream) byteStream 34 Source/core/svg/SVGPathByteStreamBuilder.cpp , m_byteStream(byteStream) byteStream 36 Source/core/svg/SVGPathByteStreamBuilder.cpp ASSERT(byteStream); byteStream 35 Source/core/svg/SVGPathByteStreamBuilder.h void setCurrentByteStream(SVGPathByteStream* byteStream) { m_byteStream = byteStream; } byteStream 92 Source/core/svg/SVGPathElement.h const SVGPathByteStream* pathByteStream() const { return m_pathSegList->currentValue()->byteStream(); } byteStream 48 Source/core/svg/SVGPathSegList.cpp SVGPathSegList::SVGPathSegList(SVGPathElement* contextElement, SVGPathSegRole role, PassOwnPtr<SVGPathByteStream> byteStream) byteStream 51 Source/core/svg/SVGPathSegList.cpp , m_byteStream(byteStream) byteStream 63 Source/core/svg/SVGPathSegList.cpp RefPtr<SVGPathSegList> svgPathSegList = adoptRef(new SVGPathSegList(m_contextElement, m_role, byteStream()->copy())); byteStream 149 Source/core/svg/SVGPathSegList.cpp buildStringFromByteStream(byteStream(), string, UnalteredParsing); byteStream 168 Source/core/svg/SVGPathSegList.cpp byteStream(); // create |m_byteStream| if not exist. byteStream 169 Source/core/svg/SVGPathSegList.cpp addToSVGPathByteStream(m_byteStream.get(), otherList->byteStream()); byteStream 184 Source/core/svg/SVGPathSegList.cpp const SVGPathByteStream* toStream = to->byteStream(); byteStream 185 Source/core/svg/SVGPathSegList.cpp const SVGPathByteStream* fromStream = from->byteStream(); byteStream 193 Source/core/svg/SVGPathSegList.cpp copy = byteStream()->copy(); byteStream 228 Source/core/svg/SVGPathSegList.cpp const SVGPathByteStream* toAtEndOfDurationStream = toAtEndOfDuration->byteStream(); byteStream 59 Source/core/svg/SVGPathSegList.h const SVGPathByteStream* byteStream() const;