Home | Sort by relevance Sort by last modified time |
/external/chromium_org/remoting/protocol/ | |
channel_multiplexer.h | 77 int next_channel_id_; member in class:remoting::protocol::ChannelMultiplexer |
channel_multiplexer.cc | 360 next_channel_id_(0), 460 MuxChannel* channel = new MuxChannel(this, name, next_channel_id_); 461 ++next_channel_id_; |