Searched refs:active_sessions_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/renderer/media/crypto/
H A Dproxy_decryptor.cc165 if (active_sessions_.size() == 1) {
166 base::hash_map<std::string, bool>::iterator it = active_sessions_.begin();
285 active_sessions_.find(web_session_id);
296 if (it == active_sessions_.end())
305 active_sessions_.erase(it);
337 active_sessions_.insert(std::make_pair(web_session_id, is_persistent));
H A Dproxy_decryptor.h130 base::hash_map<std::string, bool> active_sessions_; member in class:content::ProxyDecryptor
/external/chromium_org/net/quic/
H A Dquic_stream_factory.cc623 active_sessions_[server_id] = session;
670 QuicClientSession* session = active_sessions_[server_id];
683 DCHECK(active_sessions_.count(*it));
684 DCHECK_EQ(session, active_sessions_[*it]);
691 active_sessions_.erase(*it);
718 DCHECK(active_sessions_.count(*it));
719 DCHECK_EQ(session, active_sessions_[*it]);
720 active_sessions_.erase(*it);
750 while (!active_sessions_.empty()) {
751 size_t initial_size = active_sessions_
[all...]
H A Dquic_stream_factory.h256 SessionMap active_sessions_; member in class:net::QuicStreamFactory
H A Dquic_stream_factory_test.cc65 return factory->active_sessions_[server_id];

Completed in 321 milliseconds