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

  /external/chromium_org/chrome/browser/ui/
auto_login_infobar_delegate.cc 52 // This class is created by the AutoLoginInfoBarDelegate when the user wishes to
126 // AutoLoginInfoBarDelegate ---------------------------------------------------
129 bool AutoLoginInfoBarDelegate::Create(content::WebContents* web_contents,
143 typedef AutoLoginInfoBarDelegate Delegate;
149 AutoLoginInfoBarDelegate::AutoLoginInfoBarDelegate(const Params& params,
159 AutoLoginInfoBarDelegate::~AutoLoginInfoBarDelegate() {
164 void AutoLoginInfoBarDelegate::InfoBarDismissed() {
169 int AutoLoginInfoBarDelegate::GetIconID() const
    [all...]
auto_login_infobar_delegate.h 22 class AutoLoginInfoBarDelegate : public ConfirmInfoBarDelegate,
41 AutoLoginInfoBarDelegate(const Params& params, Profile* profile);
42 virtual ~AutoLoginInfoBarDelegate();
60 virtual AutoLoginInfoBarDelegate* AsAutoLoginInfoBarDelegate() OVERRIDE;
81 DISALLOW_COPY_AND_ASSIGN(AutoLoginInfoBarDelegate);
auto_login_prompter.h 30 typedef AutoLoginInfoBarDelegate::Params Params;
auto_login_prompter.cc 141 infobar_shown_ = AutoLoginInfoBarDelegate::Create(web_contents(), params_);
  /external/chromium_org/chrome/browser/infobars/
infobar_delegate.h 13 class AutoLoginInfoBarDelegate;
87 virtual AutoLoginInfoBarDelegate* AsAutoLoginInfoBarDelegate();
infobar_delegate.cc 54 AutoLoginInfoBarDelegate* InfoBarDelegate::AsAutoLoginInfoBarDelegate() {
  /external/chromium_org/chrome/browser/ui/android/infobars/
auto_login_infobar_delegate_android.h 12 class AutoLoginInfoBarDelegateAndroid : public AutoLoginInfoBarDelegate {
17 // AutoLoginInfoBarDelegate:
auto_login_infobar_delegate_android.cc 27 : AutoLoginInfoBarDelegate(params, profile),

Completed in 284 milliseconds