Searched refs:document_root (Results 1 – 4 of 4) sorted by relevance
/external/chromium/net/test/ |
D | test_server.h | 103 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);
|
D | test_server.cc | 88 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/ |
D | apache_http_server.py | 85 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/ |
D | run_testserver.cc | 66 if (!file_util::DirectoryExists(test_server.document_root())) { in main() 68 UTF16ToUTF8(test_server.document_root().LossyDisplayName()).c_str()); in main()
|