/third_party/cef/tests/cefclient/browser/ |
D | server_test.cc | 272 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
|
D | media_router_test.cc | 228 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/ |
D | test_server.h | 80 void SendResponse(CefRefPtr<CefServer> server,
|
D | test_server.cc | 467 void SendResponse(CefRefPtr<CefServer> server, in SendResponse() function
|
D | urlrequest_unittest.cc | 1415 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()
|
D | cookie_unittest.cc | 1365 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()
|
D | cors_unittest.cc | 329 test_server::SendResponse(server, connection_id, resource->response, in OnHttpRequest()
|
/third_party/cef/libcef/browser/ |
D | server_impl.cc | 311 server_->SendResponse(connection_id, response, MISSING_TRAFFIC_ANNOTATION); in SendHttpResponse()
|