Searched defs:prev_account_ids (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/signin/
H A Dandroid_profile_oauth2_token_service.cc292 const std::vector<std::string>& prev_account_ids,
302 for (std::vector<std::string>::const_iterator it = prev_account_ids.begin();
303 it != prev_account_ids.end(); it++) {
317 std::find(prev_account_ids.begin(), prev_account_ids.end(),
318 signed_in_account) == prev_account_ids.end()) {
329 std::find(prev_account_ids.begin(),
330 prev_account_ids.end(),
331 *it) == prev_account_ids.end()) {
342 if (std::find(prev_account_ids
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
[all...]

Completed in 734 milliseconds