Searched defs:AutoLoginInfoBarDelegate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/
H A Dauto_login_infobar_delegate.cc48 // This class is created by the AutoLoginInfoBarDelegate when the user wishes to
128 // AutoLoginInfoBarDelegate ---------------------------------------------------
131 bool AutoLoginInfoBarDelegate::Create(content::WebContents* web_contents,
145 typedef AutoLoginInfoBarDelegate Delegate;
151 AutoLoginInfoBarDelegate::AutoLoginInfoBarDelegate(const Params& params, function in class:AutoLoginInfoBarDelegate
167 AutoLoginInfoBarDelegate::~AutoLoginInfoBarDelegate() {
179 void AutoLoginInfoBarDelegate::RecordHistogramAction(Actions action) {
184 void AutoLoginInfoBarDelegate
[all...]
H A Dauto_login_infobar_delegate.h22 class AutoLoginInfoBarDelegate : public ConfirmInfoBarDelegate, class in inherits:ConfirmInfoBarDelegate,SigninManagerBase::Observer
52 AutoLoginInfoBarDelegate(const Params& params, Profile* profile);
53 virtual ~AutoLoginInfoBarDelegate();
62 virtual AutoLoginInfoBarDelegate* AsAutoLoginInfoBarDelegate() OVERRIDE;
79 DISALLOW_COPY_AND_ASSIGN(AutoLoginInfoBarDelegate);

Completed in 66 milliseconds