Home
last modified time | relevance | path

Searched refs:Send404 (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/content/browser/devtools/
Ddevtools_http_handler_impl.cc344 server_->Send404(connection_id); in OnHttpRequest()
368 server_->Send404(connection_id); in OnHttpRequest()
641 Send404(connection_id); in OnThumbnailRequestUI()
657 Send404(connection_id); in OnWebSocketRequestUI()
819 void DevToolsHttpHandlerImpl::Send404(int connection_id) { in Send404() function in content::DevToolsHttpHandlerImpl
824 base::Bind(&net::HttpServer::Send404, in Send404()
Ddevtools_http_handler_impl.h105 void Send404(int connection_id);
/external/chromium_org/net/server/
Dhttp_server.h63 void Send404(int connection_id);
Dhttp_server.cc91 void HttpServer::Send404(int connection_id) { in Send404() function in net::HttpServer
Dhttp_server_unittest.cc605 server_->Send404(client_connection_id); in TEST_F()
/external/chromium_org/chrome/test/chromedriver/net/
Dnet_util_unittest.cc82 server_->Send404(connection_id); in OnHttpRequest()
Dtest_http_server.cc99 server_->Send404(connection_id); in OnWebSocketRequest()
/external/chromium_org/cloud_print/gcp20/prototype/
Dprivet_http_server.cc191 server_->Send404(connection_id); in ValidateRequestMethod()