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

  /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
  /external/chromium/chrome/browser/ui/views/
page_info_bubble_view.h 71 int cert_id_; member in class:PageInfoBubbleView
  /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
  /external/chromium_org/chrome/browser/ui/views/website_settings/
website_settings_popup_view.h 152 // provide a certificate then |cert_id_| is 0.
153 int cert_id_; member in class:WebsiteSettingsPopupView
  /external/chromium/chrome/browser/ui/gtk/
page_info_bubble_gtk.cc 77 int cert_id_; member in class:__anon5069::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:__anon8853::WebsiteSettingsTest

Completed in 150 milliseconds