HomeSort by relevance Sort by last modified time
    Searched refs:StreamPool (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
socketpool.h 46 // StreamPool
49 class StreamPool {
51 virtual ~StreamPool() { }
60 // the supplied StreamPool.
63 class StreamCache : public StreamPool, public sigslot::has_slots<> {
65 StreamCache(StreamPool* pool);
68 // StreamPool Interface
80 StreamPool* pool_;
92 class NewSocketPool : public StreamPool {
97 // StreamPool Interfac
    [all...]
httpclient.h 78 HttpClient(const std::string& agent, StreamPool* pool,
82 void set_pool(StreamPool* pool) { pool_ = pool; }
185 StreamPool* pool_;
socketpool.cc 41 // StreamPool.
44 StreamCache::StreamCache(StreamPool* pool) : pool_(pool) {
244 // LoggingPoolAdapter - Adapts a StreamPool to supply streams with attached
249 StreamPool* pool, LoggingSeverity level, const std::string& label,
httpclient.cc 282 HttpClient::HttpClient(const std::string& agent, StreamPool* pool,

Completed in 80 milliseconds