Searched refs:ReplaceStatusLine (Results 1 - 4 of 4) sorted by relevance

/external/chromium/net/http/
H A Dpartial_data.cc381 headers->ReplaceStatusLine("HTTP/1.1 206 Partial Content");
389 headers->ReplaceStatusLine(
401 headers->ReplaceStatusLine("HTTP/1.1 200 OK");
H A Dhttp_response_headers.h78 void ReplaceStatusLine(const std::string& new_status);
H A Dhttp_response_headers_unittest.cc1655 parsed->ReplaceStatusLine(name);
H A Dhttp_response_headers.cc317 void HttpResponseHeaders::ReplaceStatusLine(const std::string& new_status) { function in class:net::HttpResponseHeaders

Completed in 84 milliseconds