Searched refs:account_id (Results 51 - 75 of 210) sorted by relevance

123456789

/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_local_account_policy_service.cc82 // policy cache used for |account_id|.
83 std::string GetCacheSubdirectoryForAccountID(const std::string& account_id) { argument
84 return base::HexEncode(account_id.c_str(), account_id.size());
126 : account_id_(account.account_id),
133 store_->account_id()),
143 GetCacheSubdirectoryForAccountID(account.account_id)));
326 const std::string& account_id) {
327 return busy_extension_cache_directories_.find(account_id) !=
335 !IsExtensionCacheDirectoryBusy(it->second->account_id())) {
325 IsExtensionCacheDirectoryBusy( const std::string& account_id) argument
341 StartExtensionCacheForAccountIfPresent( const std::string& account_id) argument
361 OnObsoleteExtensionCacheShutdown( const std::string& account_id) argument
389 OnObsoleteExtensionCacheDeleted( const std::string& account_id) argument
[all...]
H A Ddevice_local_account_external_data_service.cc72 const std::string& account_id,
75 external_data_managers_[account_id];
78 account_id,
71 GetExternalDataManager( const std::string& account_id, CloudPolicyStore* policy_store) argument
H A Ddevice_local_account_external_data_manager.h48 // The data is keyed by |account_id|, allowing one cache to be shared by any
52 const std::string& account_id,
H A Ddevice_local_account_policy_store.h42 const std::string& account_id,
48 const std::string& account_id() const { return account_id_; } function in class:policy::DeviceLocalAccountPolicyStore
H A Ddevice_local_account_policy_service.h71 // For the difference between |account_id| and |user_id|, see the
73 const std::string& account_id() const { return account_id_; } function in class:policy::DeviceLocalAccountPolicyBroker
185 // cached for |account_id| is busy, either because a broker that was using
188 bool IsExtensionCacheDirectoryBusy(const std::string& account_id);
194 // Checks whether a broker exists for |account_id|. If so, starts the broker's
196 bool StartExtensionCacheForAccountIfPresent(const std::string& account_id);
202 // Called back when the extension cache for |account_id| has been shut down.
203 void OnObsoleteExtensionCacheShutdown(const std::string& account_id);
205 // Called back when the extension cache for |account_id| has been removed.
206 void OnObsoleteExtensionCacheDeleted(const std::string& account_id);
[all...]
/external/chromium_org/google_apis/gaia/
H A Dmerge_session_helper.h38 // merged is given by |account_id|. If |error| is equal to
40 virtual void MergeSessionCompleted(const std::string& account_id,
110 void LogIn(const std::string& account_id);
119 // Signout of |account_id| given a list of accounts already signed in.
122 // the sign in order. |account_id| does not have to be in |accounts|.
123 void LogOut(const std::string& account_id,
132 void SignalComplete(const std::string& account_id,
158 void LogOutInternal(const std::string& account_id,
H A Doauth2_token_service_request.cc162 const std::string& account_id,
203 const std::string& account_id,
209 account_id_(account_id),
275 const std::string& account_id,
300 const std::string& account_id,
304 account_id_(account_id),
329 const std::string& account_id,
333 new OAuth2TokenServiceRequest(account_id));
335 new RequestCore(request.get(), provider, consumer, account_id, scopes));
343 const std::string& account_id,
198 RequestCore( OAuth2TokenServiceRequest* owner, const scoped_refptr<OAuth2TokenServiceRequest::TokenServiceProvider>& provider, OAuth2TokenService::Consumer* consumer, const std::string& account_id, const OAuth2TokenService::ScopeSet& scopes) argument
295 InvalidateCore( OAuth2TokenServiceRequest* owner, const scoped_refptr<OAuth2TokenServiceRequest::TokenServiceProvider>& provider, const std::string& access_token, const std::string& account_id, const OAuth2TokenService::ScopeSet& scopes) argument
327 CreateAndStart( const scoped_refptr<TokenServiceProvider>& provider, const std::string& account_id, const OAuth2TokenService::ScopeSet& scopes, OAuth2TokenService::Consumer* consumer) argument
341 InvalidateToken( const scoped_refptr<TokenServiceProvider>& provider, const std::string& account_id, const OAuth2TokenService::ScopeSet& scopes, const std::string& access_token) argument
361 OAuth2TokenServiceRequest( const std::string& account_id) 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;
H A Dfake_identity_provider.h22 void LogIn(const std::string& account_id);
/external/chromium_org/components/gcm_driver/
H A Dgcm_account_mapper_unittest.cc22 AccountMapping MakeAccountMapping(const std::string& account_id, argument
27 account_mapping.account_id = account_id;
28 account_mapping.email = account_id + "@gmail.com";
37 const std::string& account_id) {
39 account_token.account_id = account_id;
40 account_token.email = account_id + "@gmail.com";
41 account_token.access_token = account_id + "_token";
59 << "; Account ID of expected: " << expected_iter->account_id;
36 MakeAccountTokenInfo( const std::string& account_id) argument
149 RemoveAccountMapping(const std::string& account_id) argument
[all...]
H A Dgcm_account_mapper.cc84 FindMappingByAccountId(token_iter->account_id);
88 new_mapping.account_id = token_iter->account_id;
175 gcm_driver_->RemoveAccountMapping(account_mapping_it->account_id);
200 gcm_driver_->RemoveAccountMapping(account_mapping_it->account_id);
265 account_mapping.account_id));
268 void GCMAccountMapper::OnSendFinished(const std::string& account_id, argument
275 AccountMapping* account_mapping = FindMappingByAccountId(account_id);
330 const std::string& account_id) {
334 if (iter->account_id
329 FindMappingByAccountId( const std::string& account_id) argument
[all...]
/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/settings/
H A Ddevice_oauth2_token_service.h42 // be used in places where API expects |account_id|.
59 virtual bool RefreshTokenIsAvailable(const std::string& account_id)
77 const std::string& account_id,
83 const std::string& account_id,
114 // Returns the refresh token for account_id.
115 std::string GetRefreshToken(const std::string& account_id) const;
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_signin_flow.h43 virtual void OnRefreshTokenAvailable(const std::string& account_id) OVERRIDE;
/external/chromium_org/chrome/browser/signin/
H A Dsignin_ui_util.h47 // to not ne known yet. In this case, use |account_id|, which is assumed to
49 std::string GetDisplayEmail(Profile* profile, const std::string& account_id);
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_refresh_token_fetcher.h40 const std::string& account_id,
/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 Dfake_auth_status_provider.h21 void SetAuthError(const std::string& account_id,
H A Daccount_service_flag_fetcher.h45 AccountServiceFlagFetcher(const std::string& account_id,
58 virtual void OnRefreshTokenAvailable(const std::string& account_id) OVERRIDE;
H A Dprofile_oauth2_token_service.h62 // Updates a |refresh_token| for an |account_id|. Credentials are persisted,
64 virtual void UpdateCredentials(const std::string& account_id,
93 const std::string& account_id,
H A Dsignin_manager_base.h51 virtual void GoogleSigninSucceeded(const std::string& account_id, argument
56 virtual void GoogleSignedOut(const std::string& account_id, argument
/external/chromium_org/sync/internal_api/public/attachments/
H A Dattachment_downloader.h49 // |account_id| is the account id to use for downloads.
58 const std::string& account_id,
/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
/external/chromium_org/chrome/browser/metrics/
H A Dsignin_status_metrics_provider.h81 virtual void GoogleSigninSucceeded(const std::string& account_id,
84 virtual void GoogleSignedOut(const std::string& account_id,
/external/chromium_org/chrome/browser/profiles/
H A Dgaia_info_update_service.h55 virtual void GoogleSigninSucceeded(const std::string& account_id,
58 virtual void GoogleSignedOut(const std::string& account_id,

Completed in 6700 milliseconds

123456789