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

  /external/chromium_org/remoting/protocol/
channel_multiplexer.cc 365 DCHECK(pending_channels_.empty());
385 pending_channels_.push_back(PendingChannel(name, callback));
388 if (pending_channels_.size() == 1U) {
405 for (std::list<PendingChannel>::iterator it = pending_channels_.begin();
406 it != pending_channels_.end(); ++it) {
408 pending_channels_.erase(it);
433 if (pending_channels_.empty())
439 // |pending_channels_| list (e.g. call CancelChannelCreation()).
444 PendingChannel c = pending_channels_.front();
445 pending_channels_.erase(pending_channels_.begin())
    [all...]
channel_multiplexer.h 75 std::list<PendingChannel> pending_channels_; member in class:remoting::protocol::ChannelMultiplexer

Completed in 1120 milliseconds