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

  /external/chromium/chrome/browser/ssl/
ssl_error_handler.cc 16 SSLErrorHandler::SSLErrorHandler(ResourceDispatcherHost* rdh,
45 SSLErrorHandler::~SSLErrorHandler() {}
47 void SSLErrorHandler::OnDispatchFailed() {
51 void SSLErrorHandler::OnDispatched() {
55 SSLCertErrorHandler* SSLErrorHandler::AsSSLCertErrorHandler() {
59 void SSLErrorHandler::Dispatch() {
75 TabContents* SSLErrorHandler::GetTabContents() {
80 void SSLErrorHandler::CancelRequest()
    [all...]
ssl_error_handler.h 26 // An SSLErrorHandler carries information from the IO thread to the UI thread
40 class SSLErrorHandler : public base::RefCountedThreadSafe<SSLErrorHandler> {
84 friend class base::RefCountedThreadSafe<SSLErrorHandler>;
87 SSLErrorHandler(ResourceDispatcherHost* resource_dispatcher_host,
91 virtual ~SSLErrorHandler();
141 DISALLOW_COPY_AND_ASSIGN(SSLErrorHandler);

Completed in 39 milliseconds