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

1 2

  /external/chromium_org/chrome/browser/extensions/api/identity/
extension_token_key.h 15 const std::string& account_id,
20 std::string account_id; member in struct:extensions::ExtensionTokenKey
  /external/chromium_org/chrome/browser/services/gcm/
fake_signin_manager.cc 46 const std::string account_id = GetAuthenticatedAccountId(); local
52 GoogleSignedOut(account_id, username));
gcm_profile_service.cc 95 const std::string account_id = identity_provider_->GetActiveAccountId(); local
96 if (account_id == account_id_)
98 account_id_ = account_id;
  /external/chromium_org/chrome/browser/chromeos/policy/
device_local_account.h 30 const std::string& account_id,
36 // * The |account_id| is chosen by the entity that defines the device-local
37 // account. The only constraints are that the |account_id| be unique and,
43 // The |account_id| is primarily used by policy code: If device policy defines
44 // a device-local account with a certain |account_id|, the user policy for
45 // that account has to be fetched by referencing the same |account_id|.
48 // of the global user list on the device. The |account_id| would not be safe
52 std::string account_id; member in struct:policy::DeviceLocalAccount
57 std::string GenerateDeviceLocalAccountUserId(const std::string& account_id,
device_local_account_policy_store.h 42 const std::string& account_id,
48 const std::string& account_id() const { return account_id_; } function in class:policy::DeviceLocalAccountPolicyStore
device_local_account.cc 31 const std::string& account_id,
34 account_id(account_id),
35 user_id(GenerateDeviceLocalAccountUserId(account_id, type)),
42 std::string GenerateDeviceLocalAccountUserId(const std::string& account_id,
57 base::HexEncode(account_id.c_str(), account_id.size()) + "@" +
101 it->account_id);
134 std::string account_id; local
136 chromeos::kAccountsPrefDeviceLocalAccountsKeyId, &account_id) ||
165 << i << ": " << account_id << "."; local
    [all...]
device_local_account_policy_service.h 71 // 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...]
user_cloud_policy_manager_chromeos_unittest.cc 551 const std::string& account_id = signin_manager->GetAuthenticatedAccountId(); local
552 EXPECT_FALSE(token_service->RefreshTokenIsAvailable(account_id));
553 token_service->UpdateCredentials(account_id, "refresh_token");
554 EXPECT_TRUE(token_service->RefreshTokenIsAvailable(account_id));
  /external/chromium_org/chrome/browser/signin/
fake_profile_oauth2_token_service.h 51 std::string account_id; member in struct:FakeProfileOAuth2TokenService::PendingRequest
63 const std::string& account_id) const OVERRIDE;
72 virtual void UpdateCredentials(const std::string& account_id,
82 void IssueRefreshTokenForUser(const std::string& account_id,
93 void IssueAllTokensForAccount(const std::string& account_id,
98 const std::string& account_id,
120 const std::string& account_id,
127 const std::string& account_id,
131 virtual void InvalidateOAuth2Token(const std::string& account_id,
141 // matching |scopes| are completed. If |account_id| is empty, then pendin
    [all...]
fake_signin_manager.cc 88 const std::string account_id = GetAuthenticatedAccountId(); local
93 GoogleSignedOut(account_id, username));
android_profile_oauth2_token_service.cc 40 const std::string& account_id);
66 const std::string& account_id)
69 account_id_(account_id),
173 const std::string& account_id) const {
176 ConvertUTF8ToJavaString(env, account_id);
185 const std::string& account_id,
217 const std::string& account_id,
220 DCHECK(!account_id.empty());
221 return new AndroidAccessTokenFetcher(consumer, account_id);
225 const std::string& account_id,
364 std::string account_id = ConvertJavaStringToUTF8(env, account_name); local
387 std::string account_id = ConvertJavaStringToUTF8(env, account_name); local
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_factory.cc 118 std::string account_id = signin_wrapper->GetAccountIdToUse(); local
  /external/chromium_org/google_apis/gaia/
fake_oauth2_token_service.h 27 void AddAccount(const std::string& account_id);
28 void RemoveAccount(const std::string& account_id);
32 void IssueAllTokensForAccount(const std::string& account_id,
36 const std::string& account_id,
46 const std::string& account_id,
52 virtual void InvalidateOAuth2Token(const std::string& account_id,
57 virtual bool RefreshTokenIsAvailable(const std::string& account_id) const
65 std::string account_id; member in struct:FakeOAuth2TokenService::PendingRequest
76 const std::string& account_id,
oauth2_token_service.h 93 // account |account_id|. Once available, access tokens can be retrieved for
96 virtual void OnRefreshTokenAvailable(const std::string& account_id) {}
98 // account |account_id|.
99 virtual void OnRefreshTokenRevoked(const std::string& account_id) {}
118 virtual void OnAccessTokenRequested(const std::string& account_id,
124 virtual void OnFetchAccessTokenComplete(const std::string& account_id,
129 virtual void OnTokenRemoved(const std::string& account_id,
144 // Checks in the cache for a valid access token for a specified |account_id|
147 // |account_id|. The caller owns the returned Request.
151 scoped_ptr<Request> StartRequest(const std::string& account_id,
324 std::string account_id; member in struct:OAuth2TokenService::RequestParameters
    [all...]
  /external/chromium_org/google_apis/gcm/engine/
account_mapping.h 33 // Serializes account mapping to string without |account_id|, |status| or
36 // Parses account mapping from store, without |account_id| or |access_token|.
41 std::string account_id; member in struct:gcm::AccountMapping
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
inline_login_handler_chromeos.cc 29 const std::string& account_id)
30 : web_ui_(web_ui), account_id_(account_id) {}
75 std::string account_id; local
76 dict->GetString("email", &account_id);
77 CHECK(!account_id.empty()) << "Account ID is empty.";
79 oauth2_delegate_.reset(new InlineLoginUIOAuth2Delegate(web_ui(), account_id));
  /external/chromium_org/components/signin/core/browser/
signin_error_controller.cc 64 std::string account_id = (*it)->GetAccountId(); local
68 if (error.state() == prev_state && account_id == prev_account_id) {
70 error_account_id_ = account_id;
80 error_account_id_ = account_id;
account_tracker_service.h 35 std::string account_id; // The account ID used by OAuth2TokenService. member in struct:AccountTrackerService::AccountInfo
74 AccountInfo GetAccountInfo(const std::string& account_id);
94 virtual void OnRefreshTokenAvailable(const std::string& account_id) OVERRIDE;
95 virtual void OnRefreshTokenRevoked(const std::string& account_id) OVERRIDE;
104 void StartTrackingAccount(const std::string& account_id);
105 void StopTrackingAccount(const std::string& account_id);
108 virtual void StartFetchingUserInfo(const std::string& account_id);
account_tracker_service.cc 21 const char kAccountKeyPath[] = "account_id";
33 const std::string& account_id);
36 const std::string& account_id() { return account_id_; } function in class:AccountInfoFetcher
67 const std::string& account_id)
72 account_id_(account_id) {
75 "account_id", account_id);
124 "account_id",
209 const std::string& account_id) {
210 if (ContainsKey(accounts_, account_id))
339 const std::string& account_id = fetcher->account_id(); local
365 const std::string& account_id = fetcher->account_id(); local
379 std::string account_id = base::UTF16ToUTF8(value); local
    [all...]
  /external/chromium_org/chrome/browser/android/profiles/
profile_downloader_android.cc 27 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);
  /external/chromium_org/chrome/browser/chromeos/login/screens/
controller_pairing_screen.cc 199 const std::string account_id = local
201 const std::string domain(gaia::ExtractDomainName(account_id));
  /external/chromium_org/ash/system/user/
accounts_detailed_view.cc 206 const std::string& account_id = secondary_accounts[i]; local
208 base::ASCIIToUTF16(delegate_->GetAccountDisplayName(account_id)));
212 delete_button_to_account_id_[delete_button] = account_id;
  /external/chromium_org/chrome/browser/sync/test/integration/
profile_sync_service_harness.cc 166 std::string account_id = profile_->IsSupervised() ? local
169 std::string account_id = username_; local
171 DCHECK(!account_id.empty());
173 UpdateCredentials(account_id, GenerateFakeOAuth2RefreshTokenString());
  /external/chromium_org/components/invalidation/
ticl_invalidation_service.cc 194 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) {
  /external/chromium_org/components/gcm_driver/
gcm_client.h 146 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;

Completed in 958 milliseconds

1 2