Searched defs:account_id (Results 26 - 50 of 119) sorted by relevance

12345

/external/chromium_org/google_apis/gaia/
H A Didentity_provider.cc41 void IdentityProvider::OnRefreshTokenAvailable(const std::string& account_id) { argument
42 if (account_id != GetActiveAccountId())
46 OnRefreshTokenAvailable(account_id));
49 void IdentityProvider::OnRefreshTokenRevoked(const std::string& account_id) { argument
50 if (account_id != GetActiveAccountId())
54 OnRefreshTokenRevoked(account_id));
H A Dfake_oauth2_token_service.cc25 const std::string& account_id,
31 pending_request.account_id = account_id;
40 const std::string& account_id,
51 const std::string& account_id) const {
52 return account_ids_.count(account_id) != 0;
55 void FakeOAuth2TokenService::AddAccount(const std::string& account_id) { argument
56 account_ids_.insert(account_id);
57 FireRefreshTokenAvailable(account_id);
60 void FakeOAuth2TokenService::RemoveAccount(const std::string& account_id) { argument
23 FetchOAuth2Token( RequestImpl* request, const std::string& account_id, net::URLRequestContextGetter* getter, const std::string& client_id, const std::string& client_secret, const ScopeSet& scopes) argument
39 InvalidateOAuth2Token( const std::string& account_id, const std::string& client_id, const ScopeSet& scopes, const std::string& access_token) argument
65 IssueAllTokensForAccount( const std::string& account_id, const std::string& access_token, const base::Time& expiration) argument
80 IssueErrorForAllPendingRequestsForAccount( const std::string& account_id, const GoogleServiceAuthError& auth_error) argument
93 CreateAccessTokenFetcher( const std::string& account_id, net::URLRequestContextGetter* getter, OAuth2AccessTokenConsumer* consumer) argument
[all...]
H A Dubertoken_fetcher.cc37 void UbertokenFetcher::StartFetchingToken(const std::string& account_id) { argument
38 DCHECK(!account_id.empty());
39 account_id_ = account_id;
/external/chromium_org/chrome/browser/android/profiles/
H A Dprofile_downloader_android.cc27 const std::string& account_id,
30 account_id_(account_id),
95 const std::string& account_id,
104 base::android::ConvertUTF8ToJavaString(env, account_id).obj(),
156 const std::string account_id = local
159 new AccountInfoRetriever(profile, account_id, image_side_pixels);
26 AccountInfoRetriever(Profile* profile, const std::string& account_id, const int desired_image_side_pixels) argument
94 OnProfileDownloadSuccess( const std::string& account_id, const base::string16& full_name, const SkBitmap& bitmap) argument
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_local_account.cc31 const std::string& account_id,
34 account_id(account_id),
35 user_id(GenerateDeviceLocalAccountUserId(account_id, type)),
42 std::string GenerateDeviceLocalAccountUserId(const std::string& account_id, argument
57 base::HexEncode(account_id.c_str(), account_id.size()) + "@" +
101 it->account_id);
134 std::string account_id; local
136 chromeos::kAccountsPrefDeviceLocalAccountsKeyId, &account_id) ||
30 DeviceLocalAccount(Type type, const std::string& account_id, const std::string& kiosk_app_id) argument
165 << i << ": " << account_id << "."; local
[all...]
H A Ddevice_local_account_policy_store.cc25 const std::string& account_id,
30 account_id_(account_id),
24 DeviceLocalAccountPolicyStore( const std::string& account_id, chromeos::SessionManagerClient* session_manager_client, chromeos::DeviceSettingsService* device_settings_service, scoped_refptr<base::SequencedTaskRunner> background_task_runner) argument
H A Duser_cloud_policy_token_forwarder.cc43 const std::string& account_id) {
42 OnRefreshTokenAvailable( const std::string& account_id) argument
/external/chromium_org/chrome/browser/local_discovery/
H A Dgcd_api_flow.cc33 const std::string& account_id) {
35 new GCDApiFlowImpl(request_context, token_service, account_id));
30 Create( net::URLRequestContextGetter* request_context, OAuth2TokenService* token_service, const std::string& account_id) argument
H A Dgcd_api_flow_impl.cc24 const std::string& account_id)
28 account_id_(account_id) {
22 GCDApiFlowImpl(net::URLRequestContextGetter* request_context, OAuth2TokenService* token_service, const std::string& account_id) argument
/external/chromium_org/chrome/browser/signin/
H A Dfake_signin_manager.cc88 const std::string account_id = GetAuthenticatedAccountId(); local
93 GoogleSignedOut(account_id, username));
H A Dsignin_names_io_thread.cc74 void SigninNamesOnIOThread::GoogleSigninSucceeded(const std::string& account_id, argument
80 void SigninNamesOnIOThread::GoogleSignedOut(const std::string& account_id, argument
H A Dsignin_ui_util.cc179 std::string GetDisplayEmail(Profile* profile, const std::string& account_id) { argument
182 std::string email = account_tracker->GetAccountInfo(account_id).email;
186 return account_id;
H A Dsignin_promo.cc221 GURL GetReauthURL(Profile* profile, const std::string& account_id) { argument
226 account_id);
235 url = net::AppendQueryParameter(url, "email", account_id);
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_auth_provider.cc73 const std::string& account_id,
77 account_id_(account_id),
71 ProfileSyncAuthProvider( ProfileOAuth2TokenService* token_service, const std::string& account_id, const std::string& scope) argument
/external/chromium_org/components/signin/core/browser/
H A Daccount_service_flag_fetcher.cc12 const std::string& account_id,
17 account_id_(account_id),
42 const std::string& account_id) {
44 if (account_id != account_id_)
11 AccountServiceFlagFetcher( const std::string& account_id, ProfileOAuth2TokenService* token_service, net::URLRequestContextGetter* request_context, const ResultCallback& callback) argument
41 OnRefreshTokenAvailable( const std::string& account_id) argument
H A Daccount_tracker_service.h35 std::string account_id; // The account ID used by OAuth2TokenService. member in struct:AccountTrackerService::AccountInfo
74 AccountInfo GetAccountInfo(const std::string& account_id);
94 virtual void OnRefreshTokenAvailable(const std::string& account_id) OVERRIDE;
95 virtual void OnRefreshTokenRevoked(const std::string& account_id) OVERRIDE;
104 void StartTrackingAccount(const std::string& account_id);
105 void StopTrackingAccount(const std::string& account_id);
108 virtual void StartFetchingUserInfo(const std::string& account_id);
H A Dsignin_error_controller.cc64 std::string account_id = (*it)->GetAccountId(); local
68 if (error.state() == prev_state && account_id == prev_account_id) {
70 error_account_id_ = account_id;
80 error_account_id_ = account_id;
/external/chromium_org/chrome/browser/chromeos/login/
H A Dexisting_user_controller_auto_login_unittest.cc102 void SetAutoLoginSettings(const std::string& account_id, int delay) { argument
105 account_id);
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dcontroller_pairing_screen.cc199 const std::string account_id = local
201 const std::string domain(gaia::ExtractDomainName(account_id));
/external/chromium_org/chrome/browser/policy/cloud/
H A Duser_policy_signin_service.cc109 const std::string& account_id) {
118 if (account_id != signin_manager()->GetAuthenticatedAccountId())
108 OnRefreshTokenAvailable( const std::string& account_id) argument
H A Duser_policy_signin_service_base.cc73 void UserPolicySigninServiceBase::GoogleSignedOut(const std::string& account_id, argument
/external/chromium_org/chrome/browser/profiles/
H A Dgaia_info_update_service.cc207 const std::string& account_id,
213 void GAIAInfoUpdateService::GoogleSignedOut(const std::string& account_id, argument
206 GoogleSigninSucceeded( const std::string& account_id, const std::string& username, const std::string& password) argument
/external/chromium_org/chrome/browser/services/gcm/
H A Dgcm_profile_service.cc95 const std::string account_id = identity_provider_->GetActiveAccountId(); local
96 if (account_id == account_id_)
98 account_id_ = account_id;
/external/chromium_org/chrome/browser/ui/
H A Dauto_login_infobar_delegate.cc236 const std::string& account_id,
235 GoogleSignedOut( const std::string& account_id, const std::string& username) argument
/external/chromium_org/components/gcm_driver/
H A Dfake_gcm_driver.cc86 void FakeGCMDriver::RemoveAccountMapping(const std::string& account_id) { argument

Completed in 463 milliseconds

12345