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

  /external/chromium_org/content/renderer/media/crypto/
proxy_media_keys.h 85 // by the CDM). SessionIdMap is used to map between the web_session_id and
87 typedef base::hash_map<std::string, uint32_t> SessionIdMap;
129 SessionIdMap web_session_to_session_id_map_;
proxy_media_keys.cc 259 SessionIdMap::const_iterator it =
265 for (SessionIdMap::const_iterator it = web_session_to_session_id_map_.begin();
  /external/chromium_org/net/quic/
quic_stream_factory.h 199 typedef std::map<QuicClientSession*, QuicServerId> SessionIdMap;
253 SessionIdMap all_sessions_;
quic_stream_factory_test.cc 79 for (QuicStreamFactory::SessionIdMap::iterator it =
    [all...]

Completed in 163 milliseconds