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

/external/chromium_org/chrome/browser/ssl/
H A Dssl_blocking_page.h40 class SSLBlockingPage : public content::InterstitialPageDelegate { class in inherits:content::InterstitialPageDelegate
60 virtual ~SSLBlockingPage();
69 SSLBlockingPage(content::WebContents* web_contents,
130 DISALLOW_COPY_AND_ASSIGN(SSLBlockingPage);
H A Dssl_blocking_page.cc307 SSLBlockingPage::SSLBlockingPage(content::WebContents* web_contents, function in class:SSLBlockingPage
341 base::Bind(&SSLBlockingPage::OnGotHistoryCount,
378 SSLBlockingPage::~SSLBlockingPage() {
407 void SSLBlockingPage::Show() {
414 std::string SSLBlockingPage::GetHTMLContents() {
536 void SSLBlockingPage::OverrideEntry(NavigationEntry* entry) {
551 void SSLBlockingPage::CommandReceived(const std::string& command) {
598 void SSLBlockingPage
[all...]

Completed in 120 milliseconds