HomeSort by relevance Sort by last modified time
    Searched defs:SSLErrorHandler (Results 1 - 2 of 2) 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...]

Completed in 254 milliseconds