Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/
Dserver_impl.cc230 if (!ValidateServer()) in SendHttp404Response()
255 if (!ValidateServer()) in SendHttp500Response()
284 if (!ValidateServer()) in SendHttpResponse()
332 if (ValidateServer() && GetConnectionInfo(connection_id)) { in CloseConnection()
356 if (!ValidateServer()) in ContinueWebSocketRequest()
391 if (!ValidateServer()) in SendHttp200ResponseInternal()
417 if (!ValidateServer()) in SendRawDataInternal()
436 if (!ValidateServer()) in SendWebSocketMessageInternal()
624 bool CefServerImpl::ValidateServer() const { in ValidateServer() function in CefServerImpl
Dserver_impl.h88 bool ValidateServer() const;
/third_party/grpc/test/core/channel/
Dchannelz_test.cc235 void ValidateServer(ServerNode* server, const ValidateChannelDataArgs& args) { in ValidateServer() function
526 ValidateServer(channelz_server, {1, 1, 1}); in TEST()
533 ValidateServer(channelz_server, {3, 3, 3}); in TEST()