Home | History | Annotate | Download | only in web_request

Lines Matching refs:max_age

148          NullableEquals(a->max_age.get(), b->max_age.get()) &&
889 if (modification->max_age.get())
890 modified |= cookie->SetMaxAge(base::IntToString(*modification->max_age));
914 if (filter->max_age.get()) {
917 if (actual_value != base::IntToString(*filter->max_age))