Home
last modified time | relevance | path

Searched refs:AccountInfoMap (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/signin/
Dprofile_oauth2_token_service.h111 typedef std::map<std::string, linked_ptr<AccountInfo> > AccountInfoMap; typedef
137 AccountInfoMap& refresh_tokens() { return refresh_tokens_; } in refresh_tokens()
154 AccountInfoMap refresh_tokens_;
Dprofile_oauth2_token_service.cc141 AccountInfoMap::const_iterator iter = refresh_tokens_.find(account_id); in GetRefreshToken()
186 for (AccountInfoMap::const_iterator iter = refresh_tokens_.begin(); in GetAccounts()
264 AccountInfoMap tokens = refresh_tokens_; in RevokeAllCredentials()
265 for (AccountInfoMap::iterator i = tokens.begin(); i != tokens.end(); ++i) in RevokeAllCredentials()