Searched defs:account_key (Results 1 – 4 of 4) sorted by relevance
102 void AccountTracker::ClearAuthError(const std::string& account_key) { in ClearAuthError()107 void AccountTracker::UpdateSignInState(const std::string& account_key, in UpdateSignInState()122 void AccountTracker::StartTrackingAccount(const std::string& account_key) { in StartTrackingAccount()133 void AccountTracker::StopTrackingAccount(const std::string& account_key) { in StopTrackingAccount()149 void AccountTracker::StartFetchingUserInfo(const std::string& account_key) { in StartFetchingUserInfo()162 const std::string& account_key = fetcher->account_key(); in OnUserInfoFetchSuccess() local197 const std::string& account_key = fetcher->account_key(); in DeleteFetcher() local206 const std::string& account_key) in AccountIdFetcher()
25 std::string account_key; // The account ID used by OAuth2TokenService. member114 const std::string& account_key() { return account_key_; } in account_key() function
40 const std::string& account_key, in TrackingEvent()47 const std::string& account_key) in TrackingEvent()310 const std::string& account_key) { in ReturnOAuthUrlFetchSuccess()318 const std::string& account_key) { in ReturnOAuthUrlFetchFailure()
670 def _LoginToGoogleAccount(self, account_key='test_google_account'): argument