Searched refs:OnConnectJobComplete (Results 1 – 3 of 3) sorted by relevance
63 virtual void OnConnectJobComplete(int result, ConnectJob* job) = 0;311 virtual void OnConnectJobComplete(int result, ConnectJob* job);723 virtual void OnConnectJobComplete(int result, ConnectJob* job) { in OnConnectJobComplete() function724 return helper_.OnConnectJobComplete(result, job); in OnConnectJobComplete()
111 delegate->OnConnectJobComplete(rv, this); in NotifyDelegateOfCompletion()793 void ClientSocketPoolBaseHelper::OnConnectJobComplete( in OnConnectJobComplete() function in net::internal::ClientSocketPoolBaseHelper1120 pool->OnConnectJobComplete(rv, backup_job); in OnBackupSocketTimerFired()
501 virtual void OnConnectJobComplete(int result, ConnectJob* job) { in OnConnectJobComplete() function in net::__anon6f49baa30211::TestConnectJobDelegate