Home
last modified time | relevance | path

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

/third_party/cef/tests/ceftests/
Dtest_server.cc71 NotifyHttpRequest(server, connection_id, client_address, request); in OnHttpRequest()
94 static void NotifyHttpRequest(CefRefPtr<CefServer> server,
239 void NotifyHttpRequest(CefRefPtr<CefServer> server, in NotifyHttpRequest() function in test_server::__anon7bf86d3c0111::ServerManager
360 void ServerHandler::NotifyHttpRequest(CefRefPtr<CefServer> server, in NotifyHttpRequest() function in test_server::__anon7bf86d3c0111::ServerHandler
365 CefPostTask(TID_UI, base::BindOnce(ServerHandler::NotifyHttpRequest, server, in NotifyHttpRequest()
370 GetServerManager()->NotifyHttpRequest(server, connection_id, client_address, in NotifyHttpRequest()