Home
last modified time | relevance | path

Searched refs:SpdySessionsMap (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/spdy/
Dspdy_session_pool.cc166 SpdySessionsMap::const_iterator spdy_session_pool_it = sessions_.begin(); in SpdySessionPoolInfoToValue()
167 for (SpdySessionsMap::const_iterator it = sessions_.begin(); in SpdySessionPoolInfoToValue()
302 SpdySessionsMap::const_iterator it = sessions_.find(pair); in GetSessionList()
383 SpdySessionsMap old_map; in CloseCurrentSessions()
385 for (SpdySessionsMap::const_iterator it = old_map.begin(); in CloseCurrentSessions()
412 SpdySessionsMap::const_iterator map_it = sessions_.begin(); in CloseIdleSessions()
Dspdy_session_pool.h129 typedef std::map<HostPortProxyPair, SpdySessionList*> SpdySessionsMap; typedef
163 SpdySessionsMap sessions_;