Home | History | Annotate | Download | only in http

Lines Matching defs:GetStatusLine

316   std::string new_raw_headers(GetStatusLine());
534 std::string HttpResponseHeaders::GetStatusLine() const {
540 // GetStatusLine() is already normalized, so it has the format:
542 std::string status_text = GetStatusLine();
1343 headers->Append(new base::StringValue(GetStatusLine()));