OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TransportChannelImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/p2p/base/
transportchannelimpl.h
44
class
TransportChannelImpl
: public TransportChannel {
46
TransportChannelImpl
(const std::string& name, const std::string& content_type)
72
sigslot::signal2<
TransportChannelImpl
*,
76
DISALLOW_EVIL_CONSTRUCTORS(
TransportChannelImpl
);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportchannelimpl.h
44
class
TransportChannelImpl
: public TransportChannel {
46
explicit
TransportChannelImpl
(const std::string& content_name, int component)
80
sigslot::signal1<
TransportChannelImpl
*> SignalRequestSignaling;
91
sigslot::signal2<
TransportChannelImpl
*,
97
// retains ownership and must delete it after this
TransportChannelImpl
is
110
sigslot::signal1<
TransportChannelImpl
*> SignalCandidatesAllocationDone;
114
sigslot::signal1<
TransportChannelImpl
*> SignalRoleConflict;
117
DISALLOW_EVIL_CONSTRUCTORS(
TransportChannelImpl
);
Completed in 78 milliseconds