Home | History | Annotate | Download | only in glue

Lines Matching refs:headers

27 // The list of response headers that we do not copy from the original
113 // Headers
121 // Successfully parsed headers.
163 // Ok, back to parsing headers
214 // Grab the headers being liberal about line endings.
226 // A blank line, end of headers
238 // Eat headers
239 std::string headers("\n");
240 headers.append(data_, 0, line_end_pos);
243 // Create a WebURLResponse based on the original set of headers + the
244 // replacement headers. We only replace the same few headers that gecko
246 std::string content_type = net::GetSpecificHeader(headers, "content-type");
261 std::string value = net::GetSpecificHeader(headers, name);