Searched refs:SendHttp404Response (Results 1 – 10 of 10) sorted by relevance
46 void SendHttp404Response(int connection_id) override;
173 void CefServerCToCpp::SendHttp404Response(int connection_id) { in SendHttp404Response() function in CefServerCToCpp
143 virtual void SendHttp404Response(int connection_id) = 0;
41 void SendHttp404Response(int connection_id) override;
223 void CefServerImpl::SendHttp404Response(int connection_id) { in SendHttp404Response() function in CefServerImpl225 CEF_POST_TASK_HT(base::BindOnce(&CefServerImpl::SendHttp404Response, this, in SendHttp404Response()
183 CefServerCppToC::Get(self)->SendHttp404Response(connection_id); in server_send_http404response()
131 server->SendHttp404Response(connection_id); in OnHttpRequest()
251 server->SendHttp404Response(connection_id); in NotifyHttpRequest()
721 server->SendHttp404Response(connection_id); in SendHttpServerResponse()
1359 server->SendHttp404Response(connection_id); in OnHttpRequest()