Home
last modified time | relevance | path

Searched refs:SendHttp404Response (Results 1 – 10 of 10) sorted by relevance

/third_party/cef/libcef_dll/ctocpp/
Dserver_ctocpp.h46 void SendHttp404Response(int connection_id) override;
Dserver_ctocpp.cc173 void CefServerCToCpp::SendHttp404Response(int connection_id) { in SendHttp404Response() function in CefServerCToCpp
/third_party/cef/include/
Dcef_server.h143 virtual void SendHttp404Response(int connection_id) = 0;
/third_party/cef/libcef/browser/
Dserver_impl.h41 void SendHttp404Response(int connection_id) override;
Dserver_impl.cc223 void CefServerImpl::SendHttp404Response(int connection_id) { in SendHttp404Response() function in CefServerImpl
225 CEF_POST_TASK_HT(base::BindOnce(&CefServerImpl::SendHttp404Response, this, in SendHttp404Response()
/third_party/cef/libcef_dll/cpptoc/
Dserver_cpptoc.cc183 CefServerCppToC::Get(self)->SendHttp404Response(connection_id); in server_send_http404response()
/third_party/cef/tests/cefclient/browser/
Dserver_test.cc131 server->SendHttp404Response(connection_id); in OnHttpRequest()
/third_party/cef/tests/ceftests/
Dtest_server.cc251 server->SendHttp404Response(connection_id); in NotifyHttpRequest()
Dserver_unittest.cc721 server->SendHttp404Response(connection_id); in SendHttpServerResponse()
Durlrequest_unittest.cc1359 server->SendHttp404Response(connection_id); in OnHttpRequest()