Searched defs:cert_id_ (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/
H A Dload_from_memory_cache_details.h23 int ssl_cert_id() const { return cert_id_; }
29 int cert_id_; member in class:LoadFromMemoryCacheDetails
/external/chromium/chrome/browser/ui/views/
H A Dpage_info_bubble_view.h71 int cert_id_; member in class:PageInfoBubbleView
/external/chromium_org/chrome/browser/ui/gtk/website_settings/
H A Dwebsite_settings_popup_gtk.h124 // 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
/external/chromium_org/chrome/browser/ui/views/website_settings/
H A Dwebsite_settings_popup_view.h155 // provide a certificate then |cert_id_| is 0.
156 int cert_id_; member in class:WebsiteSettingsPopupView
/external/chromium_org/chrome/browser/ui/website_settings/
H A Dwebsite_settings.h160 // 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
H A Dwebsite_settings_unittest.cc77 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:__anon6715::WebsiteSettingsTest
/external/chromium/chrome/browser/ui/gtk/
H A Dpage_info_bubble_gtk.cc77 int cert_id_; member in class:__anon2666::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

Completed in 270 milliseconds