OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Send500
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/mojo/spy/
websocket_server.cc
38
server_->
Send500
(connection_id, "websockets protocol only");
/external/chromium_org/net/server/
http_server.h
63
void
Send500
(int connection_id, const std::string& message);
http_server.cc
84
void HttpServer::
Send500
(int connection_id, const std::string& message) {
/external/chromium_org/content/browser/devtools/
devtools_http_handler_impl.h
104
void
Send500
(int connection_id,
devtools_http_handler_impl.cc
605
Send500
(connection_id, "No such target id: " + page_id);
610
Send500
(connection_id,
759
void DevToolsHttpHandlerImpl::
Send500
(int connection_id,
765
base::Bind(&net::HttpServer::
Send500
, server_.get(), connection_id,
Completed in 683 milliseconds