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

/external/chromium_org/chrome/browser/signin/
H A Dandroid_profile_oauth2_token_service.cc258 std::vector<std::string> revoked_ids; local
267 revoked_ids, force_notifications)) {
284 for (std::vector<std::string>::iterator it = revoked_ids.begin();
285 it != revoked_ids.end(); it++) {
295 std::vector<std::string>& revoked_ids,
312 revoked_ids.push_back(*it);
346 revoked_ids.push_back(signed_in_account);
354 revoked_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.h122 std::vector<std::string>& revoked_ids,

Completed in 73 milliseconds