Home | History | Annotate | Download | only in spdy

Lines Matching refs:PushedStreamInfo

543   struct PushedStreamInfo {
544 PushedStreamInfo();
545 PushedStreamInfo(SpdyStreamId stream_id, base::TimeTicks creation_time);
546 ~PushedStreamInfo();
551 typedef std::map<GURL, PushedStreamInfo> PushedStreamMap;