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

  /external/chromium_org/chrome/browser/ui/autofill/
account_chooser_model.cc 23 const int AccountChooserModel::kWalletAddAccountId = 0;
24 const int AccountChooserModel::kAutofillItemId = 1;
25 const int AccountChooserModel::kWalletAccountsStartId = 2;
29 AccountChooserModel::AccountChooserModel(
49 AccountChooserModel::~AccountChooserModel() {}
51 void AccountChooserModel::SelectWalletAccount(size_t user_index) {
56 void AccountChooserModel::SelectUseAutofill() {
60 bool AccountChooserModel::HasAccountsToChoose() const
    [all...]
account_chooser_model.h 22 class AccountChooserModel;
24 // A delegate interface to allow the AccountChooserModel to inform its owner
46 class AccountChooserModel : public ui::SimpleMenuModel,
51 AccountChooserModel(AccountChooserModelDelegate* delegate,
55 virtual ~AccountChooserModel();
133 DISALLOW_COPY_AND_ASSIGN(AccountChooserModel);
account_chooser_model_unittest.cc 20 class TestAccountChooserModel : public AccountChooserModel {
26 : AccountChooserModel(delegate, profile, disable_wallet, metric_logger) {}
29 using AccountChooserModel::kWalletAccountsStartId;
30 using AccountChooserModel::kWalletAddAccountId;
31 using AccountChooserModel::kAutofillItemId;
autofill_dialog_controller_impl.h 316 AccountChooserModel* AccountChooserModelForTesting();
644 // The AccountChooserModel acts as the MenuModel for the account chooser,
646 scoped_ptr<AccountChooserModel> account_chooser_model_;
    [all...]
autofill_dialog_controller_browsertest.cc     [all...]
autofill_dialog_controller_impl.cc 821 new AccountChooserModel(this,
    [all...]

Completed in 7790 milliseconds