Home
last modified time | relevance | path

Searched refs:had_user_interaction_ (Results 1 – 2 of 2) 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