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

  /external/chromium_org/chrome/browser/chromeos/policy/
device_local_account.h 30 const std::string& account_id,
36 std::string account_id; member in struct:policy::DeviceLocalAccount
42 std::string GenerateDeviceLocalAccountUserId(const std::string& account_id,
device_local_account_policy_store.h 37 const std::string& account_id,
42 const std::string& account_id() const { return account_id_; } function in class:policy::DeviceLocalAccountPolicyStore
device_local_account.cc 29 const std::string& account_id,
33 account_id(account_id),
34 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()) + "@" +
82 it->account_id);
120 std::string account_id; local
122 chromeos::kAccountsPrefDeviceLocalAccountsKeyId, &account_id) ||
155 << i << ": " << account_id << "."; local
    [all...]
device_local_account_policy_service.h 136 std::string account_id; member in struct:policy::DeviceLocalAccountPolicyService::PolicyBrokerWrapper
  /external/chromium_org/chrome/browser/signin/
profile_oauth2_token_service.cc 33 bool IsLegacyServiceId(const std::string& account_id) {
34 return account_id.compare(0u, kAccountIdPrefixLength, kAccountIdPrefix) != 0;
41 std::string ApplyAccountIdPrefix(const std::string& account_id) {
42 return kAccountIdPrefix + account_id;
140 // to the token being replaced (old token for the same account_id).
221 const std::string& account_id,
226 bool refresh_token_present = refresh_tokens_.count(account_id) > 0;
228 refresh_tokens_[account_id] != refresh_token) {
231 CancelRequestsForToken(refresh_tokens_[account_id]);
234 refresh_tokens_[account_id] = refresh_token
335 std::string account_id = RemoveAccountIdPrefix(prefixed_account_id); local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_provider.cc 252 std::string account_id; local
254 kAccountsPrefDeviceLocalAccountsKeyId, &account_id)) {
255 account->set_account_id(account_id);
504 kAccountsPrefDeviceLocalAccountsKeyId, entry->account_id());
    [all...]

Completed in 5792 milliseconds