Searched refs:AccountState (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/components/signin/core/browser/
H A Daccount_tracker_service.h97 struct AccountState { struct in class:AccountTrackerService
101 void NotifyAccountUpdated(const AccountState& state);
102 void NotifyAccountRemoved(const AccountState& state);
113 void SaveToPrefs(const AccountState& account);
114 void RemoveFromPrefs(const AccountState& account);
122 std::map<std::string, AccountState> accounts_;
H A Daccount_tracker_service.cc198 for (std::map<std::string, AccountState>::const_iterator it =
202 const AccountState& state = it->second;
219 for (std::map<std::string, AccountState>::const_iterator it =
223 const AccountState& state = it->second;
234 for (std::map<std::string, AccountState>::const_iterator it =
238 const AccountState& state = it->second;
267 AccountState& state = accounts_[account_id];
284 void AccountTrackerService::NotifyAccountUpdated(const AccountState& state) {
290 void AccountTrackerService::NotifyAccountRemoved(const AccountState& state) {
300 AccountState stat
[all...]
/external/chromium_org/chrome/browser/services/gcm/
H A Dgcm_account_tracker.h31 enum AccountState { enum in class:gcm::GCMAccountTracker
41 AccountInfo(const std::string& email, AccountState state);
49 AccountState state;
H A Dgcm_account_tracker.cc23 AccountState state)
/external/chromium_org/google_apis/gaia/
H A Daccount_tracker.cc52 for (std::map<std::string, AccountState>::const_iterator it =
56 const AccountState& state = it->second;
73 for (std::map<std::string, AccountState>::const_iterator it =
77 const AccountState& state = it->second;
139 for (std::map<std::string, AccountState>::const_iterator it =
148 void AccountTracker::NotifyAccountAdded(const AccountState& account) {
154 void AccountTracker::NotifyAccountRemoved(const AccountState& account) {
160 void AccountTracker::NotifySignInChanged(const AccountState& account) {
170 AccountState& account = accounts_[account_key];
185 AccountState account_stat
[all...]
H A Daccount_tracker.h91 struct AccountState { struct in class:gaia::AccountTracker
96 void NotifyAccountAdded(const AccountState& account);
97 void NotifyAccountRemoved(const AccountState& account);
98 void NotifySignInChanged(const AccountState& account);
111 std::map<std::string, AccountState> accounts_;

Completed in 168 milliseconds