HomeSort by relevance Sort by last modified time
    Searched refs:AccountState (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/components/signin/core/browser/
account_tracker_service.h 97 struct AccountState {
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_;
account_tracker_service.cc 198 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 state
    [all...]
  /external/chromium_org/chrome/browser/services/gcm/
gcm_account_tracker.h 31 enum AccountState {
41 AccountInfo(const std::string& email, AccountState state);
49 AccountState state;
gcm_account_tracker.cc 23 AccountState state)
  /external/chromium_org/google_apis/gaia/
account_tracker.h 91 struct AccountState {
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_;
account_tracker.cc 52 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_state
    [all...]

Completed in 100 milliseconds