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

/external/chromium_org/chrome/browser/services/gcm/
H A Dgcm_account_tracker.h83 virtual void OnAccountAdded(const gaia::AccountIds& ids) OVERRIDE;
84 virtual void OnAccountRemoved(const gaia::AccountIds& ids) OVERRIDE;
85 virtual void OnAccountSignInChanged(const gaia::AccountIds& ids,
108 void OnAccountSignedIn(const gaia::AccountIds& ids);
109 void OnAccountSignedOut(const gaia::AccountIds& ids);
H A Dgcm_account_tracker.cc54 std::vector<gaia::AccountIds> accounts = account_tracker_->GetAccounts();
60 for (std::vector<gaia::AccountIds>::const_iterator iter = accounts.begin();
78 void GCMAccountTracker::OnAccountAdded(const gaia::AccountIds& ids) {
83 void GCMAccountTracker::OnAccountRemoved(const gaia::AccountIds& ids) {
89 void GCMAccountTracker::OnAccountSignInChanged(const gaia::AccountIds& ids,
229 void GCMAccountTracker::OnAccountSignedIn(const gaia::AccountIds& ids) {
243 void GCMAccountTracker::OnAccountSignedOut(const gaia::AccountIds& ids) {
/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;
H A Daccount_tracker.cc47 std::vector<AccountIds> AccountTracker::GetAccounts() const {
50 std::vector<AccountIds> accounts;
63 return std::vector<AccountIds>();
72 AccountIds AccountTracker::FindAccountIdsByGaiaId(const std::string& gaia_id) {
83 return AccountIds();
131 void AccountTracker::SetAccountStateForTest(AccountIds ids, bool is_signed_in) {
H A Daccount_tracker_unittest.cc139 virtual void OnAccountAdded(const AccountIds& ids) OVERRIDE;
140 virtual void OnAccountRemoved(const AccountIds& ids) OVERRIDE;
141 virtual void OnAccountSignInChanged(const AccountIds& ids, bool is_signed_in)
151 void AccountTrackerObserver::OnAccountAdded(const AccountIds& ids) {
155 void AccountTrackerObserver::OnAccountRemoved(const AccountIds& ids) {
159 void AccountTrackerObserver::OnAccountSignInChanged(const AccountIds& ids,
712 std::vector<AccountIds> ids = account_tracker()->GetAccounts();
719 std::vector<AccountIds> ids = account_tracker()->GetAccounts();
730 std::vector<AccountIds> ids = account_tracker()->GetAccounts();
748 std::vector<AccountIds> id
[all...]
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_api.h120 virtual void OnAccountAdded(const gaia::AccountIds& ids) OVERRIDE;
121 virtual void OnAccountRemoved(const gaia::AccountIds& ids) OVERRIDE;
122 virtual void OnAccountSignInChanged(const gaia::AccountIds& ids,
128 void SetAccountStateForTest(gaia::AccountIds ids, bool is_signed_in);
H A Didentity_api.cc187 const std::vector<gaia::AccountIds> ids = account_tracker_.GetAccounts();
191 for (std::vector<gaia::AccountIds>::const_iterator it = ids.begin();
221 void IdentityAPI::OnAccountAdded(const gaia::AccountIds& ids) {
224 void IdentityAPI::OnAccountRemoved(const gaia::AccountIds& ids) {
227 void IdentityAPI::OnAccountSignInChanged(const gaia::AccountIds& ids,
249 void IdentityAPI::SetAccountStateForTest(gaia::AccountIds ids,
H A Didentity_apitest.cc391 gaia::AccountIds CreateIds(std::string email, std::string obfid) {
392 gaia::AccountIds ids;
406 void SetAccountState(gaia::AccountIds ids, bool is_signed_in) {
663 void SetAccountState(gaia::AccountIds ids, bool is_signed_in) {

Completed in 121 milliseconds