OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OnPortDestroyed
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
portproxy.cc
36
impl_->SignalDestroyed.connect(this, &PortProxy::
OnPortDestroyed
);
174
void PortProxy::
OnPortDestroyed
(PortInterface* port) {
portallocatorsessionproxy.cc
91
this, &PortAllocatorSessionMuxer::
OnPortDestroyed
);
94
void PortAllocatorSessionMuxer::
OnPortDestroyed
(PortInterface* port) {
p2ptransportchannel.cc
370
port->SignalDestroyed.connect(this, &P2PTransportChannel::
OnPortDestroyed
);
[
all
...]
session_unittest.cc
646
this, &TestPortAllocatorSession::
OnPortDestroyed
);
653
void
OnPortDestroyed
(cricket::PortInterface* port) {
[
all
...]
/external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.cc
276
port->SignalDestroyed.connect(this, &P2PTransportChannel::
OnPortDestroyed
);
870
void P2PTransportChannel::
OnPortDestroyed
(Port* port) {
[
all
...]
/external/chromium/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc
417
&BasicPortAllocatorSession::
OnPortDestroyed
);
475
void BasicPortAllocatorSession::
OnPortDestroyed
(Port* port) {
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc
155
void
OnPortDestroyed
(PortInterface* port);
511
&BasicPortAllocatorSession::
OnPortDestroyed
);
645
void BasicPortAllocatorSession::
OnPortDestroyed
(
891
port->SignalDestroyed.connect(this, &AllocationSequence::
OnPortDestroyed
);
[
all
...]
Completed in 766 milliseconds