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::MenuWillShow() {
55 void AccountChooserModel::SelectWalletAccount(size_t user_index) {
60 void AccountChooserModel::SelectUseAutofill()
    [all...]
account_chooser_model.h 22 class AccountChooserModel;
24 // A delegate interface to allow the AccountChooserModel to inform its owner
49 class AccountChooserModel : public ui::SimpleMenuModel,
54 AccountChooserModel(AccountChooserModelDelegate* delegate,
58 virtual ~AccountChooserModel();
137 DISALLOW_COPY_AND_ASSIGN(AccountChooserModel);

Completed in 413 milliseconds