OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Send500
(Results
1 - 4
of
4
) sorted by null
/external/chromium/net/server/
http_server.h
51
void
Send500
(int connection_id, const std::string& message);
http_server.cc
165
void HttpServer::
Send500
(int connection_id, const std::string& message) {
/external/chromium/chrome/browser/debugger/
devtools_http_protocol_handler.h
91
void
Send500
(int connection_id,
devtools_http_protocol_handler.cc
340
Send500
(connection_id, "Invalid page id: " + page_id);
346
Send500
(connection_id, "No such page id: " + page_id);
352
Send500
(connection_id, "Page with given id is being inspected: " + page_id);
524
void DevToolsHttpProtocolHandler::
Send500
(int connection_id,
529
&net::HttpServer::
Send500
,
Completed in 106 milliseconds