Searched refs:AccountInfoMap (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/signin/core/browser/
H A Dmutable_profile_oauth2_token_service.h69 typedef std::map<std::string, linked_ptr<AccountInfo> > AccountInfoMap; typedef in class:MutableProfileOAuth2TokenService
91 AccountInfoMap& refresh_tokens() { return refresh_tokens_; }
128 AccountInfoMap refresh_tokens_;
H A Dmutable_profile_oauth2_token_service.cc149 AccountInfoMap::const_iterator iter = refresh_tokens_.find(account_id);
208 for (AccountInfoMap::const_iterator i = refresh_tokens_.begin();
285 for (AccountInfoMap::const_iterator iter = refresh_tokens_.begin();
372 AccountInfoMap tokens = refresh_tokens_;
373 for (AccountInfoMap::iterator i = tokens.begin(); i != tokens.end(); ++i)
/external/chromium_org/components/signin/ios/browser/
H A Dprofile_oauth2_token_service_ios.h109 typedef std::map<std::string, linked_ptr<AccountInfo> > AccountInfoMap; typedef in class:ProfileOAuth2TokenServiceIOS
115 AccountInfoMap accounts_;

Completed in 186 milliseconds