Searched defs:document_root (Results 1 – 9 of 9) sorted by relevance
99 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()
60 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()
146 const base::FilePath& document_root() const { return document_root_; } in document_root() function
265 void BaseTestServer::SetResourcePath(const base::FilePath& document_root, in SetResourcePath()
47 def __init__(self, document_root, port=None, argument
74 ErrorOr<Json::Value> document_root = json::Parse(document); in TestValidate() local
316 const base::FilePath& document_root) { in LocalHttpTestServer()
461 explicit HttpTestServer(const base::FilePath& document_root) { in HttpTestServer()