Home
last modified time | relevance | path

Searched defs:best_connection (Results 1 – 5 of 5) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dp2ptransportchannel.h94 Connection* best_connection() const { return best_connection_; } in best_connection() function
/external/chromium/third_party/libjingle/source/talk/p2p/client/
Dsocketmonitor.h42 bool best_connection; member
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dp2ptransportchannel.h100 const Connection* best_connection() const { return best_connection_; } in best_connection() function
Dtransport.h156 bool best_connection; // Is this the best connection we have? member
Dp2ptransportchannel_unittest.cc1168 const cricket::Connection* best_connection = NULL; in TEST_F() local
1186 const cricket::Connection* best_connection = NULL; in TEST_F() local