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

  /external/chromium_org/net/spdy/
spdy_session_pool.h 153 typedef std::set<SpdySession*> SessionSet;
200 SessionSet sessions_;
spdy_session_pool.cc 237 SessionSet::iterator it = sessions_.find(unavailable_session.get());
365 for (SessionSet::const_iterator it = sessions_.begin();
  /external/chromium_org/net/quic/
quic_stream_factory.h 159 typedef std::set<QuicClientSession*> SessionSet;
203 SessionSet all_sessions_;
quic_stream_factory_test.cc 54 for (QuicStreamFactory::SessionSet::iterator it =

Completed in 161 milliseconds