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

/external/chromium_org/chrome/browser/ui/autofill/
H A Daccount_chooser_model.h106 // kAutofillItemId is "Pay without the Wallet" (local autofill data).
107 static const int kAutofillItemId; member in class:autofill::AccountChooserModel
H A Daccount_chooser_model.cc24 const int AccountChooserModel::kAutofillItemId = 1; member in class:autofill::AccountChooserModel
43 checked_item_ = kAutofillItemId;
57 checked_item_ = kAutofillItemId;
103 if (command_id != kAutofillItemId && had_wallet_error_)
121 if (command_id == kAutofillItemId) {
127 } else if (checked_item_ == kAutofillItemId) {
143 DoAccountSwitch(kAutofillItemId);
148 DoAccountSwitch(kAutofillItemId);
152 return checked_item_ != kAutofillItemId;
172 AddCheckItemWithStringId(kAutofillItemId,
[all...]

Completed in 50 milliseconds