Home
last modified time | relevance | path

Searched refs:SpdySessionPoolInfoToValue (Results 1 – 5 of 5) sorted by relevance

/external/chromium/net/http/
Dhttp_network_session.cc66 Value* HttpNetworkSession::SpdySessionPoolInfoToValue() const { in SpdySessionPoolInfoToValue() function in net::HttpNetworkSession
67 return spdy_session_pool_.SpdySessionPoolInfoToValue(); in SpdySessionPoolInfoToValue()
Dhttp_network_session.h140 Value* SpdySessionPoolInfoToValue() const;
/external/chromium/net/spdy/
Dspdy_session_pool.h95 Value* SpdySessionPoolInfoToValue() const;
Dspdy_session_pool.cc163 Value* SpdySessionPool::SpdySessionPoolInfoToValue() const { in SpdySessionPoolInfoToValue() function in net::SpdySessionPool
/external/chromium/chrome/browser/ui/webui/
Dnet_internals_ui.cc1226 spdy_info = http_network_session->SpdySessionPoolInfoToValue(); in OnGetSpdySessionInfo()