Searched refs:AccountChooserModel (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Daccount_chooser_model.cc21 const int AccountChooserModel::kWalletAddAccountId = 0;
22 const int AccountChooserModel::kAutofillItemId = 1;
23 const int AccountChooserModel::kWalletAccountsStartId = 2;
27 AccountChooserModel::AccountChooserModel( function in class:autofill::AccountChooserModel
47 AccountChooserModel::~AccountChooserModel() {}
49 void AccountChooserModel::SelectWalletAccount(size_t user_index) {
54 void AccountChooserModel::SelectUseAutofill() {
58 bool AccountChooserModel
[all...]
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_unittest.cc20 class TestAccountChooserModel : public AccountChooserModel {
26 : AccountChooserModel(delegate, profile, disable_wallet, metric_logger) {}
29 using AccountChooserModel::kWalletAccountsStartId;
30 using AccountChooserModel::kWalletAddAccountId;
31 using AccountChooserModel::kAutofillItemId;
H A Dautofill_dialog_controller_impl.h321 AccountChooserModel* AccountChooserModelForTesting();
651 // The AccountChooserModel acts as the MenuModel for the account chooser,
653 scoped_ptr<AccountChooserModel> account_chooser_model_;
H A Dautofill_dialog_controller_browsertest.cc1196 AccountChooserModel* account_chooser_model =
1247 AccountChooserModel* account_chooser_model =
H A Dautofill_dialog_controller_impl.cc850 new AccountChooserModel(this,
2803 AccountChooserModel* AutofillDialogControllerImpl::

Completed in 1430 milliseconds