OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SSLBlockingPage
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ssl/
ssl_blocking_page.cc
45
SSLBlockingPage
::
SSLBlockingPage
(SSLCertErrorHandler* handler,
56
SSLBlockingPage
::~
SSLBlockingPage
() {
64
std::string
SSLBlockingPage
::GetHTMLContents() {
101
void
SSLBlockingPage
::UpdateEntry(NavigationEntry* entry) {
116
void
SSLBlockingPage
::CommandReceived(const std::string& command) {
124
void
SSLBlockingPage
::Proceed() {
134
void
SSLBlockingPage
::DontProceed() {
141
void
SSLBlockingPage
::NotifyDenyCertificate()
[
all
...]
ssl_blocking_page.h
22
class
SSLBlockingPage
: public InterstitialPage {
24
// An interface that classes that want to interact with the
SSLBlockingPage
49
SSLBlockingPage
(SSLCertErrorHandler* handler, Delegate* delegate,
51
virtual ~
SSLBlockingPage
();
86
DISALLOW_COPY_AND_ASSIGN(
SSLBlockingPage
);
Completed in 60 milliseconds