Searched refs:gaia_accounts (Results 1 – 3 of 3) sorted by relevance
486 std::vector<std::string> gaia_accounts; in CreateWalletItems() local580 VectorsAreEqual<GaiaAccount>(gaia_accounts(), in operator ==()581 other.gaia_accounts()) && in operator ==()
251 const std::vector<GaiaAccount*>& gaia_accounts() const { in gaia_accounts() function
2368 for (size_t i = 0; i < wallet_items_->gaia_accounts().size(); ++i) { in OnDidGetWalletItems()2369 usernames.push_back(wallet_items_->gaia_accounts()[i]->email_address()); in OnDidGetWalletItems()