Home
last modified time | relevance | path

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

/external/chromium_org/net/server/
Dhttp_server.h64 void Send500(int connection_id, const std::string& message);
Dhttp_server.cc95 void HttpServer::Send500(int connection_id, const std::string& message) { in Send500() function in net::HttpServer
/external/chromium_org/content/browser/devtools/
Ddevtools_http_handler_impl.h106 void Send500(int connection_id,
Ddevtools_http_handler_impl.cc666 Send500(connection_id, "No such target id: " + page_id); in OnWebSocketRequestUI()
671 Send500(connection_id, in OnWebSocketRequestUI()
829 void DevToolsHttpHandlerImpl::Send500(int connection_id, in Send500() function in content::DevToolsHttpHandlerImpl
835 base::Bind(&net::HttpServer::Send500, in Send500()
/external/chromium_org/mojo/spy/
Dwebsocket_server.cc88 web_server_->Send500(connection_id, "websockets protocol only"); in OnHttpRequest()