Send500           321 content/browser/devtools/devtools_http_handler_impl.cc       server_->Send500(connection_id, "Another client already attached");
Send500           595 content/browser/devtools/devtools_http_handler_impl.cc     Send500(connection_id, "No such target id: " + page_id);
Send500           600 content/browser/devtools/devtools_http_handler_impl.cc     Send500(connection_id,
Send500           732 content/browser/devtools/devtools_http_handler_impl.cc       base::Bind(&net::HttpServer::Send500, server_.get(), connection_id,
Send500           101 content/browser/devtools/devtools_http_handler_impl.h   void Send500(int connection_id,
Send500            59 net/server/http_server.h   void Send500(int connection_id, const std::string& message);
Send500            63 sync/test/fake_server/fake_sync_server_http_handler.cc     server_->Send500(connection_id, error_message);