Home | History | Annotate | Download | only in sync

Lines Matching refs:io_data

330   ProfileIOData* io_data = ProfileIOData::FromResourceContext(context);
331 DCHECK(io_data);
332 io_data->set_reverse_autologin_pending_email(std::string());
883 ProfileIOData* io_data) {
884 return CanOfferOnIOThreadImpl(request->url(), request, io_data);
891 ProfileIOData* io_data) {
895 if (!io_data)
898 // Check for incognito before other parts of the io_data, since those
900 if (io_data->IsOffTheRecord())
903 if (!io_data->signin_allowed()->GetValue())
906 if (!io_data->reverse_autologin_enabled()->GetValue())
909 if (!io_data->google_services_username()->GetValue().empty())
913 io_data->GetCookieSettings()))
922 const std::string& pending_email = io_data->reverse_autologin_pending_email();
925 io_data->google_services_username_pattern()->GetValue())) {
930 io_data->one_click_signin_rejected_email_list()->GetValue();
937 if (io_data->signin_names()->GetEmails().count(
948 ProfileIOData* io_data,
989 io_data->set_reverse_autologin_pending_email(email);