Searched defs:AccountIds (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/google_apis/gaia/
H A Daccount_tracker.h26 struct AccountIds { struct in namespace:gaia
52 virtual void OnAccountAdded(const AccountIds& ids) = 0;
53 virtual void OnAccountRemoved(const AccountIds& ids) = 0;
54 virtual void OnAccountSignInChanged(const AccountIds& ids,
66 std::vector<AccountIds> GetAccounts() const;
67 AccountIds FindAccountIdsByGaiaId(const std::string& gaia_id);
82 void SetAccountStateForTest(AccountIds ids, bool is_signed_in);
92 AccountIds ids;

Completed in 98 milliseconds