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 24 const int AccountChooserModel::kAutofillItemId = 1;
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...]
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;
185 model()->ExecuteCommand(TestAccountChooserModel::kAutofillItemId, 0);
221 model()->ExecuteCommand(TestAccountChooserModel::kAutofillItemId, 0);

Completed in 187 milliseconds