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

  /external/chromium_org/chrome/browser/infobars/
insecure_content_infobar_delegate.cc 21 void InsecureContentInfoBarDelegate::Create(InfoBarService* infobar_service,
25 new InsecureContentInfoBarDelegate(type))));
31 InsecureContentInfoBarDelegate* delegate =
48 InsecureContentInfoBarDelegate::InsecureContentInfoBarDelegate(InfoBarType type)
53 InsecureContentInfoBarDelegate::~InsecureContentInfoBarDelegate() {
56 void InsecureContentInfoBarDelegate::InfoBarDismissed() {
63 InsecureContentInfoBarDelegate*
64 InsecureContentInfoBarDelegate::AsInsecureContentInfoBarDelegate()
    [all...]
insecure_content_infobar_delegate.h 14 class InsecureContentInfoBarDelegate : public ConfirmInfoBarDelegate {
40 explicit InsecureContentInfoBarDelegate(InfoBarType type);
41 virtual ~InsecureContentInfoBarDelegate();
45 virtual InsecureContentInfoBarDelegate*
56 DISALLOW_IMPLICIT_CONSTRUCTORS(InsecureContentInfoBarDelegate);
infobar_service.cc 120 InsecureContentInfoBarDelegate::Create(
121 this, InsecureContentInfoBarDelegate::DISPLAY);
125 InsecureContentInfoBarDelegate::Create(this,
126 InsecureContentInfoBarDelegate::RUN);
  /external/chromium_org/components/infobars/core/
infobar_delegate.h 15 class InsecureContentInfoBarDelegate;
107 virtual InsecureContentInfoBarDelegate* AsInsecureContentInfoBarDelegate();
infobar_delegate.cc 59 InsecureContentInfoBarDelegate*

Completed in 1608 milliseconds