Searched refs:active_account_index_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_items.h268 size_t active_account_index() const { return active_account_index_; }
310 size_t active_account_index_; member in class:autofill::wallet::WalletItems
H A Dwallet_items.cc271 if (active_account_index_ >= gaia_accounts_.size())
274 return gaia_accounts_[active_account_index_]->obfuscated_id();
417 active_account_index_(std::numeric_limits<size_t>::max()),
568 active_account_index_ = account->index();

Completed in 142 milliseconds