OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MuxSocket
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/remoting/protocol/
channel_multiplexer.cc
84
// Called by
MuxSocket
.
96
MuxSocket
* socket_;
102
class ChannelMultiplexer::
MuxSocket
: public net::StreamSocket,
104
public base::SupportsWeakPtr<
MuxSocket
> {
106
MuxSocket
(MuxChannel* channel);
107
virtual ~
MuxSocket
();
191
DISALLOW_COPY_AND_ASSIGN(
MuxSocket
);
215
scoped_ptr<
MuxSocket
> result(new
MuxSocket
(this));
272
ChannelMultiplexer::
MuxSocket
::MuxSocket(MuxChannel* channel
[
all
...]
channel_multiplexer.h
34
class
MuxSocket
;
Completed in 253 milliseconds