Home
last modified time | relevance | path

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

/third_party/cef/tests/cefclient/browser/
Dserver_test.cc272 SendResponse(callback, true, result_dict); in HandleQueryAction()
323 SendResponse(callback, success, result_dict); in OnStartComplete()
333 SendResponse(callback, success, result_dict); in OnStopComplete()
337 static void SendResponse(CefRefPtr<Callback> callback, in SendResponse() function in client::server_test::__anon573864fb0111::Handler
Dmedia_router_test.cc228 SendResponse("onRoutes", payload); in OnRoutes()
238 SendResponse("onRouteStateChanged", payload); in OnRouteStateChanged()
251 SendResponse("onRouteMessageReceived", payload); in OnRouteMessageReceived()
303 void SendResponse(const std::string& name, in SendResponse() function in client::media_router_test::__anon09761be40111::MediaObserver
338 SendResponse("onSinks", payload); in SendSinksResponse()
/third_party/cef/tests/ceftests/
Dtest_server.h80 void SendResponse(CefRefPtr<CefServer> server,
Dtest_server.cc467 void SendResponse(CefRefPtr<CefServer> server, in SendResponse() function
Durlrequest_unittest.cc1415 SendResponse(server, connection_id, response, std::string()); in HandleAuthRequest()
1435 SendResponse(server, connection_id, response, response_data); in HandleNormalRequest()
1458 SendResponse(server, connection_id, redirect_response, std::string()); in HandleRedirectRequest()
1461 static void SendResponse(CefRefPtr<CefServer> server, in SendResponse() function in __anond8593de10111::RequestServerHandler
1469 base::BindOnce(RequestServerHandler::SendResponse, server, in SendResponse()
Dcookie_unittest.cc1365 SendResponse(server, connection_id, it->second->response, in HandleRequest()
1376 static void SendResponse(CefRefPtr<CefServer> server, in SendResponse() function in __anon6fa33a1f0411::CookieAccessServerHandler
1384 base::BindOnce(CookieAccessServerHandler::SendResponse, server, in SendResponse()
Dcors_unittest.cc329 test_server::SendResponse(server, connection_id, resource->response, in OnHttpRequest()
/third_party/cef/libcef/browser/
Dserver_impl.cc311 server_->SendResponse(connection_id, response, MISSING_TRAFFIC_ANNOTATION); in SendHttpResponse()