OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestHttpPortAllocatorSession
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
connectivitychecker.h
27
class
TestHttpPortAllocatorSession
;
114
class
TestHttpPortAllocatorSession
: public HttpPortAllocatorSession {
116
TestHttpPortAllocatorSession
(
connectivitychecker_unittest.cc
86
class FakeHttpPortAllocatorSession : public
TestHttpPortAllocatorSession
{
97
:
TestHttpPortAllocatorSession
(allocator,
114
TestHttpPortAllocatorSession
::OnRequestDone(response);
connectivitychecker.cc
55
return new
TestHttpPortAllocatorSession
(this, content_name, component,
62
void
TestHttpPortAllocatorSession
::ConfigReady(PortConfiguration* config) {
67
void
TestHttpPortAllocatorSession
::OnRequestDone(
467
TestHttpPortAllocatorSession
* allocator_session =
468
reinterpret_cast<
TestHttpPortAllocatorSession
*>(
Completed in 41 milliseconds