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

  /external/chromium/net/spdy/
spdy_session_pool.h 128 typedef std::list<scoped_refptr<SpdySession> > SpdySessionList;
129 typedef std::map<HostPortProxyPair, SpdySessionList*> SpdySessionsMap;
133 SpdySessionList* list,
143 SpdySessionList* AddSessionList(
145 SpdySessionList* GetSessionList(
spdy_session_pool.cc 65 SpdySessionList* list = GetSessionList(host_port_proxy_pair);
122 SpdySessionList* list = GetSessionList(host_port_proxy_pair);
150 SpdySessionList* list = GetSessionList(session->host_port_proxy_pair());
169 SpdySessionList* sessions = it->second;
170 for (SpdySessionList::const_iterator session = sessions->begin();
187 SpdySessionList* list,
230 SpdySessionList* list = GetSessionList(alias_pair);
278 SpdySessionPool::SpdySessionList*
283 SpdySessionPool::SpdySessionList* list = new SpdySessionList();
    [all...]

Completed in 24 milliseconds