Searched refs:AccountState (Results 1 – 2 of 2) sorted by relevance
81 struct AccountState { struct86 void NotifyAccountAdded(const AccountState& account); argument87 void NotifyAccountRemoved(const AccountState& account);88 void NotifySignInChanged(const AccountState& account);100 std::map<std::string, AccountState> accounts_;
83 void AccountTracker::NotifyAccountAdded(const AccountState& account) { in NotifyAccountAdded()89 void AccountTracker::NotifyAccountRemoved(const AccountState& account) { in NotifyAccountRemoved()95 void AccountTracker::NotifySignInChanged(const AccountState& account) { in NotifySignInChanged()110 AccountState& account = accounts_[account_key]; in UpdateSignInState()125 AccountState account_state; in StartTrackingAccount()135 AccountState& account = accounts_[account_key]; in StopTrackingAccount()164 AccountState& account = accounts_[account_key]; in OnUserInfoFetchSuccess()