HomeSort by relevance Sort by last modified time
    Searched defs:AccountChooserModel (Results 1 - 2 of 2) 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);

Completed in 91 milliseconds