Home | History | Annotate | Download | only in autofill

Lines Matching defs:AccountChooserModel

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 {
64 void AccountChooserModel::SetWalletAccounts(
74 void AccountChooserModel::ClearWalletAccounts() {
83 base::string16 AccountChooserModel::GetActiveWalletAccountName() const {
90 size_t AccountChooserModel::GetActiveWalletAccountIndex() const {
97 bool AccountChooserModel::IsCommandIdChecked(int command_id) const {
101 bool AccountChooserModel::IsCommandIdEnabled(int command_id) const {
109 bool AccountChooserModel::GetAcceleratorForCommandId(
115 void AccountChooserModel::ExecuteCommand(int command_id, int event_flags) {
139 void AccountChooserModel::SetHadWalletError() {
146 void AccountChooserModel::SetHadWalletSigninError() {
151 bool AccountChooserModel::WalletIsSelected() const {
155 void AccountChooserModel::ReconstructMenuItems() {
176 void AccountChooserModel::DoAccountSwitch(int command_id) {