Home
last modified time | relevance | path

Searched refs:TryHandleResponse (Results 1 – 2 of 2) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/flyweb/
H A DHttpServer.h114 bool TryHandleResponse(InternalRequest* aRequest,
H A DHttpServer.cpp166 if (conn->TryHandleResponse(aRequest, aResponse)) { in SendResponse()
762 HttpServer::Connection::TryHandleResponse(InternalRequest* aRequest, in TryHandleResponse() function in mozilla::dom::HttpServer::Connection