Searched defs:AccountChooserModel (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Daccount_chooser_model.h22 class AccountChooserModel;
24 // A delegate interface to allow the AccountChooserModel to inform its owner
46 class AccountChooserModel : public ui::SimpleMenuModel, class in namespace:autofill
51 AccountChooserModel(AccountChooserModelDelegate* delegate,
55 virtual ~AccountChooserModel();
133 DISALLOW_COPY_AND_ASSIGN(AccountChooserModel);
H A Daccount_chooser_model.cc23 const int AccountChooserModel::kWalletAddAccountId = 0;
24 const int AccountChooserModel::kAutofillItemId = 1;
25 const int AccountChooserModel::kWalletAccountsStartId = 2;
29 AccountChooserModel::AccountChooserModel( function in class:autofill::AccountChooserModel
49 AccountChooserModel::~AccountChooserModel() {}
51 void AccountChooserModel::SelectWalletAccount(size_t user_index) {
56 void AccountChooserModel::SelectUseAutofill() {
60 bool AccountChooserModel
[all...]

Completed in 250 milliseconds