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

1 2

  /external/chromium_org/google_apis/gaia/
fake_identity_provider.h 32 std::string account_id_; member in class:FakeIdentityProvider
oauth2_token_service_request.h 100 const std::string account_id_; member in class:OAuth2TokenServiceRequest
ubertoken_fetcher.h 77 std::string account_id_; member in class:UbertokenFetcher
oauth2_token_service.h 232 const std::string account_id_; member in class:OAuth2TokenService::RequestImpl
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...]
  /external/chromium_org/components/signin/core/browser/
fake_auth_status_provider.h 36 std::string account_id_; member in class:FakeAuthStatusProvider
account_service_flag_fetcher.h 76 const std::string account_id_; member in class:AccountServiceFlagFetcher
mutable_profile_oauth2_token_service.h 60 std::string account_id_; member in class:MutableProfileOAuth2TokenService::AccountInfo
account_tracker_service.cc 36 const std::string& account_id() { return account_id_; }
57 const std::string account_id_; member in class:AccountInfoFetcher
72 account_id_(account_id) {
87 account_id_, scopes, this);
125 account_id_);
  /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_service.h 73 const std::string& account_id() const { return account_id_; }
117 const std::string account_id_; member in class:policy::DeviceLocalAccountPolicyBroker
  /external/chromium_org/chrome/browser/local_discovery/
gcd_api_flow_impl.h 48 std::string account_id_; member in class:local_discovery::GCDApiFlowImpl
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
  /external/chromium_org/chrome/browser/sync/
profile_sync_auth_provider.h 55 std::string account_id_; member in class:ProfileSyncAuthProvider
  /external/chromium_org/components/signin/ios/browser/
profile_oauth2_token_service_ios.h 101 std::string account_id_; member in class:ProfileOAuth2TokenServiceIOS::AccountInfo
  /external/chromium_org/google_apis/drive/
auth_service.h 67 std::string account_id_; member in class:google_apis::AuthService
  /external/chromium_org/sync/internal_api/public/attachments/
attachment_downloader_impl.h 74 std::string account_id_; member in class:syncer::AttachmentDownloaderImpl
attachment_uploader_impl.h 62 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/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/android/profiles/
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/profiles/
profile_downloader.h 124 std::string account_id_; member in class:ProfileDownloader
  /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/chrome/browser/signin/
android_profile_oauth2_token_service.cc 58 std::string account_id_; member in class:__anon9302::AndroidAccessTokenFetcher
69 account_id_(account_id),
81 ConvertUTF8ToJavaString(env, account_id_);
  /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 374 milliseconds

1 2