/external/chromium/chrome/browser/ |
load_from_memory_cache_details.h | 23 int ssl_cert_id() const { return cert_id_; } 29 int cert_id_; member in class:LoadFromMemoryCacheDetails
|
load_from_memory_cache_details.cc | 14 cert_id_(cert_id),
|
/external/chromium/chrome/browser/ui/views/ |
page_info_bubble_view.h | 71 int cert_id_; member in class:PageInfoBubbleView
|
page_info_bubble_view.cc | 95 cert_id_(ssl.cert_id()), 101 if (cert_id_ > 0) { 103 CertStore::GetInstance()->RetrieveCert(cert_id_, &cert); 108 cert_id_ = 0; 117 ShowCertificateViewerByID(parent_window_, cert_id_); 150 layout->AddView(new Section(this, info, icon, cert_id_ > 0)); 176 Section section(this, info, icon, cert_id_ > 0);
|
/external/chromium/chrome/browser/ui/gtk/ |
page_info_bubble_gtk.cc | 77 int cert_id_; member in class:__anon2356::PageInfoBubbleGtk 110 cert_id_(ssl.cert_id()), 251 if (section.type == PageInfoModel::SECTION_INFO_IDENTITY && cert_id_ > 0) { 268 ShowCertificateViewerByID(GTK_WINDOW(parent_), cert_id_); local
|
/external/chromium_org/chrome/browser/ui/website_settings/ |
website_settings.h | 160 // For secure connection |cert_id_| is set to the ID of the server 161 // certificate. For non secure connections |cert_id_| is 0. 162 int cert_id_; member in class:WebsiteSettings
|
website_settings_unittest.cc | 77 WebsiteSettingsTest() : cert_id_(0), url_("http://www.example.com") {} 88 cert_id_ = 1; 101 EXPECT_CALL(cert_store_, RetrieveCert(cert_id_, _) ) 126 int cert_id() { return cert_id_; } 150 int cert_id_; member in class:__anon6405::WebsiteSettingsTest
|
website_settings.cc | 140 cert_id_(0), 313 cert_id_ = ssl.cert_id; 653 info.cert_id = cert_id_;
|
/external/chromium_org/chrome/browser/ui/gtk/website_settings/ |
website_settings_popup_gtk.h | 124 // For secure connection |cert_id_| is set to the ID of the server 125 // certificate. For non secure connections |cert_id_| is 0. 126 int cert_id_; member in class:WebsiteSettingsPopupGtk
|
website_settings_popup_gtk.cc | 216 cert_id_(0), 524 cert_id_ = identity_info.cert_id; 721 DCHECK_NE(cert_id_, 0); 722 ShowCertificateViewerByID(web_contents_, GTK_WINDOW(parent_), cert_id_);
|
/external/chromium_org/chrome/browser/ui/views/website_settings/ |
website_settings_popup_view.h | 155 // provide a certificate then |cert_id_| is 0. 156 int cert_id_; member in class:WebsiteSettingsPopupView
|
website_settings_popup_view.cc | 291 cert_id_(0), 523 cert_id_ = identity_info.cert_id; 757 ShowCertificateViewerByID(web_contents_, parent, cert_id_);
|