hasMoreData       107 Source/core/svg/SVGPathBlender.cpp     if ((m_fromSource->hasMoreData() && !m_fromSource->parseMoveToSegment(fromTargetPoint))
hasMoreData       121 Source/core/svg/SVGPathBlender.cpp     if ((m_fromSource->hasMoreData() && !m_fromSource->parseLineToSegment(fromTargetPoint))
hasMoreData       135 Source/core/svg/SVGPathBlender.cpp     if ((m_fromSource->hasMoreData() && !m_fromSource->parseLineToHorizontalSegment(fromX))
hasMoreData       149 Source/core/svg/SVGPathBlender.cpp     if ((m_fromSource->hasMoreData() && !m_fromSource->parseLineToVerticalSegment(fromY))
hasMoreData       167 Source/core/svg/SVGPathBlender.cpp     if ((m_fromSource->hasMoreData() && !m_fromSource->parseCurveToCubicSegment(fromPoint1, fromPoint2, fromTargetPoint))
hasMoreData       186 Source/core/svg/SVGPathBlender.cpp     if ((m_fromSource->hasMoreData() && !m_fromSource->parseCurveToCubicSmoothSegment(fromPoint2, fromTargetPoint))
hasMoreData       204 Source/core/svg/SVGPathBlender.cpp     if ((m_fromSource->hasMoreData() && !m_fromSource->parseCurveToQuadraticSegment(fromPoint1, fromTargetPoint))
hasMoreData       220 Source/core/svg/SVGPathBlender.cpp     if ((m_fromSource->hasMoreData() && !m_fromSource->parseCurveToQuadraticSmoothSegment(fromTargetPoint))
hasMoreData       244 Source/core/svg/SVGPathBlender.cpp     if ((m_fromSource->hasMoreData() && !m_fromSource->parseArcToSegment(fromRx, fromRy, fromAngle, fromLargeArc, fromSweep, fromTargetPoint))
hasMoreData       316 Source/core/svg/SVGPathBlender.cpp     bool fromSourceHadData = m_fromSource->hasMoreData();
hasMoreData       317 Source/core/svg/SVGPathBlender.cpp     while (m_toSource->hasMoreData()) {
hasMoreData       386 Source/core/svg/SVGPathBlender.cpp         if (m_fromSource->hasMoreData() != m_toSource->hasMoreData())
hasMoreData       388 Source/core/svg/SVGPathBlender.cpp         if (!m_fromSource->hasMoreData() || !m_toSource->hasMoreData())
hasMoreData        35 Source/core/svg/SVGPathByteStreamSource.h     virtual bool hasMoreData() const OVERRIDE;
hasMoreData       378 Source/core/svg/SVGPathParser.cpp         if (!m_source->hasMoreData())
hasMoreData        39 Source/core/svg/SVGPathSegListSource.h     virtual bool hasMoreData() const OVERRIDE;
hasMoreData        35 Source/core/svg/SVGPathSource.h     virtual bool hasMoreData() const = 0;
hasMoreData        40 Source/core/svg/SVGPathStringSource.h     virtual bool hasMoreData() const OVERRIDE;