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

  /external/chromium_org/chrome/browser/ui/webui/
certificate_viewer_webui.h 28 class CertificateViewerModalDialog : public ui::WebDialogDelegate {
33 explicit CertificateViewerModalDialog(
35 virtual ~CertificateViewerModalDialog();
69 DISALLOW_COPY_AND_ASSIGN(CertificateViewerModalDialog);
76 class CertificateViewerDialog : public CertificateViewerModalDialog {
84 // CertificateViewerModalDialog overrides.
105 CertificateViewerDialogHandler(CertificateViewerModalDialog* dialog,
134 CertificateViewerModalDialog* dialog_;
certificate_viewer_webui.cc 41 CertificateViewerModalDialog::CertificateViewerModalDialog(
51 CertificateViewerModalDialog::~CertificateViewerModalDialog() {
54 void CertificateViewerModalDialog::Show(content::WebContents* web_contents,
62 CertificateViewerModalDialog::GetNativeWebContentsModalDialog() {
71 ui::ModalType CertificateViewerModalDialog::GetDialogModalType() const {
75 base::string16 CertificateViewerModalDialog::GetDialogTitle() const {
79 GURL CertificateViewerModalDialog::GetDialogContentURL() const {
83 void CertificateViewerModalDialog::GetWebUIMessageHandlers
    [all...]

Completed in 35 milliseconds