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

/external/chromium_org/net/socket/
H A Dssl_session_cache_openssl.cc278 typedef std::list<SSL_SESSION*> MRUSessionList; typedef in class:net::SSLSessionCacheOpenSSLImpl
280 typedef base::hash_map<std::string, MRUSessionList::iterator> KeyIndex;
331 MRUSessionList::iterator it = ordering_.begin();
444 MRUSessionList::reverse_iterator it = ordering_.rbegin();
490 MRUSessionList ordering_;

Completed in 730 milliseconds