HomeSort by relevance Sort by last modified time
    Searched refs:CancelWithSSLError (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/content/browser/renderer_host/
socket_stream_host.h 55 // Following CancelWithError, CancelWithSSLError, and ContinueDespiteError
62 void CancelWithSSLError(const net::SSLInfo& ssl_info);
socket_stream_host.cc 88 void SocketStreamHost::CancelWithSSLError(const net::SSLInfo& ssl_info) {
89 VLOG(1) << "SocketStreamHost::CancelWithSSLError";
92 job_->CancelWithSSLError(ssl_info);
socket_stream_dispatcher_host.cc 177 socket_stream_host->CancelWithSSLError(*ssl_info);
  /external/chromium_org/net/socket_stream/
socket_stream_job.cc 73 void SocketStreamJob::CancelWithSSLError(const net::SSLInfo& ssl_info) {
74 socket_->CancelWithSSLError(ssl_info);
socket_stream_job.h 70 virtual void CancelWithSSLError(const net::SSLInfo& ssl_info);
socket_stream.h 176 void CancelWithSSLError(const SSLInfo& ssl_info);
socket_stream.cc 66 socket->CancelWithSSLError(ssl_info);
307 void SocketStream::CancelWithSSLError(const SSLInfo& ssl_info) {
    [all...]
  /external/chromium_org/net/url_request/
url_request.h 574 void CancelWithSSLError(int error, const SSLInfo& ssl_info);
    [all...]
url_request.cc 650 void URLRequest::CancelWithSSLError(int error, const SSLInfo& ssl_info) {
    [all...]
  /external/chromium_org/content/browser/loader/
resource_loader.cc 421 request_->CancelWithSSLError(error, *ssl_info);

Completed in 305 milliseconds