Searched refs:account_id (Results 101 - 125 of 210) sorted by relevance

123456789

/external/chromium_org/chromeos/dbus/
H A Dsession_manager_client.h140 const std::string& account_id,
162 const std::string& account_id,
/external/chromium_org/chrome/browser/chromeos/policy/
H A Duser_cloud_policy_token_forwarder.cc43 const std::string& account_id) {
42 OnRefreshTokenAvailable( const std::string& account_id) argument
H A Duser_cloud_policy_token_forwarder.h42 virtual void OnRefreshTokenAvailable(const std::string& account_id) OVERRIDE;
H A Dconsumer_management_service.cc283 const std::string& account_id) {
286 if (account_id == GetAccountIdFromProfile(enrolling_profile_)) {
392 const std::string& account_id = GetAccountIdFromProfile(profile); local
395 if (token_service->RefreshTokenIsAvailable(account_id)) {
409 const std::string& account_id = GetAccountIdFromProfile(enrolling_profile_); local
411 enrolling_profile_)->StartRequest(account_id, oauth_scopes, this);
282 OnRefreshTokenAvailable( const std::string& account_id) argument
H A Dcloud_external_data_policy_observer_unittest.cc117 void SetDeviceLocalAccountAvatarPolicy(const std::string& account_id,
120 void AddDeviceLocalAccount(const std::string& account_id);
121 void RemoveDeviceLocalAccount(const std::string& account_id);
259 const std::string& account_id,
264 builder.policy_data().set_settings_entity_id(account_id);
265 builder.policy_data().set_username(account_id);
270 account_id,
275 const std::string& account_id) {
278 account->set_account_id(account_id);
287 const std::string& account_id) {
258 SetDeviceLocalAccountAvatarPolicy( const std::string& account_id, const std::string& value) argument
274 AddDeviceLocalAccount( const std::string& account_id) argument
286 RemoveDeviceLocalAccount( const std::string& account_id) argument
[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
/external/chromium_org/chrome/browser/extensions/token_cache/
H A Dtoken_cache_service.cc73 void TokenCacheService::GoogleSignedOut(const std::string& account_id, argument
/external/chromium_org/chrome/browser/local_discovery/
H A Dgcd_api_flow_impl.h25 const std::string& account_id);
/external/chromium_org/chrome/browser/policy/cloud/
H A Duser_policy_signin_service.h55 virtual void OnRefreshTokenAvailable(const std::string& account_id) OVERRIDE;
/external/chromium_org/chrome/browser/signin/
H A Dsignin_promo.h91 // Returns a sign in promo URL specifically for reauthenticating |account_id|.
92 GURL GetReauthURL(Profile* profile, const std::string& account_id);
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_auth_provider.h27 const std::string& account_id,
/external/chromium_org/chrome/browser/ui/
H A Dauto_login_infobar_delegate.h69 virtual void GoogleSignedOut(const std::string& account_id,
/external/chromium_org/components/gcm_driver/
H A Dfake_gcm_driver.cc86 void FakeGCMDriver::RemoveAccountMapping(const std::string& account_id) { argument
H A Dfake_gcm_driver.h41 virtual void RemoveAccountMapping(const std::string& account_id) OVERRIDE;
H A Dgcm_client.h146 std::string account_id; member in struct:gcm::GCMClient::AccountTokenInfo
294 // Removes the account mapping related to |account_id| from the persistent
296 virtual void RemoveAccountMapping(const std::string& account_id) = 0;
/external/chromium_org/components/policy/core/common/cloud/
H A Dcloud_policy_client_registration_helper.h44 // and DM services, using the |account_id|.
48 const std::string& account_id,
/external/chromium_org/components/signin/core/browser/
H A Dsignin_client.h81 virtual void GoogleSigninSucceeded(const std::string& account_id, argument
H A Dsignin_manager.cc85 const std::string& account_id = GetAuthenticatedUsername(); local
86 if (token_service_ && !account_id.empty())
87 token_service_->LoadCredentials(account_id);
204 const std::string account_id = GetAuthenticatedAccountId(); local
233 GoogleSignedOut(account_id, username));
/external/chromium_org/google_apis/gaia/
H A Doauth2_token_service_request_unittest.cc84 const std::string& account_id,
90 virtual void InvalidateOAuth2Token(const std::string& account_id,
123 const std::string& account_id,
138 const std::string& account_id,
121 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
137 InvalidateOAuth2Token( const std::string& account_id, const std::string& client_id, const ScopeSet& scopes, const std::string& access_token) argument
H A Dubertoken_fetcher.h50 // Start fetching the token for |account_id|.
51 virtual void StartFetchingToken(const std::string& account_id);
/external/chromium_org/sync/internal_api/public/attachments/
H A Dattachment_uploader_impl.h30 // |account_id| is the account id to use for uploads.
39 const std::string& account_id,
/external/chromium_org/components/invalidation/
H A Dticl_invalidation_service.cc194 const std::string& account_id = identity_provider_->GetActiveAccountId(); local
196 token_service->InvalidateToken(account_id, oauth2_scopes, access_token_);
199 token_service->StartRequest(account_id, oauth2_scopes, this);
249 const std::string& account_id) {
255 const std::string& account_id) {
248 OnRefreshTokenAvailable( const std::string& account_id) argument
254 OnRefreshTokenRevoked( const std::string& account_id) argument
H A Dticl_invalidation_service.h101 virtual void OnRefreshTokenAvailable(const std::string& account_id) OVERRIDE;
102 virtual void OnRefreshTokenRevoked(const std::string& account_id) OVERRIDE;
/external/chromium_org/chrome/browser/metrics/
H A Dsignin_status_metrics_provider.cc129 const std::string& account_id,
142 void SigninStatusMetricsProvider::GoogleSignedOut(const std::string& account_id, argument
128 GoogleSigninSucceeded( const std::string& account_id, const std::string& username, const std::string& password) argument
/external/chromium_org/chrome/browser/ui/webui/local_discovery/
H A Dlocal_discovery_ui_handler.h97 virtual void GoogleSigninSucceeded(const std::string& account_id,
100 virtual void GoogleSignedOut(const std::string& account_id,

Completed in 3545 milliseconds

123456789