Home
last modified time | relevance | path

Searched defs:document_root (Results 1 – 9 of 9) sorted by relevance

/external/cronet/net/test/spawned_test_server/
Dremote_test_server.cc99 const base::FilePath& document_root) in RemoteTestServer()
107 const base::FilePath& document_root) in RemoteTestServer()
196 bool RemoteTestServer::Init(const base::FilePath& document_root) { in Init()
Dlocal_test_server.cc60 LocalTestServer::LocalTestServer(Type type, const base::FilePath& document_root) in LocalTestServer()
68 const base::FilePath& document_root) in LocalTestServer()
147 bool LocalTestServer::Init(const base::FilePath& document_root) { in Init()
Dbase_test_server.h146 const base::FilePath& document_root() const { return document_root_; } in document_root() function
Dbase_test_server.cc266 void BaseTestServer::SetResourcePath(const base::FilePath& document_root, in SetResourcePath()
/external/cronet/build/android/
Dlighttpd_server.py49 def __init__(self, document_root, port=None, argument
/external/angle/build/android/
Dlighttpd_server.py47 def __init__(self, document_root, port=None, argument
/external/openscreen/cast/protocol/castv2/
Dvalidation_unittest.cc74 ErrorOr<Json::Value> document_root = json::Parse(document); in TestValidate() local
/external/cronet/net/nqe/
Dnetwork_quality_estimator_test_util.cc316 const base::FilePath& document_root) { in LocalHttpTestServer()
/external/cronet/net/url_request/
Durl_request_test_util.h472 explicit HttpTestServer(const base::FilePath& document_root) { in HttpTestServer()