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

/external/chromium_org/net/test/embedded_test_server/
H A Dembedded_test_server.cc29 class CustomHttpResponse : public HttpResponse { class in namespace:net::test_server::__anon9638
31 CustomHttpResponse(const std::string& headers, const std::string& contents) function in class:net::test_server::__anon9638::CustomHttpResponse
43 DISALLOW_COPY_AND_ASSIGN(CustomHttpResponse);
74 scoped_ptr<CustomHttpResponse> http_response(
75 new CustomHttpResponse(headers_contents, file_contents));

Completed in 71 milliseconds