HomeSort by relevance Sort by last modified time
    Searched defs:GaiaAccount (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/autofill/content/browser/wallet/
gaia_account.cc 14 GaiaAccount::~GaiaAccount() {}
17 scoped_ptr<GaiaAccount> GaiaAccount::Create(
22 return scoped_ptr<GaiaAccount>();
28 return scoped_ptr<GaiaAccount>();
35 return scoped_ptr<GaiaAccount>();
41 return scoped_ptr<GaiaAccount>();
44 return scoped_ptr<GaiaAccount>(new GaiaAccount(email_address
    [all...]
gaia_account.h 19 class GaiaAccount {
21 ~GaiaAccount();
25 static scoped_ptr<GaiaAccount> Create(
28 static scoped_ptr<GaiaAccount> CreateForTesting(
34 bool operator==(const GaiaAccount& other) const;
35 bool operator!=(const GaiaAccount& other) const;
43 GaiaAccount(const std::string& email_address,
53 DISALLOW_COPY_AND_ASSIGN(GaiaAccount);

Completed in 39 milliseconds