Searched refs:SendHttpResponse (Results 1 – 12 of 12) sorted by relevance
/third_party/node/src/ |
D | inspector_socket_server.cc | 97 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/ |
D | server_ctocpp.h | 49 void SendHttpResponse(int connection_id,
|
D | server_ctocpp.cc | 208 void CefServerCToCpp::SendHttpResponse(int connection_id, in SendHttpResponse() function in CefServerCToCpp
|
/third_party/cef/include/ |
D | cef_server.h | 170 virtual void SendHttpResponse(int connection_id,
|
/third_party/cef/libcef/browser/ |
D | server_impl.h | 44 void SendHttpResponse(int connection_id,
|
D | server_impl.cc | 272 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/ |
D | server_cpptoc.cc | 232 CefServerCppToC::Get(self)->SendHttpResponse( in server_send_http_response()
|
/third_party/cef/tests/cefclient/browser/ |
D | server_test.cc | 184 server->SendHttpResponse(connection_id, 200, mime_type, content_length, in SendHttpResponseStream()
|
/third_party/cef/tests/ceftests/ |
D | test_server.cc | 478 server->SendHttpResponse(connection_id, response_code, content_type, in SendResponse()
|
D | server_unittest.cc | 728 server->SendHttpResponse( in SendHttpServerResponse()
|
D | cookie_unittest.cc | 1396 server->SendHttpResponse(connection_id, response_code, content_type, in SendResponse()
|
D | urlrequest_unittest.cc | 1486 server->SendHttpResponse(connection_id, response_code, content_type, in SendResponse()
|