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

  /external/chromium_org/chrome/browser/ssl/
ssl_blocking_page.h 40 class SSLBlockingPage : public content::InterstitialPageDelegate {
60 virtual ~SSLBlockingPage();
69 SSLBlockingPage(content::WebContents* web_contents,
130 DISALLOW_COPY_AND_ASSIGN(SSLBlockingPage);
ssl_blocking_page.cc 307 SSLBlockingPage::SSLBlockingPage(content::WebContents* web_contents,
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::OverrideRendererPrefs
    [all...]

Completed in 155 milliseconds