HomeSort by relevance Sort by last modified time
    Searched refs:account_id_ (Results 1 - 25 of 43) 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
ubertoken_fetcher.cc 39 account_id_ = account_id;
70 token_service_->InvalidateToken(account_id_, scopes, access_token_);
108 token_service_->StartRequest(account_id_, scopes, this);
oauth2_token_service_request.cc 188 std::string account_id_; member in class:__anon12983::RequestCore
209 account_id_(account_id),
212 DCHECK(!account_id_.empty());
221 request_ = token_service()->StartRequest(account_id_, scopes_, this).Pass();
289 std::string account_id_; member in class:__anon12983::InvalidateCore
304 account_id_(account_id),
307 DCHECK(!account_id_.empty());
316 token_service()->InvalidateToken(account_id_, scopes_, access_token_);
358 return account_id_;
363 : account_id_(account_id)
    [all...]
oauth2_token_service_request.h 100 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
  /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:__anon7496::AccountInfoRetriever
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
inline_login_handler_chromeos.cc 30 : web_ui_(web_ui), account_id_(account_id) {}
46 token_service->UpdateCredentials(account_id_, oauth2_tokens.refresh_token);
56 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::__anon8787::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/chrome/browser/services/gcm/
gcm_profile_service.cc 68 std::string account_id_; member in class:gcm::GCMProfileService::IdentityObserver
96 if (account_id == account_id_)
98 account_id_ = account_id;
117 account_id_.clear();
130 return driver_->IsStarted() ? account_id_ : std::string();
  /external/chromium_org/google_apis/drive/
auth_service.cc 125 account_id_(account_id),
134 account_id_);
151 account_id_,
214 if (account_id == account_id_)
219 if (account_id == 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/sync/internal_api/public/attachments/
attachment_uploader_impl.h 62 std::string account_id_; member in class:syncer::AttachmentUploaderImpl
  /external/chromium_org/sync/internal_api/attachments/
attachment_uploader_impl.cc 93 std::string account_id_; member in class:syncer::AttachmentUploaderImpl::UploadState
120 account_id_(account_id),
126 DCHECK(!account_id_.empty());
167 token_service_provider_, account_id_, scopes_, access_token_);
232 token_service_provider_, account_id_, scopes_, this);
263 account_id_(account_id),
304 account_id_,
  /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 99 std::string account_id_; member in class:__anon9361::SupervisedUserRefreshTokenFetcherImpl
121 account_id_(account_id),
144 account_id_, scopes, this);
204 oauth2_token_service_->InvalidateToken(account_id_,

Completed in 517 milliseconds

1 2