Home | History | Annotate | Download | only in sync

Lines Matching defs:io_data

294   ProfileIOData* io_data = ProfileIOData::FromResourceContext(context);
295 DCHECK(io_data);
296 io_data->set_reverse_autologin_pending_email(std::string());
691 ProfileIOData* io_data) {
693 request, io_data);
701 ProfileIOData* io_data) {
705 if (!io_data)
708 // Check for incognito before other parts of the io_data, since those
710 if (io_data->is_incognito())
713 if (!SigninManager::IsSigninAllowedOnIOThread(io_data))
716 if (!io_data->reverse_autologin_enabled()->GetValue())
719 if (!io_data->google_services_username()->GetValue().empty())
723 io_data->GetCookieSettings()))
732 const std::string& pending_email = io_data->reverse_autologin_pending_email();
735 io_data->google_services_username_pattern()->GetValue())) {
740 io_data->one_click_signin_rejected_email_list()->GetValue();
747 if (io_data->signin_names()->GetEmails().count(
758 ProfileIOData* io_data,
799 io_data->set_reverse_autologin_pending_email(email);