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

  /external/chromium_org/content/renderer/media/crypto/
proxy_media_keys.h 73 // by the CDM). SessionIdMap is used to map between the web_session_id and
75 typedef base::hash_map<std::string, uint32_t> SessionIdMap;
117 SessionIdMap web_session_to_session_id_map_;
  /external/chromium_org/net/quic/
quic_stream_factory.h 197 typedef std::map<QuicClientSession*, QuicServerId> SessionIdMap;
251 SessionIdMap all_sessions_;

Completed in 373 milliseconds