Searched defs:document_root (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/test/
H A Dtest_server.cc88 TestServer::TestServer(Type type, const FilePath& document_root) argument
91 Init(document_root);
95 const FilePath& document_root)
99 Init(document_root);
260 void TestServer::Init(const FilePath& document_root) { argument
271 document_root_ = src_dir.Append(document_root);
94 TestServer(const HTTPSOptions& https_options, const FilePath& document_root) argument
H A Dtest_server.h103 TestServer(Type type, const FilePath& document_root);
107 const FilePath& document_root);
116 const FilePath& document_root() const { return document_root_; } function in class:net::TestServer
137 void Init(const FilePath& document_root);

Completed in 106 milliseconds