Home
last modified time | relevance | path

Searched refs:had_user_interaction_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/autofill/
Dautofill_cc_infobar_delegate.cc26 had_user_interaction_(false) { in AutofillCCInfoBarDelegate()
35 DCHECK(!had_user_interaction_); in LogUserAction()
38 had_user_interaction_ = true; in LogUserAction()
50 if (!had_user_interaction_) in InfoBarClosed()
Dautofill_cc_infobar_delegate.h63 bool had_user_interaction_; variable
/external/chromium_org/chrome/browser/autofill/
Dautofill_cc_infobar_delegate.cc39 had_user_interaction_(false) { in AutofillCCInfoBarDelegate()
44 if (!had_user_interaction_) in ~AutofillCCInfoBarDelegate()
50 DCHECK(!had_user_interaction_); in LogUserAction()
53 had_user_interaction_ = true; in LogUserAction()
Dautofill_cc_infobar_delegate.h73 bool had_user_interaction_; variable