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

  /external/chromium/net/spdy/
spdy_session.h 240 typedef std::map<int, scoped_refptr<SpdyStream> > ActiveStreamMap;
457 // them into a separate ActiveStreamMap, and not deliver network events to
459 ActiveStreamMap active_streams_;
spdy_session.cc 864 ActiveStreamMap::iterator it = active_streams_.begin();
986 ActiveStreamMap::iterator it2 = active_streams_.find(id);
    [all...]

Completed in 44 milliseconds