OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SSLErrorHandler
(Results
1 - 4
of
4
) 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
);
/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() {
83
void
SSLErrorHandler
::CancelRequest() {
90
&
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 744 milliseconds