OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BasicPortAllocatorSession
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
basicportallocator.h
116
class
BasicPortAllocatorSession
: public PortAllocatorSession,
119
BasicPortAllocatorSession
(BasicPortAllocator* allocator,
124
~
BasicPortAllocatorSession
();
basicportallocator.cc
99
AllocationSequence(
BasicPortAllocatorSession
* session,
127
// in any candidates. Using this signal
BasicPortAllocatorSession
can send
129
//
BasicPortAllocatorSession
doesn't have any event to trigger signal. This
153
BasicPortAllocatorSession
* session_;
229
return new
BasicPortAllocatorSession
(
234
//
BasicPortAllocatorSession
235
BasicPortAllocatorSession
::
BasicPortAllocatorSession
(
250
this, &
BasicPortAllocatorSession
::OnNetworksChanged);
254
BasicPortAllocatorSession
::~BasicPortAllocatorSession()
[
all
...]
Completed in 1575 milliseconds