Searched refs:kWalletAccountsStartId (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Daccount_chooser_model.cc23 const int AccountChooserModel::kWalletAccountsStartId = 2; member in class:autofill::AccountChooserModel
34 checked_item_(kWalletAccountsStartId),
51 checked_item_ = kWalletAccountsStartId + user_index;
75 checked_item_ = kWalletAccountsStartId;
92 return checked_item_ - kWalletAccountsStartId;
158 int item_id = kWalletAccountsStartId + i;
161 } else if (checked_item_ == kWalletAccountsStartId) {
164 AddCheckItem(kWalletAccountsStartId,
H A Daccount_chooser_model_unittest.cc29 using AccountChooserModel::kWalletAccountsStartId;
129 TestAccountChooserModel::kWalletAccountsStartId));
134 TestAccountChooserModel::kWalletAccountsStartId));
144 TestAccountChooserModel::kWalletAccountsStartId));
157 TestAccountChooserModel::kWalletAccountsStartId));
170 TestAccountChooserModel::kWalletAccountsStartId));
187 model()->ExecuteCommand(TestAccountChooserModel::kWalletAccountsStartId, 0);
202 TestAccountChooserModel::kWalletAccountsStartId));
204 TestAccountChooserModel::kWalletAccountsStartId + 1));
209 model()->ExecuteCommand(TestAccountChooserModel::kWalletAccountsStartId,
[all...]
H A Daccount_chooser_model.h109 static const int kWalletAccountsStartId; member in class:autofill::AccountChooserModel

Completed in 84 milliseconds