Home
last modified time | relevance | path

Searched defs:account_key (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/identity/
Daccount_tracker.cc171 void AccountTracker::ClearAuthError(const std::string& account_key) { in ClearAuthError()
177 void AccountTracker::UpdateSignInState(const std::string& account_key, in UpdateSignInState()
192 void AccountTracker::StartTrackingAccount(const std::string& account_key) { in StartTrackingAccount()
203 void AccountTracker::StopTrackingAccount(const std::string& account_key) { in StopTrackingAccount()
224 void AccountTracker::StartFetchingUserInfo(const std::string& account_key) { in StartFetchingUserInfo()
237 const std::string& account_key = fetcher->account_key(); in OnUserInfoFetchSuccess() local
283 const std::string& account_key = fetcher->account_key(); in DeleteFetcher() local
292 const std::string& account_key) in AccountIdFetcher()
Daccount_tracker.h24 std::string account_key; // The account ID used by OAuth2TokenService. member
126 const std::string& account_key() { return account_key_; } in account_key() function
Daccount_tracker_unittest.cc50 const std::string& account_key, in TrackingEvent()
57 const std::string& account_key) in TrackingEvent()
361 std::string GetValidTokenInfoResponse(const std::string account_key) { in GetValidTokenInfoResponse()
398 const std::string& account_key) { in ReturnOAuthUrlFetchSuccess()
406 const std::string& account_key) { in ReturnOAuthUrlFetchFailure()
Didentity_api.cc317 std::string account_key = GetPrimaryAccountId(GetProfile()); in RunAsync() local
Didentity_apitest.cc698 void SignIn(const std::string account_key) { in SignIn()
/external/chromium_org/google_apis/gaia/
Daccount_tracker.cc149 void AccountTracker::UpdateSignInState(const std::string account_key, in UpdateSignInState()
164 void AccountTracker::StartTrackingAccount(const std::string account_key) { in StartTrackingAccount()
175 void AccountTracker::StopTrackingAccount(const std::string account_key) { in StopTrackingAccount()
195 void AccountTracker::StartFetchingUserInfo(const std::string account_key) { in StartFetchingUserInfo()
211 const std::string& account_key = fetcher->account_key(); in OnUserInfoFetchSuccess() local
233 const std::string& account_key = fetcher->account_key(); in DeleteFetcher() local
244 const std::string& account_key) in AccountIdFetcher()
Daccount_tracker.h27 std::string account_key; // The account ID used by OAuth2TokenService. member
121 const std::string& account_key() { return account_key_; } in account_key() function
Daccount_tracker_unittest.cc39 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()