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

/external/chromium_org/net/server/
H A Dhttp_server.cc85 void HttpServer::Send200(int connection_id, function in class:net::HttpServer
/external/chromium_org/content/browser/devtools/
H A Ddevtools_http_handler_impl.cc356 server_->Send200(connection_id, data, mime_type);
364 server_->Send200(connection_id, data.as_string(), mime_type);
639 Send200(connection_id, data, "image/png");
646 Send200(connection_id, response, "text/html; charset=UTF-8");
805 void DevToolsHttpHandlerImpl::Send200(int connection_id, function in class:content::DevToolsHttpHandlerImpl
812 base::Bind(&net::HttpServer::Send200,

Completed in 94 milliseconds