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

  /external/chromium_org/chrome/browser/ui/autofill/
account_chooser_model.cc 23 const int AccountChooserModel::kAutofillItemId = 1;
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...]
account_chooser_model.h 106 // kAutofillItemId is "Pay without the Wallet" (local autofill data).
110 static const int kAutofillItemId;
account_chooser_model_unittest.cc 28 using AccountChooserModel::kAutofillItemId;
151 model()->ExecuteCommand(TestAccountChooserModel::kAutofillItemId, 0);
autofill_dialog_controller_unittest.cc 180 using AccountChooserModel::kAutofillItemId;
411 TestAccountChooserModel::kAutofillItemId);
    [all...]

Completed in 575 milliseconds