Home
last modified time | relevance | path

Searched refs:HttpServerResponse (Results 1 – 1 of 1) sorted by relevance

/third_party/cef/tests/ceftests/
Dserver_unittest.cc686 struct HttpServerResponse { struct
689 explicit HttpServerResponse(Type response_type) in HttpServerResponse() function
709 const HttpServerResponse& response) { in SendHttpServerResponse()
714 case HttpServerResponse::TYPE_200: in SendHttpServerResponse()
720 case HttpServerResponse::TYPE_404: in SendHttpServerResponse()
723 case HttpServerResponse::TYPE_500: in SendHttpServerResponse()
726 case HttpServerResponse::TYPE_CUSTOM: in SendHttpServerResponse()
757 void VerifyHttpServerResponse(const HttpServerResponse& expected_response, in VerifyHttpServerResponse()
764 case HttpServerResponse::TYPE_200: in VerifyHttpServerResponse()
770 case HttpServerResponse::TYPE_404: in VerifyHttpServerResponse()
[all …]