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

  /external/chromium_org/chrome/browser/infobars/
insecure_content_infobar_delegate.cc 19 void InsecureContentInfoBarDelegate::Create(InfoBarService* infobar_service,
22 new InsecureContentInfoBarDelegate(infobar_service, type));
27 InsecureContentInfoBarDelegate* delegate =
44 InsecureContentInfoBarDelegate::InsecureContentInfoBarDelegate(
51 InsecureContentInfoBarDelegate::~InsecureContentInfoBarDelegate() {
54 void InsecureContentInfoBarDelegate::InfoBarDismissed() {
61 InsecureContentInfoBarDelegate*
62 InsecureContentInfoBarDelegate::AsInsecureContentInfoBarDelegate()
    [all...]
insecure_content_infobar_delegate.h 12 class InsecureContentInfoBarDelegate : public ConfirmInfoBarDelegate {
38 InsecureContentInfoBarDelegate(InfoBarService* infobar_service,
40 virtual ~InsecureContentInfoBarDelegate();
44 virtual InsecureContentInfoBarDelegate*
55 DISALLOW_IMPLICIT_CONSTRUCTORS(InsecureContentInfoBarDelegate);

Completed in 43 milliseconds