HomeSort by relevance Sort by last modified time
    Searched refs:AccountInfo (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/components/signin/core/browser/
account_tracker_service.h 34 struct AccountInfo {
47 virtual void OnAccountUpdated(const AccountInfo& info) = 0;
48 virtual void OnAccountRemoved(const AccountInfo& info) = 0;
73 std::vector<AccountInfo> GetAccounts() const;
74 AccountInfo GetAccountInfo(const std::string& account_id);
75 AccountInfo FindAccountInfoByGaiaId(const std::string& gaia_id);
76 AccountInfo FindAccountInfoByEmail(const std::string& email);
98 AccountInfo info;
mutable_profile_oauth2_token_service.h 39 class AccountInfo : public SigninErrorController::AuthStatusProvider {
41 AccountInfo(ProfileOAuth2TokenService* token_service,
44 virtual ~AccountInfo();
64 DISALLOW_COPY_AND_ASSIGN(AccountInfo);
69 typedef std::map<std::string, linked_ptr<AccountInfo> > AccountInfoMap;
mutable_profile_oauth2_token_service.cc 83 MutableProfileOAuth2TokenService::AccountInfo::AccountInfo(
96 MutableProfileOAuth2TokenService::AccountInfo::~AccountInfo() {
100 void MutableProfileOAuth2TokenService::AccountInfo::SetLastAuthError(
109 MutableProfileOAuth2TokenService::AccountInfo::GetAccountId() const {
114 MutableProfileOAuth2TokenService::AccountInfo::GetUsername() const {
121 MutableProfileOAuth2TokenService::AccountInfo::GetAuthStatus() const {
204 new AccountInfo(this, loading_primary_account_id_, std::string()));
247 new AccountInfo(this, account_id, refresh_token))
    [all...]
account_tracker_service_unittest.cc 117 const AccountTrackerService::AccountInfo& ids) OVERRIDE;
119 const AccountTrackerService::AccountInfo& ids) OVERRIDE;
128 const AccountTrackerService::AccountInfo& ids) {
133 const AccountTrackerService::AccountInfo& ids) {
371 std::vector<AccountTrackerService::AccountInfo> infos =
387 AccountTrackerService::AccountInfo info =
394 AccountTrackerService::AccountInfo info =
404 AccountTrackerService::AccountInfo info =
416 AccountTrackerService::AccountInfo info =
431 AccountTrackerService::AccountInfo info
    [all...]
account_tracker_service.cc 194 std::vector<AccountTrackerService::AccountInfo>
196 std::vector<AccountInfo> accounts;
208 AccountTrackerService::AccountInfo AccountTrackerService::GetAccountInfo(
213 return AccountInfo();
216 AccountTrackerService::AccountInfo
228 return AccountInfo();
231 AccountTrackerService::AccountInfo
243 return AccountInfo();
  /external/chromium_org/chrome/browser/services/gcm/
gcm_account_tracker.h 32 TOKEN_NEEDED, // Needs a token (AccountInfo was recently created or
40 struct AccountInfo {
41 AccountInfo(const std::string& email, AccountState state);
42 ~AccountInfo();
80 typedef std::map<std::string, AccountInfo> AccountInfos;
gcm_account_tracker.cc 22 GCMAccountTracker::AccountInfo::AccountInfo(const std::string& email,
27 GCMAccountTracker::AccountInfo::~AccountInfo() {
65 iter->account_key, AccountInfo(iter->email, TOKEN_NEEDED)));
235 std::make_pair(ids.account_key, AccountInfo(ids.email, TOKEN_NEEDED)));
  /external/chromium_org/components/signin/ios/browser/
profile_oauth2_token_service_ios.h 86 class AccountInfo : public SigninErrorController::AuthStatusProvider {
88 AccountInfo(ProfileOAuth2TokenService* token_service,
90 virtual ~AccountInfo();
104 DISALLOW_COPY_AND_ASSIGN(AccountInfo);
109 typedef std::map<std::string, linked_ptr<AccountInfo> > AccountInfoMap;
  /frameworks/base/core/java/android/accounts/
ChooseAccountActivity.java 69 AccountInfo[] mAccountInfos = new AccountInfo[mAccounts.length];
71 mAccountInfos[i] = new AccountInfo(((Account) mAccounts[i]).name,
140 private static class AccountInfo {
144 AccountInfo(String name, Drawable drawable) {
155 private static class AccountArrayAdapter extends ArrayAdapter<AccountInfo> {
157 private AccountInfo[] mInfos;
159 public AccountArrayAdapter(Context context, int textViewResourceId, AccountInfo[] infos) {
  /frameworks/base/services/core/java/com/android/server/content/
SyncStorageEngine.java 213 static class AccountInfo {
218 AccountInfo(AccountAndUser accountAndUser) {
410 private final HashMap<AccountAndUser, AccountInfo> mAccounts
411 = new HashMap<AccountAndUser, AccountInfo>();
816 for (AccountInfo accountInfo : mAccounts.values()) {
817 if (account != null && !account.equals(accountInfo.accountAndUser.account)
818 && userId != accountInfo.accountAndUser.userId) {
821 for (AuthorityInfo authorityInfo : accountInfo.authorities.values()) {
841 for (AccountInfo accountInfo : mAccounts.values())
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_api.cc 229 api::identity::AccountInfo account_info;
280 api::identity::AccountInfo account_info;
    [all...]
identity_apitest.cc 438 scoped_ptr<api::identity::AccountInfo> info =
439 api::identity::AccountInfo::FromValue(**it);
472 scoped_ptr<api::identity::AccountInfo> info =
473 api::identity::AccountInfo::FromValue(**it);
    [all...]

Completed in 472 milliseconds