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 22 const int AccountChooserModel::kActiveWalletItemId = 0;
23 const int AccountChooserModel::kAutofillItemId = 1;
27 AccountChooserModel::AccountChooserModel(
42 AccountChooserModel::~AccountChooserModel() {
45 void AccountChooserModel::SelectActiveWalletAccount() {
49 void AccountChooserModel::SelectUseAutofill() {
53 bool AccountChooserModel::HasAccountsToChoose() const {
57 void AccountChooserModel::SetActiveWalletAccountName
    [all...]
account_chooser_model.h 21 // A delegate interface to allow the AccountChooserModel to inform its owner
40 class AccountChooserModel : public ui::SimpleMenuModel,
43 AccountChooserModel(AccountChooserModelDelegate* delegate,
47 virtual ~AccountChooserModel();
133 DISALLOW_COPY_AND_ASSIGN(AccountChooserModel);

Completed in 65 milliseconds