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

/external/chromium_org/net/socket/
H A Dssl_client_socket.h87 virtual std::string GetSessionCacheKey() const = 0;
H A Dssl_client_socket_nss.h71 virtual std::string GetSessionCacheKey() const OVERRIDE;
H A Dssl_client_socket_openssl.cc197 static std::string GetSessionCacheKey(const SSL* ssl) { function in class:net::SSLClientSocketOpenSSL::SSLContext
200 return socket->GetSessionCacheKey();
321 &GetSessionCacheKey, // key_func
372 std::string SSLClientSocketOpenSSL::GetSessionCacheKey() const { function in class:net::SSLClientSocketOpenSSL
381 std::string cache_key = GetSessionCacheKey();
705 ssl_, GetSessionCacheKey());
H A Dssl_client_socket_openssl.h62 virtual std::string GetSessionCacheKey() const OVERRIDE;
H A Dsocket_test_util.h706 virtual std::string GetSessionCacheKey() const OVERRIDE;
968 virtual std::string GetSessionCacheKey() const OVERRIDE;
H A Dsocket_test_util.cc767 std::string MockClientSocket::GetSessionCacheKey() const { function in class:net::MockClientSocket
1398 std::string MockSSLClientSocket::GetSessionCacheKey() const { function in class:net::MockSSLClientSocket
H A Dssl_client_socket_pool.cc412 messenger_ = get_messenger_callback_.Run(ssl_socket_->GetSessionCacheKey());
H A Dssl_client_socket_nss.cc2816 std::string SSLClientSocketNSS::GetSessionCacheKey() const { function in class:net::SSLClientSocketNSS
/external/chromium_org/chrome/browser/extensions/api/socket/
H A Dtls_socket_unittest.cc63 MOCK_CONST_METHOD0(GetSessionCacheKey, std::string());

Completed in 176 milliseconds