Home | History | Annotate | Download | only in web_request

Lines Matching refs:http_only

156          NullableEquals(a->http_only.get(), b->http_only.get());
841 if (modification->http_only.get())
842 modified |= cookie->SetIsHttpOnly(*modification->http_only);
880 if (filter->http_only && cookie->IsHttpOnly() != *filter->http_only)