HomeSort by relevance Sort by last modified time
    Searched refs:kAutofillItemId (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/ui/autofill/
account_chooser_model.cc 22 const int AccountChooserModel::kAutofillItemId = 1;
41 checked_item_ = kAutofillItemId;
55 checked_item_ = kAutofillItemId;
101 if (command_id != kAutofillItemId && had_wallet_error_)
119 if (command_id == kAutofillItemId) {
125 } else if (checked_item_ == kAutofillItemId) {
141 DoAccountSwitch(kAutofillItemId);
146 DoAccountSwitch(kAutofillItemId);
150 return checked_item_ != kAutofillItemId;
170 AddCheckItemWithStringId(kAutofillItemId,
    [all...]
account_chooser_model.h 106 // kAutofillItemId is "Pay without the Wallet" (local autofill data).
107 static const int kAutofillItemId;
account_chooser_model_unittest.cc 31 using AccountChooserModel::kAutofillItemId;
180 model()->ExecuteCommand(TestAccountChooserModel::kAutofillItemId, 0);
216 model()->ExecuteCommand(TestAccountChooserModel::kAutofillItemId, 0);

Completed in 261 milliseconds