HomeSort by relevance Sort by last modified time
    Searched refs:Send500 (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/net/server/
http_server.h 64 void Send500(int connection_id, const std::string& message);
http_server.cc 95 void HttpServer::Send500(int connection_id, const std::string& message) {
  /external/chromium_org/content/browser/devtools/
devtools_http_handler_impl.h 106 void Send500(int connection_id,
devtools_http_handler_impl.cc 666 Send500(connection_id, "No such target id: " + page_id);
671 Send500(connection_id,
829 void DevToolsHttpHandlerImpl::Send500(int connection_id,
835 base::Bind(&net::HttpServer::Send500,
  /external/chromium_org/mojo/spy/
websocket_server.cc 88 web_server_->Send500(connection_id, "websockets protocol only");

Completed in 3150 milliseconds