Searched defs:account_key (Results 1 – 6 of 6) sorted by relevance
31 std::string GetValidTokenInfoResponse(const std::string account_key) { in GetValidTokenInfoResponse()36 std::string MakeAccessToken(const std::string& account_key) { in MakeAccessToken()117 void GCMAccountTrackerTest::StartAccountSignIn(const std::string& account_key) { in StartAccountSignIn()123 const std::string& account_key) { in FinishAccountSignIn()134 void GCMAccountTrackerTest::SignInAccount(const std::string& account_key) { in SignInAccount()139 void GCMAccountTrackerTest::SignOutAccount(const std::string& account_key) { in SignOutAccount()143 void GCMAccountTrackerTest::IssueAccessToken(const std::string& account_key) { in IssueAccessToken()148 void GCMAccountTrackerTest::IssueError(const std::string& account_key) { in IssueError()
167 void AccountTracker::UpdateSignInState(const std::string account_key, in UpdateSignInState()182 void AccountTracker::StartTrackingAccount(const std::string account_key) { in StartTrackingAccount()193 void AccountTracker::StopTrackingAccount(const std::string account_key) { in StopTrackingAccount()213 void AccountTracker::StartFetchingUserInfo(const std::string account_key) { in StartFetchingUserInfo()229 const std::string& account_key = fetcher->account_key(); in OnUserInfoFetchSuccess() local251 const std::string& account_key = fetcher->account_key(); in DeleteFetcher() local262 const std::string& account_key) in AccountIdFetcher()
27 std::string account_key; // The account ID used by OAuth2TokenService. member125 const std::string& account_key() { return account_key_; } in account_key() function
39 const std::string& account_key, in TrackingEvent()46 const std::string& account_key) in TrackingEvent()298 void NotifyLogin(const std::string account_key) { in NotifyLogin()318 std::string GetValidTokenInfoResponse(const std::string account_key) { in GetValidTokenInfoResponse()371 const std::string& account_key) { in ReturnOAuthUrlFetchSuccess()379 const std::string& account_key) { in ReturnOAuthUrlFetchFailure()
643 void SignIn(const std::string account_key) { in SignIn()652 void IssueLoginRefreshTokenForAccount(const std::string account_key) { in IssueLoginRefreshTokenForAccount()656 void IssueLoginAccessTokenForAccount(const std::string account_key) { in IssueLoginAccessTokenForAccount()
332 std::string account_key = GetPrimaryAccountId(GetProfile()); in RunAsync() local