Home
last modified time | relevance | path

Searched refs:cert_id_ (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/ui/views/
Dpage_info_bubble_view.cc95 cert_id_(ssl.cert_id()), in PageInfoBubbleView()
101 if (cert_id_ > 0) { in PageInfoBubbleView()
103 CertStore::GetInstance()->RetrieveCert(cert_id_, &cert); in PageInfoBubbleView()
108 cert_id_ = 0; in PageInfoBubbleView()
117 ShowCertificateViewerByID(parent_window_, cert_id_); in ShowCertDialog()
150 layout->AddView(new Section(this, info, icon, cert_id_ > 0)); in LayoutSections()
176 Section section(this, info, icon, cert_id_ > 0); in GetPreferredSize()
Dpage_info_bubble_view.h71 int cert_id_; variable
/external/chromium/chrome/browser/
Dload_from_memory_cache_details.h23 int ssl_cert_id() const { return cert_id_; } in ssl_cert_id()
29 int cert_id_; variable
Dload_from_memory_cache_details.cc14 cert_id_(cert_id), in LoadFromMemoryCacheDetails()
/external/chromium/chrome/browser/ui/gtk/
Dpage_info_bubble_gtk.cc77 int cert_id_; member in __anonb55eea960111::PageInfoBubbleGtk
110 cert_id_(ssl.cert_id()), in PageInfoBubbleGtk()
251 if (section.type == PageInfoModel::SECTION_INFO_IDENTITY && cert_id_ > 0) { in CreateSection()
268 ShowCertificateViewerByID(GTK_WINDOW(parent_), cert_id_); in OnViewCertLinkClicked()