Searched defs:Send404 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/server/
H A Dhttp_server.cc91 void HttpServer::Send404(int connection_id) { function in class:net::HttpServer
/external/chromium_org/content/browser/devtools/
H A Ddevtools_http_handler_impl.cc344 server_->Send404(connection_id);
368 server_->Send404(connection_id);
641 Send404(connection_id);
657 Send404(connection_id);
819 void DevToolsHttpHandlerImpl::Send404(int connection_id) { function in class:content::DevToolsHttpHandlerImpl
824 base::Bind(&net::HttpServer::Send404,

Completed in 2243 milliseconds