Home | History | Annotate | Download | only in blink

Lines Matching refs:chunked

148                        int64 instance_size, bool chunked, bool accept_ranges) {
159 // HTTP 1.1 doesn't permit Content-Length with Transfer-Encoding: chunked.
161 if (chunked) {
163 WebString::fromUTF8("chunked"));
178 // XXX: what's the difference between these two? For example in the chunked
179 // range request case, Content-Length is unspecified (because it's chunked)