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

  /external/chromium_org/chrome/browser/ui/webui/
certificate_viewer_webui.h 28 class CertificateViewerDialog : private ui::WebDialogDelegate {
33 explicit CertificateViewerDialog(net::X509Certificate* cert);
34 virtual ~CertificateViewerDialog();
66 DISALLOW_COPY_AND_ASSIGN(CertificateViewerDialog);
73 CertificateViewerDialogHandler(CertificateViewerDialog* dialog,
102 CertificateViewerDialog* dialog_;
certificate_viewer_webui.cc 33 CertificateViewerDialog* dialog = new CertificateViewerDialog(cert);
38 // CertificateViewerDialog
40 CertificateViewerDialog::CertificateViewerDialog(net::X509Certificate* cert)
50 CertificateViewerDialog::~CertificateViewerDialog() {
53 void CertificateViewerDialog::Show(WebContents* web_contents,
64 ui::ModalType CertificateViewerDialog::GetDialogModalType() const {
68 base::string16 CertificateViewerDialog::GetDialogTitle() const
    [all...]

Completed in 79 milliseconds