HomeSort by relevance Sort by last modified time
    Searched refs:open_streams_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/child/npapi/
plugin_instance.cc 102 open_streams_.push_back(make_scoped_refptr(stream));
110 for (stream_index = open_streams_.begin();
111 stream_index != open_streams_.end(); ++stream_index) {
113 open_streams_.erase(stream_index);
121 for (stream_index = open_streams_.begin();
122 stream_index != open_streams_.end(); ++stream_index) {
132 for (unsigned int index = 0; index < open_streams_.size(); ++index) {
134 open_streams_[index]->Close(NPRES_USER_BREAK);
136 open_streams_.clear();
554 for (stream_index = open_streams_.begin()
    [all...]
plugin_instance.h 292 std::vector<scoped_refptr<PluginStream> > open_streams_; member in class:content::PluginInstance
  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctpdataengine.cc 520 open_streams_.find(params.ssrc) == open_streams_.end()) {
638 if (open_streams_.find(ssrc) != open_streams_.end()) {
653 open_streams_.insert(ssrc);
660 StreamSet::iterator found = open_streams_.find(ssrc);
662 if (found == open_streams_.end()) {
669 open_streams_.erase(found);
783 << ListStreams(open_streams_) << "], Q'd: ["
814 } else if ((it = open_streams_.find(stream_id)
    [all...]
sctpdataengine.h 242 // When a data channel opens a stream, it goes into open_streams_. When we
249 StreamSet open_streams_; member in class:cricket::SctpDataMediaChannel

Completed in 1252 milliseconds