Home
last modified time | relevance | path

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

/third_party/cef/tests/ceftests/
Dtest_server.cc58 NotifyClientConnected(server, connection_id); in OnClientConnected()
90 static void NotifyClientConnected(CefRefPtr<CefServer> server,
204 void NotifyClientConnected(CefRefPtr<CefServer> server, int connection_id) { in NotifyClientConnected() function in test_server::__anon168f339b0111::ServerManager
336 void ServerHandler::NotifyClientConnected(CefRefPtr<CefServer> server, in NotifyClientConnected() function in test_server::__anon168f339b0111::ServerHandler
339 CefPostTask(TID_UI, base::BindOnce(ServerHandler::NotifyClientConnected, in NotifyClientConnected()
344 GetServerManager()->NotifyClientConnected(server, connection_id); in NotifyClientConnected()