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),
57 checked_item_ = kWalletAccountsStartId + user_index;
81 checked_item_ = kWalletAccountsStartId;
98 return checked_item_ - kWalletAccountsStartId;
175 int item_id = kWalletAccountsStartId + i;
178 } else if (checked_item_ == kWalletAccountsStartId) {
181 AddCheckItem(kWalletAccountsStartId,
account_chooser_model_unittest.cc 27 using AccountChooserModel::kWalletAccountsStartId;
133 TestAccountChooserModel::kWalletAccountsStartId));
138 TestAccountChooserModel::kWalletAccountsStartId));
148 TestAccountChooserModel::kWalletAccountsStartId));
161 TestAccountChooserModel::kWalletAccountsStartId));
174 TestAccountChooserModel::kWalletAccountsStartId));
191 model()->ExecuteCommand(TestAccountChooserModel::kWalletAccountsStartId, 0);
206 TestAccountChooserModel::kWalletAccountsStartId));
208 TestAccountChooserModel::kWalletAccountsStartId + 1));
213 model()->ExecuteCommand(TestAccountChooserModel::kWalletAccountsStartId, 0)
    [all...]
account_chooser_model.h 116 static const int kWalletAccountsStartId;

Completed in 25 milliseconds