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).
110 static const int kAutofillItemId; member in class:autofill::AccountChooserModel
H A Daccount_chooser_model.cc23 const int AccountChooserModel::kAutofillItemId = 1; member in class:autofill::AccountChooserModel
36 kAutofillItemId : kActiveWalletItemId),
50 ExecuteCommand(kAutofillItemId, 0);
76 if (command_id != kAutofillItemId && HadWalletError())
94 if (command_id == kAutofillItemId) {
97 } else if (checked_item_ == kAutofillItemId) {
115 ExecuteCommand(kAutofillItemId, 0);
124 ExecuteCommand(kAutofillItemId, 0);
128 return checked_item_ != kAutofillItemId;
152 AddCheckItemWithStringId(kAutofillItemId,
[all...]

Completed in 70 milliseconds