Home
last modified time | relevance | path

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

/third_party/node/src/
Dinspector_socket_server.cc97 void SendHttpResponse(InspectorSocket* socket, in SendHttpResponse() function
119 SendHttpResponse(socket, MapToString(response), 200); in SendVersionResponse()
123 SendHttpResponse(socket, "", 404); in SendHttpNotFound()
144 SendHttpResponse(socket, data, 200); in SendProtocolJson()
373 SendHttpResponse(socket, MapsToString(response), 200); in SendListResponse()
/third_party/cef/libcef_dll/ctocpp/
Dserver_ctocpp.h49 void SendHttpResponse(int connection_id,
Dserver_ctocpp.cc208 void CefServerCToCpp::SendHttpResponse(int connection_id, in SendHttpResponse() function in CefServerCToCpp
/third_party/cef/include/
Dcef_server.h170 virtual void SendHttpResponse(int connection_id,
/third_party/cef/libcef/browser/
Dserver_impl.h44 void SendHttpResponse(int connection_id,
Dserver_impl.cc272 void CefServerImpl::SendHttpResponse(int connection_id, in SendHttpResponse() function in CefServerImpl
278 CEF_POST_TASK_HT(base::BindOnce(&CefServerImpl::SendHttpResponse, this, in SendHttpResponse()
/third_party/cef/libcef_dll/cpptoc/
Dserver_cpptoc.cc232 CefServerCppToC::Get(self)->SendHttpResponse( in server_send_http_response()
/third_party/cef/tests/cefclient/browser/
Dserver_test.cc184 server->SendHttpResponse(connection_id, 200, mime_type, content_length, in SendHttpResponseStream()
/third_party/cef/tests/ceftests/
Dtest_server.cc478 server->SendHttpResponse(connection_id, response_code, content_type, in SendResponse()
Dserver_unittest.cc728 server->SendHttpResponse( in SendHttpServerResponse()
Dcookie_unittest.cc1396 server->SendHttpResponse(connection_id, response_code, content_type, in SendResponse()
Durlrequest_unittest.cc1486 server->SendHttpResponse(connection_id, response_code, content_type, in SendResponse()