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;
61 checked_item_ = kAutofillItemId;
107 if (command_id != kAutofillItemId && had_wallet_error_)
125 if (command_id == kAutofillItemId) {
131 } else if (checked_item_ == kAutofillItemId) {
158 ExecuteCommand(kAutofillItemId, 0);
163 ExecuteCommand(kAutofillItemId, 0);
167 return checked_item_ != kAutofillItemId;
187 AddCheckItemWithStringId(kAutofillItemId,
    [all...]
account_chooser_model.h 113 // kAutofillItemId is "Pay without the Wallet" (local autofill data).
114 static const int kAutofillItemId;
account_chooser_model_unittest.cc 29 using AccountChooserModel::kAutofillItemId;
184 model()->ExecuteCommand(TestAccountChooserModel::kAutofillItemId, 0);
220 model()->ExecuteCommand(TestAccountChooserModel::kAutofillItemId, 0);

Completed in 33 milliseconds