Home | History | Annotate | Download | only in ssl

Lines Matching refs:SSLErrorHandler

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);