Searched refs:account_id (Results 76 - 100 of 210) sorted by relevance

123456789

/external/chromium_org/components/signin/core/browser/
H A Daccount_reconcilor.h121 virtual void PerformMergeAction(const std::string& account_id);
135 // Note internally that this |account_id| is added to the cookie jar.
136 bool MarkAccountAsAddedToCookie(const std::string& account_id);
146 virtual void MergeSessionCompleted(const std::string& account_id,
154 virtual void GoogleSigninSucceeded(const std::string& account_id,
157 virtual void GoogleSignedOut(const std::string& account_id,
H A Dabout_signin_internals.h97 const std::string& account_id,
101 const std::string& account_id,
106 virtual void OnTokenRemoved(const std::string& account_id,
149 TokenInfo* FindToken(const std::string& account_id,
H A Daccount_reconcilor.cc184 void AccountReconcilor::GoogleSigninSucceeded(const std::string& account_id, argument
192 void AccountReconcilor::GoogleSignedOut(const std::string& account_id, argument
203 void AccountReconcilor::PerformMergeAction(const std::string& account_id) { argument
205 MarkAccountAsAddedToCookie(account_id);
208 VLOG(1) << "AccountReconcilor::PerformMergeAction: " << account_id;
209 merge_session_helper_.LogIn(account_id);
468 const std::string& account_id) {
472 if (account_id == *i) {
481 const std::string& account_id,
483 VLOG(1) << "AccountReconcilor::MergeSessionCompleted: account_id
467 MarkAccountAsAddedToCookie( const std::string& account_id) argument
480 MergeSessionCompleted( const std::string& account_id, const GoogleServiceAuthError& error) argument
[all...]
H A Dabout_signin_internals.cc235 const std::string& account_id,
238 TokenInfo* token = signin_status_.FindToken(account_id, consumer_id, scopes);
243 signin_status_.token_info_map[account_id].push_back(token);
250 const std::string& account_id,
255 TokenInfo* token = signin_status_.FindToken(account_id, consumer_id, scopes);
257 DVLOG(1) << "Can't find token: " << account_id << ", " << consumer_id;
269 const std::string& account_id,
271 for (size_t i = 0; i < signin_status_.token_info_map[account_id].size();
273 TokenInfo* token = signin_status_.token_info_map[account_id][i];
419 const std::string& account_id,
234 OnAccessTokenRequested( const std::string& account_id, const std::string& consumer_id, const OAuth2TokenService::ScopeSet& scopes) argument
249 OnFetchAccessTokenComplete( const std::string& account_id, const std::string& consumer_id, const OAuth2TokenService::ScopeSet& scopes, GoogleServiceAuthError error, base::Time expiration_time) argument
268 OnTokenRemoved( const std::string& account_id, const OAuth2TokenService::ScopeSet& scopes) argument
418 FindToken( const std::string& account_id, const std::string& consumer_id, const OAuth2TokenService::ScopeSet& scopes) argument
[all...]
H A Dsignin_account_id_helper.cc132 void SigninAccountIdHelper::GoogleSignedOut(const std::string& account_id, argument
138 const std::string& account_id) {
139 if (account_id == signin_manager_->GetAuthenticatedAccountId()) {
137 OnRefreshTokenAvailable( const std::string& account_id) argument
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_local_account_external_data_service.h43 GetExternalDataManager(const std::string& account_id,
/external/chromium_org/chrome/browser/extensions/token_cache/
H A Dtoken_cache_service.h49 virtual void GoogleSignedOut(const std::string& account_id,
/external/chromium_org/chromeos/dbus/
H A Dfake_session_manager_client.h50 const std::string& account_id,
58 const std::string& account_id,
74 const std::string& account_id) const;
75 void set_device_local_account_policy(const std::string& account_id,
/external/chromium_org/ios/public/provider/components/signin/browser/
H A Dprofile_oauth2_token_service_ios_provider.h60 // Starts fetching an access token for the account with id |account_id| with
62 virtual void GetAccessToken(const std::string& account_id,
/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_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_names_io_thread.cc74 void SigninNamesOnIOThread::GoogleSigninSucceeded(const std::string& account_id, argument
80 void SigninNamesOnIOThread::GoogleSignedOut(const std::string& account_id, argument
/external/chromium_org/components/gcm_driver/
H A Dgcm_account_mapper.h71 void OnSendFinished(const std::string& account_id,
91 // Finds an account mapping in |accounts_| by |account_id|.
92 AccountMapping* FindMappingByAccountId(const std::string& account_id);
/external/chromium_org/google_apis/gaia/
H A Daccount_tracker.cc86 void AccountTracker::OnRefreshTokenAvailable(const std::string& account_id) { argument
90 account_id);
96 DVLOG(1) << "AVAILABLE " << account_id;
97 UpdateSignInState(account_id, true);
100 void AccountTracker::OnRefreshTokenRevoked(const std::string& account_id) { argument
104 account_id);
106 DVLOG(1) << "REVOKED " << account_id;
107 UpdateSignInState(account_id, false);
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_settings_test_helper.cc143 const std::string& account_id,
145 device_local_account_policy_[account_id].retrieve_callbacks_.push_back(
163 const std::string& account_id,
166 device_local_account_policy_[account_id].policy_blob_ = policy_blob;
167 device_local_account_policy_[account_id].store_callbacks_.push_back(callback);
171 const std::string& account_id,
142 RetrieveDeviceLocalAccountPolicy( const std::string& account_id, const RetrievePolicyCallback& callback) argument
162 StoreDeviceLocalAccountPolicy( const std::string& account_id, const std::string& policy_blob, const StorePolicyCallback& callback) argument
170 SetFlagsForUser( const std::string& account_id, const std::vector<std::string>& flags) argument
H A Ddevice_oauth2_token_service.cc90 const std::string& account_id) const {
99 return account_id == GetRobotAccountId();
146 const std::string& account_id) const {
173 const std::string& account_id,
198 request, account_id, getter, client_id, client_secret, scopes);
206 const std::string& account_id,
209 std::string refresh_token = GetRefreshToken(account_id);
171 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
205 CreateAccessTokenFetcher( const std::string& account_id, net::URLRequestContextGetter* getter, OAuth2AccessTokenConsumer* consumer) argument
H A Ddevice_settings_test_helper.h109 const std::string& account_id,
117 const std::string& account_id,
121 const std::string& account_id,
/external/chromium_org/components/policy/core/common/cloud/
H A Dcloud_policy_client_registration_helper.cc62 const std::string& account_id,
67 DCHECK(!account_id.empty());
68 DCHECK(token_service->RefreshTokenIsAvailable(account_id));
75 token_request_ = token_service->StartRequest(account_id, scopes, this);
172 const std::string& account_id,
182 account_id,
60 FetchAccessToken( OAuth2TokenService* token_service, const std::string& account_id, const StringCallback& callback) argument
170 StartRegistration( OAuth2TokenService* token_service, const std::string& account_id, const base::Closure& callback) argument
/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/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/sync/internal_api/attachments/
H A Dattachment_uploader_impl.cc47 const std::string& account_id,
110 const std::string& account_id,
120 account_id_(account_id),
257 const std::string& account_id,
263 account_id_(account_id),
268 DCHECK(!account_id.empty());
104 UploadState( const GURL& upload_url, const scoped_refptr<net::URLRequestContextGetter>& url_request_context_getter, const Attachment& attachment, const UploadCallback& user_callback, const std::string& account_id, const OAuth2TokenService::ScopeSet& scopes, OAuth2TokenServiceRequest::TokenServiceProvider* token_service_provider, const base::WeakPtr<AttachmentUploaderImpl>& owner) argument
253 AttachmentUploaderImpl( const GURL& sync_service_url, const scoped_refptr<net::URLRequestContextGetter>& url_request_context_getter, const std::string& account_id, const OAuth2TokenService::ScopeSet& scopes, const scoped_refptr<OAuth2TokenServiceRequest::TokenServiceProvider>& token_service_provider) argument
/external/chromium_org/chrome/browser/local_discovery/
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/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
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_downloader.h52 virtual void StartForAccount(const std::string& account_id);
92 virtual void OnRefreshTokenAvailable(const std::string& account_id) OVERRIDE;
/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

Completed in 3957 milliseconds

123456789