Home
last modified time | relevance | path

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

/external/chromium_org/net/http/
Dhttp_pipelined_connection_impl.h184 struct StreamInfo { struct
185 StreamInfo();
186 ~StreamInfo();
195 typedef std::map<int, StreamInfo> StreamInfoMap; argument
Dhttp_pipelined_connection_impl.cc122 stream_info_map_.insert(std::make_pair(pipeline_id, StreamInfo())); in CreateNewStream()
838 HttpPipelinedConnectionImpl::StreamInfo::StreamInfo() in StreamInfo() function in net::HttpPipelinedConnectionImpl::StreamInfo
842 HttpPipelinedConnectionImpl::StreamInfo::~StreamInfo() { in ~StreamInfo()