Searched defs:kWalletAccountsStartId (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Daccount_chooser_model.h109 static const int kWalletAccountsStartId; member in class:autofill::AccountChooserModel
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,

Completed in 75 milliseconds