Lines Matching refs:streams
781 Vector<RefPtr<Stream> > streams;782 copyValuesToVector(m_streams, streams);784 for (size_t i = 0; i < streams.size(); ++i)785 streams[i]->cancel();787 // Cancelling a stream removes it from the m_streams map, so if we cancel all streams the map should be empty.