Home
last modified time | relevance | path

Searched defs:HttpTestServer (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request_test_util.h461 explicit HttpTestServer(const base::FilePath& document_root) { in HttpTestServer() function
465 HttpTestServer() { RegisterDefaultHandlers(this); } in HttpTestServer() function
/aosp_15_r20/external/cronet/components/cronet/android/test/smoketests/src/org/chromium/net/smoke/
H A DHttpTestServer.java34 public class HttpTestServer implements TestSupport.TestServer { class