HomeSort by relevance Sort by last modified time
    Searched refs:kWalletAccountsStartId (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/ui/autofill/
account_chooser_model.cc 25 const int AccountChooserModel::kWalletAccountsStartId = 2;
36 checked_item_(kWalletAccountsStartId),
53 checked_item_ = kWalletAccountsStartId + user_index;
77 checked_item_ = kWalletAccountsStartId;
94 return checked_item_ - kWalletAccountsStartId;
160 int item_id = kWalletAccountsStartId + i;
163 } else if (checked_item_ == kWalletAccountsStartId) {
166 AddCheckItem(kWalletAccountsStartId,
account_chooser_model_unittest.cc 29 using AccountChooserModel::kWalletAccountsStartId;
134 TestAccountChooserModel::kWalletAccountsStartId));
139 TestAccountChooserModel::kWalletAccountsStartId));
149 TestAccountChooserModel::kWalletAccountsStartId));
162 TestAccountChooserModel::kWalletAccountsStartId));
175 TestAccountChooserModel::kWalletAccountsStartId));
192 model()->ExecuteCommand(TestAccountChooserModel::kWalletAccountsStartId, 0);
207 TestAccountChooserModel::kWalletAccountsStartId));
209 TestAccountChooserModel::kWalletAccountsStartId + 1));
214 model()->ExecuteCommand(TestAccountChooserModel::kWalletAccountsStartId, 0)
    [all...]
account_chooser_model.h 109 static const int kWalletAccountsStartId;

Completed in 32 milliseconds