GaiaAccount        14 components/autofill/content/browser/wallet/gaia_account.cc GaiaAccount::~GaiaAccount() {}
GaiaAccount        17 components/autofill/content/browser/wallet/gaia_account.cc scoped_ptr<GaiaAccount> GaiaAccount::Create(
GaiaAccount        22 components/autofill/content/browser/wallet/gaia_account.cc     return scoped_ptr<GaiaAccount>();
GaiaAccount        28 components/autofill/content/browser/wallet/gaia_account.cc     return scoped_ptr<GaiaAccount>();
GaiaAccount        35 components/autofill/content/browser/wallet/gaia_account.cc     return scoped_ptr<GaiaAccount>();
GaiaAccount        41 components/autofill/content/browser/wallet/gaia_account.cc     return scoped_ptr<GaiaAccount>();
GaiaAccount        44 components/autofill/content/browser/wallet/gaia_account.cc   return scoped_ptr<GaiaAccount>(new GaiaAccount(email_address,
GaiaAccount        51 components/autofill/content/browser/wallet/gaia_account.cc scoped_ptr<GaiaAccount> GaiaAccount::CreateForTesting(
GaiaAccount        56 components/autofill/content/browser/wallet/gaia_account.cc   scoped_ptr<GaiaAccount> account(new GaiaAccount(email_address,
GaiaAccount        63 components/autofill/content/browser/wallet/gaia_account.cc bool GaiaAccount::operator==(const GaiaAccount& other) const {
GaiaAccount        70 components/autofill/content/browser/wallet/gaia_account.cc bool GaiaAccount::operator!=(const GaiaAccount& other) const {
GaiaAccount        74 components/autofill/content/browser/wallet/gaia_account.cc GaiaAccount::GaiaAccount(const std::string& email_address,
GaiaAccount        19 components/autofill/content/browser/wallet/gaia_account.h class GaiaAccount {
GaiaAccount        21 components/autofill/content/browser/wallet/gaia_account.h   ~GaiaAccount();
GaiaAccount        25 components/autofill/content/browser/wallet/gaia_account.h   static scoped_ptr<GaiaAccount> Create(
GaiaAccount        28 components/autofill/content/browser/wallet/gaia_account.h   static scoped_ptr<GaiaAccount> CreateForTesting(
GaiaAccount        34 components/autofill/content/browser/wallet/gaia_account.h   bool operator==(const GaiaAccount& other) const;
GaiaAccount        35 components/autofill/content/browser/wallet/gaia_account.h   bool operator!=(const GaiaAccount& other) const;
GaiaAccount        43 components/autofill/content/browser/wallet/gaia_account.h   GaiaAccount(const std::string& email_address,
GaiaAccount        53 components/autofill/content/browser/wallet/gaia_account.h   DISALLOW_COPY_AND_ASSIGN(GaiaAccount);
GaiaAccount       480 components/autofill/content/browser/wallet/wallet_items.cc       scoped_ptr<GaiaAccount> gaia_account(
GaiaAccount       481 components/autofill/content/browser/wallet/wallet_items.cc           GaiaAccount::Create(*account_dict));
GaiaAccount       545 components/autofill/content/browser/wallet/wallet_items.cc void WalletItems::AddAccount(scoped_ptr<GaiaAccount> account) {
GaiaAccount       565 components/autofill/content/browser/wallet/wallet_items.cc          VectorsAreEqual<GaiaAccount>(gaia_accounts(),
GaiaAccount        39 components/autofill/content/browser/wallet/wallet_items.h class GaiaAccount;
GaiaAccount       218 components/autofill/content/browser/wallet/wallet_items.h   void AddAccount(scoped_ptr<GaiaAccount> account);
GaiaAccount       244 components/autofill/content/browser/wallet/wallet_items.h   const std::vector<GaiaAccount*>& gaia_accounts() const {
GaiaAccount       306 components/autofill/content/browser/wallet/wallet_items.h   ScopedVector<GaiaAccount> gaia_accounts_;
GaiaAccount       535 components/autofill/content/browser/wallet/wallet_items_unittest.cc   scoped_ptr<GaiaAccount> user1(GaiaAccount::CreateForTesting(
GaiaAccount       541 components/autofill/content/browser/wallet/wallet_items_unittest.cc   scoped_ptr<GaiaAccount> user2(GaiaAccount::CreateForTesting(
GaiaAccount        69 components/autofill/content/browser/wallet/wallet_test_util.cc scoped_ptr<GaiaAccount> GetTestGaiaAccount() {
GaiaAccount        70 components/autofill/content/browser/wallet/wallet_test_util.cc   return GaiaAccount::CreateForTesting("user@chromium.org",
GaiaAccount       290 components/autofill/content/browser/wallet/wallet_test_util.cc     scoped_ptr<GaiaAccount> account(GaiaAccount::CreateForTesting(
GaiaAccount        18 components/autofill/content/browser/wallet/wallet_test_util.h class GaiaAccount;
GaiaAccount        21 components/autofill/content/browser/wallet/wallet_test_util.h scoped_ptr<GaiaAccount> GetTestGaiaAccount();