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

  /external/chromium/chrome/browser/tab_contents/
tab_contents_ssl_helper.h 18 class TabContentsSSLHelper : public RenderViewHostDelegate::SSL {
20 explicit TabContentsSSLHelper(TabContents* tab_contents);
21 virtual ~TabContentsSSLHelper();
45 DISALLOW_COPY_AND_ASSIGN(TabContentsSSLHelper);
tab_contents_ssl_helper.cc 105 // TabContentsSSLHelper::SSLAddCertData ---------------------------------------
107 class TabContentsSSLHelper::SSLAddCertData : public NotificationObserver {
133 TabContentsSSLHelper::SSLAddCertData::SSLAddCertData(TabContents* tab_contents)
141 TabContentsSSLHelper::SSLAddCertData::~SSLAddCertData() {
144 void TabContentsSSLHelper::SSLAddCertData::ShowInfoBar(
153 void TabContentsSSLHelper::SSLAddCertData::ShowErrorInfoBar(
159 void TabContentsSSLHelper::SSLAddCertData::Observe(
172 // TabContentsSSLHelper -------------------------------------------------------
174 TabContentsSSLHelper::TabContentsSSLHelper(TabContents* tab_contents
    [all...]

Completed in 31 milliseconds