Searched refs:refreshed_ids (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/signin/
H A Dandroid_profile_oauth2_token_service.cc257 std::vector<std::string> refreshed_ids; local
266 if (!ValidateAccounts(signed_in_account, prev_ids, curr_ids, refreshed_ids,
279 for (std::vector<std::string>::iterator it = refreshed_ids.begin();
280 it != refreshed_ids.end(); it++) {
294 std::vector<std::string>& refreshed_ids,
322 refreshed_ids.push_back(signed_in_account);
334 refreshed_ids.push_back(*it);
290 ValidateAccounts( const std::string& signed_in_account, const std::vector<std::string>& prev_account_ids, const std::vector<std::string>& curr_account_ids, std::vector<std::string>& refreshed_ids, std::vector<std::string>& revoked_ids, bool force_notifications) argument
H A Dandroid_profile_oauth2_token_service.h121 std::vector<std::string>& refreshed_ids,

Completed in 36 milliseconds