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

/external/chromium_org/content/browser/ssl/
H A Dssl_error_handler.cc21 SSLErrorHandler::SSLErrorHandler(const base::WeakPtr<Delegate>& delegate, function in class:content::SSLErrorHandler
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
[all...]
H A Dssl_error_handler.h29 // An SSLErrorHandler carries information from the IO thread to the UI thread
43 class SSLErrorHandler : public base::RefCountedThreadSafe<SSLErrorHandler> { class in namespace:content
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...]

Completed in 1186 milliseconds