HomeSort by relevance Sort by last modified time
    Searched refs:account_id_ (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/google_apis/gaia/
fake_identity_provider.cc 17 account_id_ = account_id;
22 account_id_.clear();
27 return account_id_;
31 return account_id_;
oauth2_token_service_unittest.cc 29 account_id_(account_id) {}
36 account_id_, OAuth2TokenService::ScopeSet(), this).release());
40 std::string account_id_; member in class:RetryingTestingOAuth2TokenServiceConsumer
100 account_id_ = "test_user@gmail.com";
112 std::string account_id_; member in class:OAuth2TokenServiceTest
118 oauth2_service_->StartRequest(account_id_, OAuth2TokenService::ScopeSet(),
127 oauth2_service_->set_refresh_token(account_id_, "refreshToken");
129 oauth2_service_->StartRequest(account_id_,
147 oauth2_service_->set_refresh_token(account_id_, "refreshToken");
149 oauth2_service_->StartRequest(account_id_,
    [all...]
fake_identity_provider.h 32 std::string account_id_; member in class:FakeIdentityProvider
oauth2_token_service_request.cc 180 std::string account_id_; member in class:__anon12466::RequestCore
200 account_id_(account_id),
203 DCHECK(!account_id_.empty());
212 request_ = token_service()->StartRequest(account_id_, scopes_, this).Pass();
279 std::string account_id_; member in class:__anon12466::InvalidateCore
293 account_id_(account_id),
296 DCHECK(!account_id_.empty());
305 token_service()->InvalidateToken(account_id_, scopes_, access_token_);
347 return account_id_;
352 : account_id_(account_id)
    [all...]
oauth2_token_service_request.h 90 const std::string account_id_; member in class:OAuth2TokenServiceRequest
  /external/chromium_org/components/signin/core/browser/
fake_auth_status_provider.cc 18 return account_id_;
32 account_id_ = account_id;
account_service_flag_fetcher.cc 17 account_id_(account_id),
33 if (token_service_->RefreshTokenIsAvailable(account_id_)) {
44 if (account_id != account_id_)
58 << "Did not get a refresh token for account " << account_id_;
66 account_id_, scopes, this);
fake_auth_status_provider.h 36 std::string account_id_; member in class:FakeAuthStatusProvider
account_reconcilor.cc 70 const std::string account_id_; member in class:AccountReconcilor::RefreshTokenFetcher
84 account_id_(account_id),
95 << " account=" << account_id_ << " email=" << email
108 << " account=" << account_id_ << " session_index=" << session_index_;
109 reconcilor_->HandleRefreshTokenFetched(account_id_, std::string());
134 const std::string account_id_; member in class:AccountReconcilor::UserIdFetcher
145 account_id_(account_id),
149 DCHECK(!account_id_.empty());
164 VLOG(1) << "AccountReconcilor::OnGetUserIdResponse: " << account_id_;
167 reconcilor_->HandleSuccessfulAccountIdCheck(account_id_);
    [all...]
account_service_flag_fetcher.h 76 const std::string account_id_; member in class:AccountServiceFlagFetcher
  /external/chromium_org/chrome/browser/android/profiles/
profile_downloader_android.h 24 const std::string& account_id_,
profile_downloader_android.cc 30 account_id_(account_id),
35 profile_image_downloader_->StartForAccount(account_id_);
63 account_id_,
83 const std::string account_id_; member in class:__anon7431::AccountInfoRetriever
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
inline_login_handler_chromeos.cc 28 : web_ui_(web_ui), account_id_(account_id) {}
44 token_service->UpdateCredentials(account_id_, oauth2_tokens.refresh_token);
54 std::string account_id_; member in class:chromeos::InlineLoginHandlerChromeOS::InlineLoginUIOAuth2Delegate
  /external/chromium_org/chrome/browser/local_discovery/
gcd_api_flow_unittest.cc 49 account_id_(kAccountId) {}
56 token_service_.AddAccount(account_id_);
65 request_context_.get(), &token_service_, account_id_));
73 std::string account_id_; member in class:local_discovery::__anon8713::GCDApiFlowTest
gcd_api_flow_impl.h 48 std::string account_id_; member in class:local_discovery::GCDApiFlowImpl
gcd_api_flow_impl.cc 28 account_id_(account_id) {
39 token_service_->StartRequest(account_id_, oauth_scopes, this);
  /external/chromium_org/chrome/browser/chromeos/policy/
device_local_account_policy_store.h 48 const std::string& account_id() const { return account_id_; }
83 const std::string account_id_; member in class:policy::DeviceLocalAccountPolicyStore
device_local_account_policy_store.cc 30 account_id_(account_id),
40 account_id_,
106 account_id_,
153 validator->ValidateUsername(account_id_, false);
  /external/chromium_org/sync/internal_api/attachments/
attachment_uploader_impl.cc 80 std::string account_id_; member in class:syncer::AttachmentUploaderImpl::UploadState
106 account_id_(account_id),
112 DCHECK(!account_id_.empty());
148 token_service_provider_, account_id_, scopes_, access_token_);
194 token_service_provider_, account_id_, scopes_, this);
221 account_id_(account_id),
246 account_id_,
  /external/chromium_org/chrome/browser/sync/
profile_sync_auth_provider.cc 77 account_id_(account_id),
98 token_service_->StartRequest(account_id_, oauth2_scope_, this);
129 token_service_->InvalidateToken(account_id_, oauth2_scope_, token);
profile_sync_auth_provider.h 55 std::string account_id_; member in class:ProfileSyncAuthProvider
  /external/chromium_org/chrome/browser/services/gcm/
gcm_profile_service.cc 49 std::string account_id_; member in class:gcm::GCMProfileService::IdentityObserver
73 if (account_id == account_id_)
75 account_id_ = account_id;
85 return driver_->IsStarted() ? account_id_ : std::string();
  /external/chromium_org/sync/internal_api/public/attachments/
attachment_uploader_impl.h 60 std::string account_id_; member in class:syncer::AttachmentUploaderImpl
  /external/chromium_org/chrome/browser/extensions/api/identity/
gaia_web_auth_flow.h 88 std::string account_id_; member in class:extensions::GaiaWebAuthFlow
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_refresh_token_fetcher.cc 94 std::string account_id_; member in class:__anon9291::SupervisedUserRefreshTokenFetcherImpl
114 account_id_(account_id),
136 account_id_, scopes, this);
191 oauth2_token_service_->InvalidateToken(account_id_,

Completed in 383 milliseconds

1 2