AccountTracker 21 chrome/browser/extensions/api/identity/account_tracker.cc AccountTracker::AccountTracker(Profile* profile) : profile_(profile) { AccountTracker 29 chrome/browser/extensions/api/identity/account_tracker.cc AccountTracker::~AccountTracker() {} AccountTracker 31 chrome/browser/extensions/api/identity/account_tracker.cc void AccountTracker::ReportAuthError(const std::string& account_id, AccountTracker 39 chrome/browser/extensions/api/identity/account_tracker.cc void AccountTracker::Shutdown() { AccountTracker 48 chrome/browser/extensions/api/identity/account_tracker.cc void AccountTracker::AddObserver(Observer* observer) { AccountTracker 52 chrome/browser/extensions/api/identity/account_tracker.cc void AccountTracker::RemoveObserver(Observer* observer) { AccountTracker 56 chrome/browser/extensions/api/identity/account_tracker.cc void AccountTracker::OnRefreshTokenAvailable(const std::string& account_id) { AccountTracker 66 chrome/browser/extensions/api/identity/account_tracker.cc void AccountTracker::OnRefreshTokenRevoked(const std::string& account_id) { AccountTracker 71 chrome/browser/extensions/api/identity/account_tracker.cc void AccountTracker::GoogleSigninSucceeded(const std::string& username, AccountTracker 83 chrome/browser/extensions/api/identity/account_tracker.cc void AccountTracker::GoogleSignedOut(const std::string& username) { AccountTracker 92 chrome/browser/extensions/api/identity/account_tracker.cc const std::string AccountTracker::signin_manager_account_id() { AccountTracker 97 chrome/browser/extensions/api/identity/account_tracker.cc void AccountTracker::NotifyAccountAdded(const AccountState& account) { AccountTracker 103 chrome/browser/extensions/api/identity/account_tracker.cc void AccountTracker::NotifyAccountRemoved(const AccountState& account) { AccountTracker 109 chrome/browser/extensions/api/identity/account_tracker.cc void AccountTracker::NotifySignInChanged(const AccountState& account) { AccountTracker 116 chrome/browser/extensions/api/identity/account_tracker.cc void AccountTracker::ClearAuthError(const std::string& account_key) { AccountTracker 122 chrome/browser/extensions/api/identity/account_tracker.cc void AccountTracker::UpdateSignInState(const std::string& account_key, AccountTracker 137 chrome/browser/extensions/api/identity/account_tracker.cc void AccountTracker::StartTrackingAccount(const std::string& account_key) { AccountTracker 148 chrome/browser/extensions/api/identity/account_tracker.cc void AccountTracker::StopTrackingAccount(const std::string& account_key) { AccountTracker 164 chrome/browser/extensions/api/identity/account_tracker.cc void AccountTracker::StopTrackingAllAccounts() { AccountTracker 169 chrome/browser/extensions/api/identity/account_tracker.cc void AccountTracker::StartFetchingUserInfo(const std::string& account_key) { AccountTracker 180 chrome/browser/extensions/api/identity/account_tracker.cc void AccountTracker::OnUserInfoFetchSuccess(AccountIdFetcher* fetcher, AccountTracker 195 chrome/browser/extensions/api/identity/account_tracker.cc void AccountTracker::OnUserInfoFetchFailure(AccountIdFetcher* fetcher) { AccountTracker 202 chrome/browser/extensions/api/identity/account_tracker.cc std::string AccountTracker::GetAccountId() const { AccountTracker 209 chrome/browser/extensions/api/identity/account_tracker.cc GoogleServiceAuthError AccountTracker::GetAuthStatus() const { AccountTracker 216 chrome/browser/extensions/api/identity/account_tracker.cc void AccountTracker::DeleteFetcher(AccountIdFetcher* fetcher) { AccountTracker 225 chrome/browser/extensions/api/identity/account_tracker.cc AccountTracker* tracker, AccountTracker 39 chrome/browser/extensions/api/identity/account_tracker.h class AccountTracker : public OAuth2TokenService::Observer, AccountTracker 43 chrome/browser/extensions/api/identity/account_tracker.h explicit AccountTracker(Profile* profile); AccountTracker 44 chrome/browser/extensions/api/identity/account_tracker.h virtual ~AccountTracker(); AccountTracker 111 chrome/browser/extensions/api/identity/account_tracker.h AccountTracker* tracker, AccountTracker 133 chrome/browser/extensions/api/identity/account_tracker.h AccountTracker* tracker_; AccountTracker 116 chrome/browser/extensions/api/identity/account_tracker_unittest.cc class AccountTrackerObserver : public AccountTracker::Observer { AccountTracker 288 chrome/browser/extensions/api/identity/account_tracker_unittest.cc account_tracker_.reset(new AccountTracker(test_profile_.get())); AccountTracker 305 chrome/browser/extensions/api/identity/account_tracker_unittest.cc AccountTracker* account_tracker() { AccountTracker 360 chrome/browser/extensions/api/identity/account_tracker_unittest.cc scoped_ptr<AccountTracker> account_tracker_; AccountTracker 86 chrome/browser/extensions/api/identity/identity_api.h public AccountTracker::Observer { AccountTracker 137 chrome/browser/extensions/api/identity/identity_api.h AccountTracker account_tracker_;