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

  /external/chromium_org/content/browser/ssl/
ssl_error_handler.cc 21 SSLErrorHandler::SSLErrorHandler(const base::WeakPtr<Delegate>& delegate,
46 SSLErrorHandler::~SSLErrorHandler() {}
48 void SSLErrorHandler::OnDispatchFailed() {
52 void SSLErrorHandler::OnDispatched() {
56 SSLCertErrorHandler* SSLErrorHandler::AsSSLCertErrorHandler() {
60 void SSLErrorHandler::Dispatch() {
82 void SSLErrorHandler::CancelRequest() {
89 &SSLErrorHandler::CompleteCancelRequest, this, net::ERR_ABORTED))
    [all...]
ssl_error_handler.h 29 // An SSLErrorHandler carries information from the IO thread to the UI thread
43 class SSLErrorHandler : public base::RefCountedThreadSafe<SSLErrorHandler> {
49 // SSLErrorHandler makes a decision on the SSL error.
52 // Called when SSLErrorHandler decides to cancel the request because of
58 // Called when SSLErrorHandler decides to continue the request despite the
107 friend class base::RefCountedThreadSafe<SSLErrorHandler>;
110 SSLErrorHandler(const base::WeakPtr<Delegate>& delegate,
117 virtual ~SSLErrorHandler();
167 DISALLOW_COPY_AND_ASSIGN(SSLErrorHandler);
    [all...]
ssl_cert_error_handler.cc 23 : SSLErrorHandler(delegate,
ssl_cert_error_handler.h 19 class SSLCertErrorHandler : public SSLErrorHandler {
39 // SSLErrorHandler methods
ssl_manager.h 52 const base::WeakPtr<SSLErrorHandler::Delegate>& delegate,
ssl_manager.cc 51 const base::WeakPtr<SSLErrorHandler::Delegate>& delegate,
  /external/chromium_org/content/browser/renderer_host/
socket_stream_dispatcher_host.h 33 public SSLErrorHandler::Delegate {
67 // SSLErrorHandler::Delegate methods:
websocket_host.cc 119 class SSLErrorHandlerDelegate : public SSLErrorHandler::Delegate {
125 base::WeakPtr<SSLErrorHandler::Delegate> GetWeakPtr();
127 // SSLErrorHandler::Delegate methods
299 base::WeakPtr<SSLErrorHandler::Delegate>
  /external/chromium_org/content/browser/loader/
resource_loader.h 28 public SSLErrorHandler::Delegate,
75 // SSLErrorHandler::Delegate implementation:

Completed in 524 milliseconds