Searched defs:SSLConnectJob (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/socket/
H A Dssl_client_socket_pool.cc172 SSLConnectJob::SSLConnectJob(const std::string& group_name, function in class:net::SSLConnectJob
204 base::Bind(&SSLConnectJob::OnIOComplete, base::Unretained(this))),
210 SSLConnectJob::~SSLConnectJob() {
215 LoadState SSLConnectJob::GetLoadState() const {
238 void SSLConnectJob::GetAdditionalErrorState(ClientSocketHandle* handle) {
250 void SSLConnectJob::OnIOComplete(int result) {
256 int SSLConnectJob::DoLoop(int result) {
308 int SSLConnectJob
[all...]
H A Dssl_client_socket_pool.h168 // SSLConnectJob handles the SSL handshake after setting up the underlying
170 class SSLConnectJob : public ConnectJob { class in namespace:net
172 // Callback to allow the SSLConnectJob to obtain an SSLConnectJobMessenger to
173 // coordinate connecting. The SSLConnectJob will supply a unique identifer
182 // Note: the SSLConnectJob does not own |messenger| so it must outlive the
184 SSLConnectJob(const std::string& group_name,
197 virtual ~SSLConnectJob();
235 // Tells a waiting SSLConnectJob to resume its SSL connection.
266 base::WeakPtrFactory<SSLConnectJob> weak_factory_;
268 DISALLOW_COPY_AND_ASSIGN(SSLConnectJob);
[all...]

Completed in 223 milliseconds