Home
last modified time | relevance | path

Searched refs:document_root (Results 1 – 4 of 4) sorted by relevance

/external/chromium/net/test/
Dtest_server.h103 TestServer(Type type, const FilePath& document_root);
107 const FilePath& document_root);
116 const FilePath& document_root() const { return document_root_; } in document_root() function
137 void Init(const FilePath& document_root);
Dtest_server.cc88 TestServer::TestServer(Type type, const FilePath& document_root) in TestServer() argument
91 Init(document_root); in TestServer()
95 const FilePath& document_root) in TestServer() argument
99 Init(document_root); in TestServer()
260 void TestServer::Init(const FilePath& document_root) { in Init() argument
271 document_root_ = src_dir.Append(document_root); in Init()
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
Dapache_http_server.py85 document_root = self._cygwin_safe_join(test_dir, "http", "tests")
94 '-C', "\'DocumentRoot \"%s\"\'" % document_root,
182 def _get_virtual_host_config(self, document_root, port, ssl=False): argument
187 'DocumentRoot "%s"' % document_root,
/external/chromium/net/tools/testserver/
Drun_testserver.cc66 if (!file_util::DirectoryExists(test_server.document_root())) { in main()
68 UTF16ToUTF8(test_server.document_root().LossyDisplayName()).c_str()); in main()