Home | History | Annotate | Download | only in npapi

Lines Matching defs:stream_index

106   std::vector<scoped_refptr<PluginStream> >::iterator stream_index;
107 for (stream_index = open_streams_.begin();
108 stream_index != open_streams_.end(); ++stream_index) {
109 if (stream_index->get() == stream) {
110 open_streams_.erase(stream_index);
117 std::vector<scoped_refptr<PluginStream> >::iterator stream_index;
118 for (stream_index = open_streams_.begin();
119 stream_index != open_streams_.end(); ++stream_index) {
120 if ((*stream_index)->stream() == stream)
549 std::vector<scoped_refptr<PluginStream> >::iterator stream_index;
550 for (stream_index = open_streams_.begin();
551 stream_index != open_streams_.end(); ++stream_index) {
552 PluginStream* plugin_stream = stream_index->get();
670 std::vector<scoped_refptr<PluginStream> >::iterator stream_index;
671 for (stream_index = open_streams_.begin();
672 stream_index != open_streams_.end(); ++stream_index) {
673 PluginStream* plugin_stream = stream_index->get();