Searched defs:account_id (Results 51 - 75 of 119) sorted by last modified time

12345

/external/chromium_org/chrome/browser/policy/cloud/
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
H A Dprofile_downloader.cc223 void ProfileDownloader::StartForAccount(const std::string& account_id) { argument
241 account_id.empty() ?
242 signin_manager->GetAuthenticatedAccountId() : account_id;
399 void ProfileDownloader::OnRefreshTokenAvailable(const std::string& account_id) { argument
403 if (account_id != account_id_)
/external/chromium_org/chrome/browser/services/gcm/
H A Dfake_signin_manager.cc46 const std::string account_id = GetAuthenticatedAccountId(); local
52 GoogleSignedOut(account_id, username));
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/signin/
H A Daccount_reconcilor_unittest.cc53 MOCK_METHOD1(PerformMergeAction, void(const std::string& account_id));
99 const std::string& account_id,
170 const std::string& account_id,
172 observer->MergeSessionCompleted(account_id, error);
168 SimulateMergeSessionCompleted( MergeSessionHelper::Observer* observer, const std::string& account_id, const GoogleServiceAuthError& error) argument
H A Dandroid_profile_oauth2_token_service.cc40 const std::string& account_id);
66 const std::string& account_id)
69 account_id_(account_id),
173 const std::string& account_id) const {
176 ConvertUTF8ToJavaString(env, account_id);
185 const std::string& account_id,
217 const std::string& account_id,
220 DCHECK(!account_id.empty());
221 return new AndroidAccessTokenFetcher(consumer, account_id);
225 const std::string& account_id,
64 AndroidAccessTokenFetcher( OAuth2AccessTokenConsumer* consumer, const std::string& account_id) argument
184 UpdateAuthError( const std::string& account_id, const GoogleServiceAuthError& error) argument
216 CreateAccessTokenFetcher( const std::string& account_id, net::URLRequestContextGetter* getter, OAuth2AccessTokenConsumer* consumer) argument
224 InvalidateOAuth2Token( const std::string& account_id, const std::string& client_id, const ScopeSet& scopes, const std::string& access_token) argument
364 std::string account_id = ConvertJavaStringToUTF8(env, account_name); local
368 FireRefreshTokenAvailable( const std::string& account_id) argument
387 std::string account_id = ConvertJavaStringToUTF8(env, account_name); local
391 FireRefreshTokenRevoked( const std::string& account_id) argument
[all...]
H A Dchrome_signin_client.cc207 void ChromeSigninClient::GoogleSigninSucceeded(const std::string& account_id, argument
H A Dfake_account_tracker_service.cc28 const std::string& account_id) {
27 StartFetchingUserInfo( const std::string& account_id) argument
H A Dfake_profile_oauth2_token_service.cc27 const std::string& account_id) const {
28 return !GetRefreshToken(account_id).empty();
47 const std::string& account_id,
49 IssueRefreshTokenForUser(account_id, refresh_token);
54 IssueRefreshTokenForUser("account_id", token);
58 const std::string& account_id,
62 refresh_tokens_.erase(account_id);
63 FireRefreshTokenRevoked(account_id);
65 refresh_tokens_[account_id] = token;
66 FireRefreshTokenAvailable(account_id);
46 UpdateCredentials( const std::string& account_id, const std::string& refresh_token) argument
57 IssueRefreshTokenForUser( const std::string& account_id, const std::string& token) argument
75 IssueAllTokensForAccount( const std::string& account_id, const std::string& access_token, const base::Time& expiration) argument
87 IssueErrorForAllPendingRequestsForAccount( const std::string& account_id, const GoogleServiceAuthError& error) argument
132 CompleteRequests( const std::string& account_id, bool all_scopes, const ScopeSet& scope, const GoogleServiceAuthError& error, const std::string& access_token, const base::Time& expiration) argument
180 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
206 CreateAccessTokenFetcher( const std::string& account_id, net::URLRequestContextGetter* getter, OAuth2AccessTokenConsumer* consumer) argument
214 InvalidateOAuth2Token( const std::string& account_id, const std::string& client_id, const ScopeSet& scopes, const std::string& access_token) argument
[all...]
H A Dfake_profile_oauth2_token_service.h51 std::string account_id; member in struct:FakeProfileOAuth2TokenService::PendingRequest
63 const std::string& account_id) const OVERRIDE;
72 virtual void UpdateCredentials(const std::string& account_id,
82 void IssueRefreshTokenForUser(const std::string& account_id,
93 void IssueAllTokensForAccount(const std::string& account_id,
98 const std::string& account_id,
120 const std::string& account_id,
127 const std::string& account_id,
131 virtual void InvalidateOAuth2Token(const std::string& account_id,
141 // matching |scopes| are completed. If |account_id| i
[all...]
H A Dfake_signin_manager.cc88 const std::string account_id = GetAuthenticatedAccountId(); local
93 GoogleSignedOut(account_id, username));
H A Dprofile_identity_provider.cc49 const std::string& account_id,
55 void ProfileIdentityProvider::GoogleSignedOut(const std::string& account_id, argument
48 GoogleSigninSucceeded( const std::string& account_id, const std::string& username, const std::string& password) argument
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_promo.cc221 GURL GetReauthURL(Profile* profile, const std::string& account_id) { argument
226 account_id);
235 url = net::AppendQueryParameter(url, "email", account_id);
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;
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_refresh_token_fetcher.cc60 const std::string& account_id,
116 const std::string& account_id,
121 account_id_(account_id),
292 const std::string& account_id,
297 account_id,
114 SupervisedUserRefreshTokenFetcherImpl( OAuth2TokenService* oauth2_token_service, const std::string& account_id, const std::string& device_id, URLRequestContextGetter* context) argument
290 Create( OAuth2TokenService* oauth2_token_service, const std::string& account_id, const std::string& device_id, URLRequestContextGetter* context) argument
/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
H A Dprofile_sync_service.cc767 const std::string& account_id) {
768 if (account_id == signin_->GetAccountIdToUse())
773 const std::string& account_id) {
2146 const std::string& account_id = signin_->GetAccountIdToUse(); local
2149 account_id, oauth2_scopes, access_token_);
2158 oauth2_token_service_->StartRequest(account_id, oauth2_scopes, this);
2248 void ProfileSyncService::GoogleSigninSucceeded(const std::string& account_id, argument
2267 void ProfileSyncService::GoogleSignedOut(const std::string& account_id, argument
766 OnRefreshTokenAvailable( const std::string& account_id) argument
772 OnRefreshTokenRevoked( const std::string& account_id) argument
H A Dprofile_sync_service_factory.cc118 std::string account_id = signin_wrapper->GetAccountIdToUse(); local
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dprofile_sync_service_harness.cc166 std::string account_id = profile_->IsSupervised() ? local
169 std::string account_id = username_; local
171 DCHECK(!account_id.empty());
173 UpdateCredentials(account_id, GenerateFakeOAuth2RefreshTokenString());
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Ddrive_service_on_worker.cc237 void DriveServiceOnWorker::Initialize(const std::string& account_id) { argument
H A Dsync_engine.cc307 std::string account_id; local
309 account_id = signin_manager_->GetAuthenticatedAccountId();
310 drive_service_->Initialize(account_id);
724 void SyncEngine::GoogleSigninSucceeded(const std::string& account_id, argument
730 void SyncEngine::GoogleSignedOut(const std::string& account_id, argument
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_view_delegate.cc330 void AppListViewDelegate::GoogleSigninSucceeded(const std::string& account_id, argument
336 void AppListViewDelegate::GoogleSignedOut(const std::string& account_id, argument
/external/chromium_org/chrome/browser/ui/ash/
H A Dstub_user_accounts_delegate.cc25 const std::string& account_id) {
26 std::string res(1, std::toupper(account_id[0]));
27 res += account_id.substr(1);
31 void StubUserAccountsDelegate::DeleteAccount(const std::string& account_id) { argument
34 secondary_accounts_.begin(), secondary_accounts_.end(), account_id),
39 void StubUserAccountsDelegate::AddAccount(const std::string& account_id) { argument
40 if (primary_account_ == account_id)
44 account_id) != secondary_accounts_.end())
46 secondary_accounts_.push_back(account_id);
24 GetAccountDisplayName( const std::string& account_id) argument

Completed in 230 milliseconds

12345