Searched defs:PushedStreamInfo (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/spdy/
H A Dspdy_session.cc544 SpdySession::PushedStreamInfo::PushedStreamInfo() : stream_id(0) {} function in class:net::SpdySession::PushedStreamInfo
546 SpdySession::PushedStreamInfo::PushedStreamInfo( function in class:net::SpdySession::PushedStreamInfo
552 SpdySession::PushedStreamInfo::~PushedStreamInfo() {}
2690 std::make_pair(gurl, PushedStreamInfo(stream_id, time_func_())));
H A Dspdy_session.h563 struct PushedStreamInfo { struct in class:net::SpdySession
564 PushedStreamInfo();
565 PushedStreamInfo(SpdyStreamId stream_id, base::TimeTicks creation_time);
566 ~PushedStreamInfo();
571 typedef std::map<GURL, PushedStreamInfo> PushedStreamMap;

Completed in 298 milliseconds